Searched refs:nMsgType (Results 1 - 3 of 3) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/ |
H A D | ipc_msg_bind_macros.h | 23 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 D | ipc_msg_encoder.cpp | 25 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 D | ipc_msg_decoder.cpp | 25 int32_t nMsgType = ipcMsg.ReadInt32(); in MsgDecode() local 26 return this->OnIpcMessage(nMsgType, sharingMsg, ipcMsg); in MsgDecode()
|
Completed in 1 milliseconds