Home
last modified time | relevance | path

Searched defs:isGlobalChanged (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/
H A Ddisallowed_usb_devices_plugin.h29 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone()
H A Dusb_read_only_plugin.h31 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone()
H A Dpower_policy_plugin.h33 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone()
H A Diptables_rule_plugin.h32 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone()
H A Duser_cert_plugin.h31 …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 Dplugin_manager_test.h50 …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 Diplugin_template_test.h243 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 Diplugin_mock.h39 bool isGlobalChanged, int32_t userId) override {} in OnHandlePolicyDone()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dallowed_bluetooth_devices_plugin.cpp103 void AllowedBluetoothDevicesPlugin::OnChangedPolicyDone(bool isGlobalChanged) in OnChangedPolicyDone()
H A Dset_browser_policies_plugin.cpp214 bool isGlobalChanged, int32_t userId) in OnHandlePolicyDone()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dset_browser_policies_plugin_test.cpp148 bool isGlobalChanged = true; variable
163 bool isGlobalChanged = false; variable
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp1049 bool isGlobalChanged = false; in UpdateDevicePolicy() local