Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/src/
H A Dappswitch_input.cpp124 uint32_t AppswitchInput::GetAbilityIndex(std::vector<std::string>& bundlelist) in GetAbilityIndex() argument
131 if (bundlelist.size() > 0) { in GetAbilityIndex()
133 index = WuKongUtil::GetInstance()->FindElement(bundlelist, allowlist.at(rand() % allowlist.size())); in GetAbilityIndex()
135 index = WuKongUtil::GetInstance()->FindElement(bundlelist, validlist.at(rand() % validlist.size())); in GetAbilityIndex()
137 index = rand() % bundlelist.size(); in GetAbilityIndex()
/test/xts/acts/
H A Dget_dependency.py132 bundlelist = getbundname(precise_repo_xts_list)
135 print(bundlelist)
137 depends_list, depends_tree = get_all_dependencies(bundlelist, dependency_dist)
/test/ostest/wukong/common/include/
H A Dwukong_util.h42 * @param bundleList the bundlelist of test
44 * @return the location of the key bundle in the bundlelist.
50 * @param bundleList the bundlelist of test
52 * @return if the key bundle in the bundlelist.
133 * @brief get the bundlelist and ability list.
141 * @param bundlelist
144 void GetBundleList(std::vector<std::string> &bundlelist, std::vector<std::string> &abilitylist);
/test/ostest/wukong/common/src/
H A Dwukong_util.cpp219 void WuKongUtil::GetBundleList(std::vector<std::string> &bundlelist, std::vector<std::string> &abilitylist) in GetBundleList() argument
224 bundlelist = bundleList_; in GetBundleList()

Completed in 4 milliseconds