Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/include/
Dinput_action.h71 virtual ErrCode RandomInput(const std::string &uri, const std::string &uriType) in RandomInput()
/test/ostest/wukong/input_factory/src/
Dappswitch_input.cpp87 ErrCode AppswitchInput::RandomInput(const std::string &uri, const std::string &uriType) in RandomInput()
/test/ostest/wukong/test_flow/src/
Drandom_test_flow.cpp348 std::string uriType = WuKongUtil::GetInstance()->GetComponentUriType(); in InputScene() local