Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_msg.h90 struct WfdAppendSurfaceReq : public BaseMsg { struct
94 WfdAppendSurfaceReq() = default;
95 explicit WfdAppendSurfaceReq(const WfdAppendSurfaceReq &rReq) {}; in WfdAppendSurfaceReq() function
96 WfdAppendSurfaceReq &operator=(const WfdAppendSurfaceReq &rReq) in operator =()
H A Dwfd_sink_scene.h113 int32_t HandleAppendSurface(std::shared_ptr<WfdAppendSurfaceReq> &msg, std::shared_ptr<WfdCommonRsp> &reply);
H A Dwfd_sink_scene.cpp321 case WfdAppendSurfaceReq::MSG_ID: { in OnRequest()
322 auto data = std::static_pointer_cast<WfdAppendSurfaceReq>(msg); in OnRequest()
461 int32_t WfdSinkScene::HandleAppendSurface(std::shared_ptr<WfdAppendSurfaceReq> &msg, in HandleAppendSurface()
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H A Dwfd_sink_impl.cpp131 auto msg = std::make_shared<WfdAppendSurfaceReq>(); in AppendSurface()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_sink_scene_test.cpp467 auto msg = std::make_shared<WfdAppendSurfaceReq>(); in HWTEST_F()
479 auto msg = std::make_shared<WfdAppendSurfaceReq>(); in HWTEST_F()

Completed in 5 milliseconds