Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dextension_config.cpp115 LoadExtensionServiceBlockedList(jsonObject, extensionTypeName); in LoadExtensionConfig()
144 void ExtensionConfig::LoadExtensionServiceBlockedList(const nlohmann::json &object, std::string ext… in LoadExtensionServiceBlockedList() function in OHOS::AAFwk::ExtensionConfig
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dextension_config.h44 … void LoadExtensionServiceBlockedList(const nlohmann::json &, std::string extensionTypeNameobject);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/extensionconfig_fuzzer/
H A Dextensionconfig_fuzzer.cpp64 extensionConfig->LoadExtensionServiceBlockedList(object, strParam); in DoSomethingInterestingWithMyAPI()