Home
last modified time | relevance | path

Searched refs:noDisablingList (Results 1 - 3 of 3) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_parser.h106 static ErrCode ParseNoDisablingList(const std::string &configPath, std::vector<std::string> &noDisablingList);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_parser.cpp354 ErrCode BundleParser::ParseNoDisablingList(const std::string &configPath, std::vector<std::string> &noDisablingList) in ParseNoDisablingList() argument
370 noDisablingList.emplace_back(bundleName); in ParseNoDisablingList()
H A Dbundle_mgr_host_impl.cpp4348 std::vector<std::string> noDisablingList; in CheckCanSetEnable() local
4350 ErrCode ret = BundleParser::ParseNoDisablingList(configPath, noDisablingList); in CheckCanSetEnable()
4355 auto it = std::find(noDisablingList.begin(), noDisablingList.end(), bundleName); in CheckCanSetEnable()
4356 if (it == noDisablingList.end()) { in CheckCanSetEnable()

Completed in 9 milliseconds