[SECARSP-135] - DPM integration
[platform/core/security/suspicious-activity-monitor.git] / device-agent / utest / mock / device_policy_manager_stub.h
index 97d2404..9e6ed50 100644 (file)
@@ -63,10 +63,10 @@ public:
 
     virtual int dpm_restriction_set_usb_client_state(int allow) = 0;
     virtual int dpm_restriction_get_usb_client_state(int* is_allowed) = 0;
-    virtual int dpm_restriction_set_sound_state(int allow) = 0;
-    virtual int dpm_restriction_get_sound_state(int* is_allowed) = 0;
-    virtual int dpm_restriction_set_tuner_state(int allow) = 0;
-    virtual int dpm_restriction_get_tuner_state(int* is_allowed) = 0;
+    virtual int dpm_tv_set_sound_state(int allow) = 0;
+    virtual int dpm_tv_get_sound_state(int* is_allowed) = 0;
+    virtual int dpm_tv_set_tuner_state(int allow) = 0;
+    virtual int dpm_tv_get_tuner_state(int* is_allowed) = 0;
 };
 
 /**
@@ -245,19 +245,19 @@ public:
     {
         return 0;
     }
-    int dpm_restriction_set_sound_state(int allow) override
+    int dpm_tv_set_sound_state(int allow) override
     {
         return 0;
     }
-    int dpm_restriction_get_sound_state(int* is_allowed) override
+    int dpm_tv_get_sound_state(int* is_allowed) override
     {
         return 0;
     }
-    int dpm_restriction_set_tuner_state(int allow) override
+    int dpm_tv_set_tuner_state(int allow) override
     {
         return 0;
     }
-    int dpm_restriction_get_tuner_state(int* is_allowed) override
+    int dpm_tv_get_tuner_state(int* is_allowed) override
     {
         return 0;
     }