Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/impl/scene/wfd/
H A Dwfd_msg.h273 struct UnMuteReq : public BaseMsg { struct
277 UnMuteReq() = default;
278 explicit UnMuteReq(const UnMuteReq &rReq) {}; in UnMuteReq() function
279 UnMuteReq &operator=(const UnMuteReq &rReq) in operator =()
H A Dwfd_sink_scene.h118 int32_t HandleUnMute(std::shared_ptr<UnMuteReq> &msg, std::shared_ptr<WfdCommonRsp> &reply);
H A Dwfd_sink_scene.cpp377 case UnMuteReq::MSG_ID: { in OnRequest()
378 auto data = std::static_pointer_cast<UnMuteReq>(msg); in OnRequest()
810 int32_t WfdSinkScene::HandleUnMute(std::shared_ptr<UnMuteReq> &msg, std::shared_ptr<WfdCommonRsp> &reply) in HandleUnMute()
/foundation/CastEngine/castengine_wifi_display/frameworks/innerkitsimpl/native/wfd/
H A Dwfd_sink_impl.cpp348 auto msg = std::make_shared<UnMuteReq>(); in UnMute()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/
H A Dwfd_sink_scene_test.cpp697 auto msg = std::make_shared<UnMuteReq>(); in HWTEST_F()
712 auto msg = std::make_shared<UnMuteReq>(); in HWTEST_F()

Completed in 6 milliseconds