Home
last modified time | relevance | path

Searched refs:ParseNoDisablingList (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_parser.h106 …static ErrCode ParseNoDisablingList(const std::string &configPath, std::vector<std::string> &noDis…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_parser.cpp350 ErrCode BundleParser::ParseNoDisablingList(const std::string &configPath, std::vector<std::string> … in ParseNoDisablingList() function in OHOS::AppExecFwk::BundleParser
H A Dbundle_mgr_host_impl.cpp4382 ErrCode ret = BundleParser::ParseNoDisablingList(configPath, noDisablingList); in CheckCanSetEnable()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_control/
H A Dapp_control_manager.cpp50 ErrCode ret = BundleParser::ParseNoDisablingList(configPath, noControllingList_); in AppControlManager()