Home
last modified time | relevance | path

Searched refs:ParseAutoStartAppWant (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dmanage_auto_start_apps_plugin.cpp78 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 Dmanage_auto_start_apps_plugin.h34 …bool ParseAutoStartAppWant(std::string appWant, std::string &bundleName, std::string &abilityName);