Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_msg_decoder.h27 class IpcMsgDecoder : public Singleton<IpcMsgDecoder> { class
28 friend class Singleton<IpcMsgDecoder>;
31 virtual ~IpcMsgDecoder() = default;
H A Dipc_msg_decoder.cpp22 int32_t IpcMsgDecoder::MsgDecode(std::shared_ptr<BaseMsg> &sharingMsg, MessageParcel &ipcMsg) in MsgDecode()
29 int32_t IpcMsgDecoder::DomainMsgDecode(std::shared_ptr<BaseDomainMsg> &sharingMsg, MessageParcel &ipcMsg) in DomainMsgDecode()
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_proxy.cpp80 IpcMsgDecoder::GetInstance().MsgDecode(replyMsg, reply); in DoIpcCommand()
H A Dinter_ipc_stub.cpp88 IpcMsgDecoder::GetInstance().MsgDecode(msg, data); in DoIpcCommand()
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_service_stub.cpp118 IpcMsgDecoder::GetInstance().DomainMsgDecode(msg, data); in DoRpcCommand()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp1182 auto ret1 = IpcMsgDecoder::GetInstance().MsgDecode(baseMsgGet, ipcMsg); in HWTEST_F()

Completed in 5 milliseconds