Searched refs:cmdMap (Results 1 - 3 of 3) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/ |
H A D | wfd_source_demo.cpp | 256 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 D | wfd_sink_demo.cpp | 462 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 D | wfd_demo.cpp | 191 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