Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_config.cpp34 constexpr const char* EXTENSION_SERVICE_BLOCKED_LIST_NAME = "service_blocked_list"; member
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()
/foundation/ability/ability_runtime/test/unittest/ability_extension_config_test/
H A Dability_extension_config_test.cpp33 constexpr const char* EXTENSION_SERVICE_BLOCKED_LIST_NAME = "service_blocked_list"; member
91 jsOnFile[EXTENSION_SERVICE_BLOCKED_LIST_NAME] = {"aa", "bb"}; in HWTEST_F()

Completed in 2 milliseconds