Home
last modified time | relevance | path

Searched refs:thirdPartyAppEnableFlags_ (Results 1 - 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_config.cpp72 if (thirdPartyAppEnableFlags_.find(extensionTypeName) != thirdPartyAppEnableFlags_.end()) { in IsExtensionStartThirdPartyAppEnable()
73 return thirdPartyAppEnableFlags_[extensionTypeName]; in IsExtensionStartThirdPartyAppEnable()
139 thirdPartyAppEnableFlags_[extensionTypeName] = object.at(EXTENSION_THIRD_PARTY_APP_BLOCKED_FLAG_NAME).get<bool>(); in LoadExtensionThirdPartyAppBlockedList()
141 extensionTypeName.c_str(), thirdPartyAppEnableFlags_[extensionTypeName]); in LoadExtensionThirdPartyAppBlockedList()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dextension_config.h49 std::unordered_map<std::string, bool> thirdPartyAppEnableFlags_; member in OHOS::AAFwk::ExtensionConfig

Completed in 2 milliseconds