Home
last modified time | relevance | path

Searched refs:WfdCloseReq (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_msg.h208 struct WfdCloseReq : public BaseMsg { struct
212 WfdCloseReq() = default;
213 explicit WfdCloseReq(const WfdCloseReq &rReq) {}; in WfdCloseReq() function
214 WfdCloseReq &operator=(const WfdCloseReq &rReq) in operator =()
H A Dwfd_sink_scene.h120 int32_t HandleClose(std::shared_ptr<WfdCloseReq> &msg, std::shared_ptr<WfdCommonRsp> &reply);
H A Dwfd_sink_scene.cpp385 case WfdCloseReq::MSG_ID: { in OnRequest()
386 auto data = std::static_pointer_cast<WfdCloseReq>(msg); in OnRequest()
841 int32_t WfdSinkScene::HandleClose(std::shared_ptr<WfdCloseReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) in HandleClose()
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H A Dwfd_sink_impl.cpp282 auto msg = std::make_shared<WfdCloseReq>(); in Close()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_sink_scene_test.cpp727 auto msg = std::make_shared<WfdCloseReq>(); in HWTEST_F()
748 auto msg = std::make_shared<WfdCloseReq>(); in HWTEST_F()

Completed in 8 milliseconds