Home
last modified time | relevance | path

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

/test/ostest/wukong/test_flow/src/
Drandom_test_flow.cpp292 std::vector<std::string> allowList; in RunStep() local
293 WuKongUtil::GetInstance()->GetAllowList(allowList); in RunStep()
294 if (allowList.size() > 0) { in RunStep()
/test/ostest/wukong/common/src/
Dwukong_util.cpp254 void WuKongUtil::GetAllowList(std::vector<std::string> &allowList) in GetAllowList() argument
256 allowList = allowList_; in GetAllowList()