Searched defs:isGlobalChanged (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/ |
H A D | disallowed_usb_devices_plugin.h | 29 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone()
|
H A D | usb_read_only_plugin.h | 31 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone()
|
H A D | power_policy_plugin.h | 33 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone()
|
H A D | iptables_rule_plugin.h | 32 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone()
|
H A D | user_cert_plugin.h | 31 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm/include/ |
H A D | plugin_manager_test.h | 50 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() 96 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone()
|
H A D | iplugin_template_test.h | 243 void SetDone(bool isGlobalChanged) { g_visit = true; } in SetDone() 245 void RemoveDone(bool isGlobalChanged) { g_visit = true; } in RemoveDone() 261 void SetDone(std::string &data, bool isGlobalChanged, int32_t userId) { g_visit = true; } in SetDone() 263 void RemoveDone(std::string &data, bool isGlobalChanged, int32_t userId) { g_visit = true; } in RemoveDone()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/mock/ |
H A D | iplugin_mock.h | 39 bool isGlobalChanged, int32_t userId) override {} in OnHandlePolicyDone()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | allowed_bluetooth_devices_plugin.cpp | 103 void AllowedBluetoothDevicesPlugin::OnChangedPolicyDone(bool isGlobalChanged) in OnChangedPolicyDone()
|
H A D | set_browser_policies_plugin.cpp | 214 bool isGlobalChanged, int32_t userId) in OnHandlePolicyDone()
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | set_browser_policies_plugin_test.cpp | 148 bool isGlobalChanged = true; variable 163 bool isGlobalChanged = false; variable
|
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/ |
H A D | enterprise_device_mgr_ability.cpp | 1049 bool isGlobalChanged = false; in UpdateDevicePolicy() local
|