Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
Dapp_manager.cpp37 std::vector<std::string> tempAllowList; in AllowAbilityStart() local
41 tempAllowList = util->GetTempAllowList(); in AllowAbilityStart()
43 auto it = find(tempAllowList.begin(), tempAllowList.end(), bundleName); in AllowAbilityStart()
45 if (orderFlag && tempAllowList.size() != 0) { in AllowAbilityStart()
46 if (it != tempAllowList.end()) { in AllowAbilityStart()
Dwukong_util.cpp379 void WuKongUtil::SetTempAllowList(std::vector<std::string> tempAllowList) in SetTempAllowList() argument
381 tempAllowList_ = tempAllowList; in SetTempAllowList()
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp77 std::vector<std::string> tempAllowList; in CheckLauncherApp() local
85 tempAllowList.clear(); in CheckLauncherApp()
86 tempAllowList.push_back(param->bundleName_[i]); in CheckLauncherApp()
87 WuKongUtil::GetInstance()->SetTempAllowList(tempAllowList); in CheckLauncherApp()
/test/ostest/wukong/common/include/
Dwukong_util.h221 void SetTempAllowList(std::vector<std::string> tempAllowList);