Searched refs:FindElement (Results 1 – 6 of 6) sorted by relevance
/test/ostest/wukong/input_factory/src/ |
D | appswitch_input.cpp | 50 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/ |
D | wukong_util.cpp | 167 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/ |
D | statistics_componment.h | 46 … uint32_t findIndex = WuKongUtil::GetInstance()->FindElement(componmentTypes_, componmentType); in ComponmentTypesIndex()
|
/test/ostest/wukong/common/include/ |
D | wukong_util.h | 45 uint32_t FindElement(std::vector<std::string> &bundleList, std::string key);
|
/test/ostest/wukong/component_event/include/ |
D | tree_manager.h | 117 uint32_t focusTypeIndex = WuKongUtil::GetInstance()->FindElement(focusTypeList_, type); in NeedFocus()
|
/test/ostest/wukong/test_flow/src/ |
D | special_test_flow.cpp | 222 uint32_t index = util->FindElement(bundleList, lastBundleName); in ProtectRightAbility()
|