Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dextension_config_mgr.cpp55 std::unordered_set<std::string> currentBlockList; in Init() local
61 currentBlockList.emplace(value.get<std::string>()); in Init()
63 blocklistConfig_.emplace(item.key(), std::move(currentBlockList)); in Init()
64 currentBlockList.clear(); in Init()