Home
last modified time | relevance | path

Searched refs:nMsgType (Results 1 - 3 of 3) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_msg_bind_macros.h23 virtual int32_t OnIpcMessage(const int32_t nMsgType, MessageParcel &ipcMsg, std::shared_ptr<BaseMsg> &sharingMsg) \
25 switch (nMsgType) {
39 SHARING_LOGE("cann't process, may be message type error, message type: %{public}d.", nMsgType); \
47 virtual int32_t OnIpcMessage(const int32_t nMsgType, std::shared_ptr<BaseMsg> &sharingMsg, MessageParcel &ipcMsg) \
49 switch (nMsgType) {
64 SHARING_LOGE("cann't process, may be message type error, message type: %{public}d.", nMsgType); \
H A Dipc_msg_encoder.cpp25 int32_t nMsgType = sharingMsg->GetMsgId(); in MsgEncode() local
26 ipcMsg.WriteInt32(nMsgType); in MsgEncode()
28 return this->OnIpcMessage(nMsgType, ipcMsg, sharingMsg); in MsgEncode()
H A Dipc_msg_decoder.cpp25 int32_t nMsgType = ipcMsg.ReadInt32(); in MsgDecode() local
26 return this->OnIpcMessage(nMsgType, sharingMsg, ipcMsg); in MsgDecode()

Completed in 2 milliseconds