Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_config.cpp34 constexpr const char* EXTENSION_SERVICE_BLOCKED_LIST_NAME = "service_blocked_list"; variable
158 if (!object.contains(EXTENSION_SERVICE_BLOCKED_LIST_NAME) || in LoadExtensionServiceBlockedList()
159 !object.at(EXTENSION_SERVICE_BLOCKED_LIST_NAME).is_array()) { in LoadExtensionServiceBlockedList()
164 for (auto &item : object.at(EXTENSION_SERVICE_BLOCKED_LIST_NAME).items()) { in LoadExtensionServiceBlockedList()