Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_codec_bind_macros.h25 int32_t IpcSerialize(MessageParcel &pacel) \
35 int32_t IpcSerialize(MessageParcel &pacel) \
37 return IpcSerialize(pacel, __VA_ARGS__); \
40 int32_t IpcSerialize(MessageParcel &pacel, T first, Args... last) \
45 return IpcSerialize(pacel, last...); \
48 int32_t IpcSerialize(MessageParcel &pacel, T t) \
H A Dipc_msg_bind_macros.h30 message->IpcSerialize(ipcMsg); \
H A Dipc_codec.h44 if (0 == t.IpcSerialize(pIpcMsg)) { in IpcEncodeBindAttr()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp45 int32_t IpcSerialize(MessageParcel &pIpcMsg) in IpcSerialize() function

Completed in 4 milliseconds