| /base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
| D | application_manager_proxy_test.cpp | 278 bool disallowModify = true; variable 294 bool disallowModify = true; variable 539 bool disallowModify = false; variable 555 bool disallowModify = false; variable 575 bool disallowModify; variable 590 bool disallowModify; variable 611 bool disallowModify = false; variable 630 bool disallowModify = false; variable 729 bool disallowModify = false; variable 748 bool disallowModify = false; variable
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/utils/ |
| D | manage_keep_alive_apps_info.cpp | 32 bool disallowModify = parcel.ReadBool(); in Unmarshalling() local 43 void ManageKeepAliveAppInfo::SetDisallowModify(bool disallowModify) in SetDisallowModify()
|
| D | manage_auto_start_app_info.cpp | 35 bool disallowModify = parcel.ReadBool(); in Unmarshalling() local 65 void ManageAutoStartAppInfo::SetDisallowModify(bool disallowModify) in SetDisallowModify()
|
| D | manage_keep_alive_apps_serializer.cpp | 96 cJSON* disallowModify = cJSON_GetObjectItem(mapItem, DISALLOW_MODIFY); in Deserialize() local
|
| D | manage_auto_start_apps_serializer.cpp | 98 cJSON* disallowModify = cJSON_GetObjectItem(mapItem, DISALLOW_MODIFY); in Deserialize() local
|
| /base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/ |
| D | manage_auto_start_apps_plugin_test.cpp | 213 bool disallowModify = reply.ReadBool(); variable 249 bool disallowModify = false; variable 270 bool disallowModify = false; variable 289 bool disallowModify = false; variable 306 bool disallowModify = false; variable 331 bool disallowModify = false; variable 441 bool disallowModify = false; variable 488 bool disallowModify = false; variable
|
| D | manage_keep_alive_apps_plugin_test.cpp | 229 bool disallowModify = reply.ReadBool(); variable
|
| /base/customization/enterprise_device_management/services/edm_plugin/src/ |
| D | manage_keep_alive_apps_plugin.cpp | 60 bool disallowModify = true; in OnHandlePolicy() local 97 ErrCode ManageKeepAliveAppsPlugin::OnSetPolicy(std::vector<std::string> &data, bool disallowModify, in OnSetPolicy() 186 int32_t userId, std::vector<ManageKeepAliveAppInfo> &failedData, bool disallowModify) in SetOtherModulePolicy()
|
| D | manage_auto_start_apps_plugin.cpp | 59 bool disallowModify = false; in OnHandlePolicy() local 243 ErrCode ManageAutoStartAppsPlugin::OnSetPolicy(std::vector<std::string> &data, bool disallowModify, in OnSetPolicy()
|
| /base/customization/enterprise_device_management/interfaces/inner_api/application_manager/src/ |
| D | application_manager_proxy.cpp | 155 …const std::vector<std::string> &keepAliveApps, bool disallowModify, int32_t userId, std::string &r… in AddKeepAliveApps() 314 std::string &keepAliveApp, int32_t userId, bool &disallowModify) in IsModifyKeepAliveAppsDisallowed()
|
| /base/customization/enterprise_device_management/interfaces/kits/application_manager/src/ |
| D | application_manager_addon.cpp | 134 bool disallowModify = true; in AddOrRemoveKeepAliveApps() local 243 bool disallowModify = true; in AddOrRemoveAutoStartApps() local
|