Home
last modified time | relevance | path

Searched defs:disallowModify (Results 1 – 11 of 11) sorted by relevance

/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
Dapplication_manager_proxy_test.cpp278 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/
Dmanage_keep_alive_apps_info.cpp32 bool disallowModify = parcel.ReadBool(); in Unmarshalling() local
43 void ManageKeepAliveAppInfo::SetDisallowModify(bool disallowModify) in SetDisallowModify()
Dmanage_auto_start_app_info.cpp35 bool disallowModify = parcel.ReadBool(); in Unmarshalling() local
65 void ManageAutoStartAppInfo::SetDisallowModify(bool disallowModify) in SetDisallowModify()
Dmanage_keep_alive_apps_serializer.cpp96 cJSON* disallowModify = cJSON_GetObjectItem(mapItem, DISALLOW_MODIFY); in Deserialize() local
Dmanage_auto_start_apps_serializer.cpp98 cJSON* disallowModify = cJSON_GetObjectItem(mapItem, DISALLOW_MODIFY); in Deserialize() local
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
Dmanage_auto_start_apps_plugin_test.cpp213 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
Dmanage_keep_alive_apps_plugin_test.cpp229 bool disallowModify = reply.ReadBool(); variable
/base/customization/enterprise_device_management/services/edm_plugin/src/
Dmanage_keep_alive_apps_plugin.cpp60 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()
Dmanage_auto_start_apps_plugin.cpp59 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/
Dapplication_manager_proxy.cpp155 …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/
Dapplication_manager_addon.cpp134 bool disallowModify = true; in AddOrRemoveKeepAliveApps() local
243 bool disallowModify = true; in AddOrRemoveAutoStartApps() local