Searched refs:ParseAutoStartAppWant (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | manage_auto_start_apps_plugin.cpp | 78 if (!ParseAutoStartAppWant(str, bundleName, abilityName)) { in OnSetPolicy() 153 if (!ParseAutoStartAppWant(str, bundleName, abilityName)) { in OnRemovePolicy() 198 if (!ParseAutoStartAppWant(str, bundleName, abilityName)) { in OnAdminRemoveDone() 208 bool ManageAutoStartAppsPlugin::ParseAutoStartAppWant(std::string appWant, std::string &bundleName, in ParseAutoStartAppWant() function in OHOS::EDM::ManageAutoStartAppsPlugin
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/include/ |
H A D | manage_auto_start_apps_plugin.h | 34 …bool ParseAutoStartAppWant(std::string appWant, std::string &bundleName, std::string &abilityName);
|