Home
last modified time | relevance | path

Searched refs:cmdMap (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H A Dwfd_source_demo.cpp256 std::map<std::string, std::string> cmdMap = {{"1", "Start"}, {"2", "Stop"}, in TestOneByOne() local
280 if (cmdMap.count(inputCmd) == 0) { in TestOneByOne()
284 demo->DoCmd(cmdMap[inputCmd]); in TestOneByOne()
H A Dwfd_sink_demo.cpp462 std::map<std::string, std::string> cmdMap = { in TestOneByOne() local
489 if (cmdMap.count(inputCmd) == 0) { in TestOneByOne()
493 demo->DoCmd(cmdMap[inputCmd]); in TestOneByOne()
/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/
H A Dwfd_demo.cpp191 std::map<std::string, std::string> cmdMap = {{"1", "Start"}, {"2", "Stop"}, {"3", "SelectMediaFormat"}, in RunWfdSink() local
210 if (cmdMap.count(inputCmd) == 0) { in RunWfdSink()
214 DoCmd(cmdMap[inputCmd]); in RunWfdSink()

Completed in 2 milliseconds