Home
last modified time | relevance | path

Searched refs:NeedSavePolicy (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/
H A Diplugin.cpp26 bool IPlugin::NeedSavePolicy() in NeedSavePolicy() function in OHOS::EDM::IPlugin
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/include/
H A Diplugin.h104 bool NeedSavePolicy();
H A Diplugin_template.tpp259 if (NeedSavePolicy() && !this->GetMergePolicyData(currentData)) {
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Ddomain_filter_rule_plugin_test.cpp76 ASSERT_TRUE(!plugin->NeedSavePolicy());
H A Dfirewall_rule_plugin_test.cpp76 ASSERT_TRUE(!plugin->NeedSavePolicy());
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_ability.cpp808 if (plugin->NeedSavePolicy()) { in RemoveAdminItem()
1045 plugin->NeedSavePolicy()); in UpdateDevicePolicy()
1050 if (plugin->NeedSavePolicy() && handlePolicyData.isChanged) { in UpdateDevicePolicy()
1144 if (plugin->NeedSavePolicy()) { in GetDevicePolicy()