/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() function 96 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() function
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/plugin_kits/mock/ |
H A D | iplugin_mock.h | 38 void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, in OnHandlePolicyDone() function
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/ |
H A D | user_cert_plugin.h | 31 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() function
|
H A D | disallowed_usb_devices_plugin.h | 29 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() function
|
H A D | power_policy_plugin.h | 33 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() function
|
H A D | usb_read_only_plugin.h | 31 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() function
|
H A D | set_browser_policies_plugin.h | 31 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged,
|
H A D | iptables_rule_plugin.h | 32 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() function
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
H A D | set_browser_policies_plugin_test.cpp | 149 plugin.OnHandlePolicyDone(0, adminName, isGlobalChanged, userId); 164 plugin.OnHandlePolicyDone(0, adminName, isGlobalChanged, userId);
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/include/ |
H A D | iplugin.h | 93 …virtual void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGloba…
|
H A D | iplugin_template.h | 46 void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName,
|
H A D | iplugin_template.tpp | 214 void IPluginTemplate<CT, DT>::OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminNa… 224 …EDMLOGI("IPluginTemplate::OnHandlePolicyDone operate: %{public}d, isGlobalChanged: %{public}d, res…
|
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm/src/ |
H A D | iplugin_template_test.cpp | 234 plugin->OnHandlePolicyDone(funcCode, adminName, true, DEFAULT_USER_ID); 239 plugin->OnHandlePolicyDone(funcCode, adminName, false, DEFAULT_USER_ID);
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | set_browser_policies_plugin.cpp | 213 void SetBrowserPoliciesPlugin::OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminN… in OnHandlePolicyDone() function in OHOS::EDM::SetBrowserPoliciesPlugin
|
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/ |
H A D | enterprise_device_mgr_ability.cpp | 1059 plugin->OnHandlePolicyDone(code, bundleName, isGlobalChanged, userId); in UpdateDevicePolicy()
|