Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_msg.h301 struct GetSinkConfigRsp : public BaseMsg { struct
305 GetSinkConfigRsp() = default;
306 explicit GetSinkConfigRsp(const GetSinkConfigRsp &rReq) {}; in GetSinkConfigRsp() function
307 GetSinkConfigRsp &operator=(const GetSinkConfigRsp &rRsp) in operator =()
H A Dwfd_sink_scene.h121 int32_t HandleGetConfig(std::shared_ptr<GetSinkConfigReq> &msg, std::shared_ptr<GetSinkConfigRsp> &reply);
H A Dwfd_sink_scene.cpp395 auto rsp = std::make_shared<GetSinkConfigRsp>(); in OnRequest()
903 int32_t WfdSinkScene::HandleGetConfig(std::shared_ptr<GetSinkConfigReq> &msg, std::shared_ptr<GetSinkConfigRsp> &reply) in HandleGetConfig()
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H A Dwfd_sink_impl.cpp83 auto reply = std::static_pointer_cast<BaseMsg>(std::make_shared<GetSinkConfigRsp>()); in GetSinkConfig()
91 auto replyMsg = std::static_pointer_cast<GetSinkConfigRsp>(reply); in GetSinkConfig()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_sink_scene_test.cpp760 auto reply = std::make_shared<GetSinkConfigRsp>(); in HWTEST_F()

Completed in 6 milliseconds