Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp128 static std::set<int32_t> g_supportedProfileList = { 1 }; variable
4701 if (g_supportedProfileList.find(profileType) == g_supportedProfileList.end()) { in ParamsProcessGetJsonProfile()