Searched refs:tempAllowList (Results 1 – 4 of 4) sorted by relevance
37 std::vector<std::string> tempAllowList; in AllowAbilityStart() local41 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()
379 void WuKongUtil::SetTempAllowList(std::vector<std::string> tempAllowList) in SetTempAllowList() argument381 tempAllowList_ = tempAllowList; in SetTempAllowList()
77 std::vector<std::string> tempAllowList; in CheckLauncherApp() local85 tempAllowList.clear(); in CheckLauncherApp()86 tempAllowList.push_back(param->bundleName_[i]); in CheckLauncherApp()87 WuKongUtil::GetInstance()->SetTempAllowList(tempAllowList); in CheckLauncherApp()
221 void SetTempAllowList(std::vector<std::string> tempAllowList);