Home
last modified time | relevance | path

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

/test/ostest/wukong/common/src/
H A 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()
H A Dwukong_util.cpp457 void WuKongUtil::SetTempAllowList(std::vector<std::string> tempAllowList) in SetTempAllowList() argument
459 tempAllowList_ = tempAllowList; in SetTempAllowList()
/test/ostest/wukong/input_factory/src/
H A 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/
H A Dwukong_util.h220 * @param tempAllowList
222 void SetTempAllowList(std::vector<std::string> tempAllowList);

Completed in 4 milliseconds