Home
last modified time | relevance | path

Searched refs:IpcDeserialize (Results 1 - 4 of 4) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_codec_bind_macros.h29 int32_t IpcDeserialize(MessageParcel &pacel) \
56 int32_t IpcDeserialize(MessageParcel &pacel) \
58 return IpcDeserialize(pacel, __VA_ARGS__); \
61 int32_t IpcDeserialize(MessageParcel &pacel, T &first, Args &...last) \
66 return IpcDeserialize(pacel, last...); \
69 int32_t IpcDeserialize(MessageParcel &pacel, T &t) \
H A Dipc_msg_bind_macros.h53 if (0 == message->IpcDeserialize(ipcMsg)) { \
H A Dipc_codec.h82 if (0 == t.IpcDeserialize(pIpcMsg)) { in IpcDecodeBindAttr()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp49 int32_t IpcDeserialize(MessageParcel &pIpcMsg) in IpcDeserialize() function

Completed in 4 milliseconds