Home
last modified time | relevance | path

Searched defs:bundleList (Results 1 – 3 of 3) sorted by relevance

/test/ostest/wukong/input_factory/src/
Dappswitch_input.cpp42 std::vector<std::string> bundleList(0); in OrderInput() local
66 std::vector<std::string> bundleList(0); in RandomInput() local
89 std::vector<std::string> bundleList; in PrintResultOfStartAbility() local
/test/ostest/wukong/shell_command/src/
Dwukong_shell_command.cpp187 std::vector<std::string> bundleList; in ShowAllAppInfo() local
/test/ostest/wukong/common/src/
Dwukong_util.cpp188 uint32_t WuKongUtil::FindElement(std::vector<std::string> bundleList, std::string key) in FindElement()
303 void WuKongUtil::SetAllAppInfo(std::vector<std::string> &bundleList, std::vector<std::string> &abil… in SetAllAppInfo()