Searched refs:WifiDisplayTable_ (Results 1 - 2 of 2) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/demo/wfd/ |
H A D | wfd_demo.cpp | 56 WifiDisplayTable_.emplace("Play", std::bind(&WifiDisplay::Play, client_, std::placeholders::_1)); in Init() 57 WifiDisplayTable_.emplace("Pause", std::bind(&WifiDisplay::Pause, client_, std::placeholders::_1)); in Init() 58 WifiDisplayTable_.emplace("Close", std::bind(&WifiDisplay::Close, client_, std::placeholders::_1)); in Init() 235 } else if (WifiDisplayTable_.find(cmd) != WifiDisplayTable_.end()) { in DoCmd() 247 auto iter = WifiDisplayTable_.find(cmd); in DoCmd()
|
H A D | wfd_demo.h | 58 std::map<std::string, std::function<int32_t(std::string)>> WifiDisplayTable_; member in OHOS::Sharing::WfdDemo
|
Completed in 1 milliseconds