/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 149 plugin.OnHandlePolicyDone(0, adminName, isGlobalChanged, userId); 150 ASSERT_TRUE(isGlobalChanged); 163 bool isGlobalChanged = false; variable 164 plugin.OnHandlePolicyDone(0, adminName, isGlobalChanged, userId); 165 ASSERT_FALSE(isGlobalChanged);
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/include/ |
H A D | iplugin_template.tpp | 215 const bool isGlobalChanged, int32_t userId) 223 ErrCode res = entry->second.handlePolicyDone_(adminName, isGlobalChanged, type, userId); 224 …EDMLOGI("IPluginTemplate::OnHandlePolicyDone operate: %{public}d, isGlobalChanged: %{public}d, res… 225 type, isGlobalChanged, res); 234 …auto handle = [this](const std::string &adminName, bool isGlobalChanged, FuncOperateType funcOpera… 240 (instance_.get()->*(entry->second.boolConsumer_))(isGlobalChanged); 252 …auto handle = [this](const std::string &adminName, bool isGlobalChanged, FuncOperateType funcOpera… 262 (instance_.get()->*(entry->second.biBoolConsumer_))(currentData, isGlobalChanged, userId);
|
H A D | iplugin_template.h | 47 bool isGlobalChanged, int32_t userId) override; 178 typedef void (CT::*BoolConsumer)(bool isGlobalChanged); 188 typedef void (CT::*BiBoolConsumer)(DT &data, bool isGlobalChanged, int32_t userId);
|
H A D | iplugin.h | 93 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged,
|
/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() argument 105 if (!isGlobalChanged) { in OnChangedPolicyDone()
|
H A D | set_browser_policies_plugin.cpp | 214 bool isGlobalChanged, int32_t userId) in OnHandlePolicyDone() argument 216 if (!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() argument 96 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() argument
|
H A D | iplugin_template_test.h | 243 void SetDone(bool isGlobalChanged) { g_visit = true; } in SetDone() argument 245 void RemoveDone(bool isGlobalChanged) { g_visit = true; } in RemoveDone() argument 261 void SetDone(std::string &data, bool isGlobalChanged, int32_t userId) { g_visit = true; } in SetDone() argument 263 void RemoveDone(std::string &data, bool isGlobalChanged, int32_t userId) { g_visit = true; } in RemoveDone() argument
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/ |
H A D | allowed_bluetooth_devices_plugin.h | 32 void OnChangedPolicyDone(bool isGlobalChanged);
|
H A D | user_cert_plugin.h | 31 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() argument
|
H A D | disallowed_usb_devices_plugin.h | 29 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() argument
|
H A D | power_policy_plugin.h | 33 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() argument
|
H A D | usb_read_only_plugin.h | 31 …void OnHandlePolicyDone(std::uint32_t funcCode, const std::string &adminName, bool isGlobalChanged, in OnHandlePolicyDone() argument
|
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() argument
|
/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() argument
|
/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 1057 isGlobalChanged = (oldCombinePolicy != mergedPolicy); in UpdateDevicePolicy() 1059 plugin->OnHandlePolicyDone(code, bundleName, isGlobalChanged, userId); in UpdateDevicePolicy()
|