Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/src/
Dappswitch_input.cpp50 uint32_t index = util->FindElement(bundleList, bundlename); in OrderInput()
119 …index = WuKongUtil::GetInstance()->FindElement(bundlelist, allowlist.at(rand() % allowlist.size())… in GetAbilityIndex()
121 …index = WuKongUtil::GetInstance()->FindElement(bundlelist, validlist.at(rand() % validlist.size())… in GetAbilityIndex()
/test/ostest/wukong/common/src/
Dwukong_util.cpp167 uint32_t isInBlockList = FindElement(blockList_, bundleName); in GetAllAppInfo()
188 uint32_t WuKongUtil::FindElement(std::vector<std::string> &bundleList, std::string key) in FindElement() function in OHOS::WuKong::WuKongUtil
199 return INVALIDVALUE != FindElement(bundleList, key); in ContainsElement()
220 uint32_t index = FindElement(bundleList_, arguments[i]); in CheckArgumentList()
222 uint32_t unLaunchedIndex = FindElement(unLaunchedBundleList_, arguments[i]); in CheckArgumentList()
254 uint32_t index = FindElement(allAbilityList_, arguments[i]); in CheckAbilityArgumentList()
536 uint32_t bundleListIndex = FindElement(bundleList_, bundleName); in GetAllAbilities()
/test/ostest/wukong/report/include/
Dstatistics_componment.h46 … uint32_t findIndex = WuKongUtil::GetInstance()->FindElement(componmentTypes_, componmentType); in ComponmentTypesIndex()
/test/ostest/wukong/common/include/
Dwukong_util.h45 uint32_t FindElement(std::vector<std::string> &bundleList, std::string key);
/test/ostest/wukong/component_event/include/
Dtree_manager.h117 uint32_t focusTypeIndex = WuKongUtil::GetInstance()->FindElement(focusTypeList_, type); in NeedFocus()
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp222 uint32_t index = util->FindElement(bundleList, lastBundleName); in ProtectRightAbility()