Home
last modified time | relevance | path

Searched refs:WfdConnectionChangedMsg (Results 1 - 6 of 6) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_msg.h422 struct WfdConnectionChangedMsg : public BaseMsg { struct
426 WfdConnectionChangedMsg() = default;
427 explicit WfdConnectionChangedMsg(const WfdConnectionChangedMsg &rReq) {}; in WfdConnectionChangedMsg() function
428 WfdConnectionChangedMsg &operator=(const WfdConnectionChangedMsg &rReq) in operator =()
H A Dwfd_source_scene.cpp896 auto msg = std::make_shared<WfdConnectionChangedMsg>(); in OnConnectionChanged()
H A Dwfd_sink_scene.cpp1354 auto msg = std::make_shared<WfdConnectionChangedMsg>(); in OnConnectionChanged()
/foundation/CastEngine/castengine_wifi_display/tests/demo/interaction/
H A Dwfd_source_demo.cpp198 case WfdConnectionChangedMsg::MSG_ID: { in OnInfo()
199 auto data = std::static_pointer_cast<WfdConnectionChangedMsg>(msg); in OnInfo()
H A Dwfd_sink_demo.cpp416 case WfdConnectionChangedMsg::MSG_ID: { in OnInfo()
417 auto data = std::static_pointer_cast<WfdConnectionChangedMsg>(msg); in OnInfo()
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H A Dwifi_display.cpp224 case WfdConnectionChangedMsg::MSG_ID: { in OnInfo()
225 auto data = std::static_pointer_cast<WfdConnectionChangedMsg>(info); in OnInfo()

Completed in 7 milliseconds