Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_config.cpp86 serviceBlockedLists_.find(extensionTypeName) == serviceBlockedLists_.end()) { in IsExtensionStartServiceEnable()
89 for (const auto& iter : serviceBlockedLists_[extensionTypeName]) { in IsExtensionStartServiceEnable()
174 serviceBlockedLists_[extensionTypeName] = serviceBlockedList; in LoadExtensionServiceBlockedList()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dextension_config.h51 std::unordered_map<std::string, std::unordered_set<std::string>> serviceBlockedLists_; variable