Home
last modified time | relevance | path

Searched defs:abilityList (Results 1 – 5 of 5) sorted by relevance

/test/ostest/wukong/input_factory/src/
Dappswitch_input.cpp43 std::vector<std::string> abilityList(0); in OrderInput() local
67 std::vector<std::string> abilityList(0); in RandomInput() local
95 std::vector<std::string> abilityList; in PrintResultOfStartAbility() local
/test/ostest/wukong/shell_command/src/
Dwukong_shell_command.cpp191 std::vector<std::string> abilityList; in ShowAllAppInfo() local
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp215 std::vector<std::string> abilityList(0); in ProtectRightAbility() local
Drandom_test_flow.cpp423 std::vector<std::string> abilityList; in ProtectRightAbility() local
/test/ostest/wukong/common/src/
Dwukong_util.cpp373 …ongUtil::SetAllAppInfo(std::vector<std::string> &bundleList, std::vector<std::string> &abilityList) in SetAllAppInfo()