Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/
H A Dipc_codec.cpp23 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, bool attr) in IpcEncodeBindAttr() argument
26 return pIpcMsg.WriteBool(attr); in IpcEncodeBindAttr()
29 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int8_t attr) in IpcEncodeBindAttr() argument
32 return pIpcMsg.WriteInt8(attr); in IpcEncodeBindAttr()
35 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int16_t attr) in IpcEncodeBindAttr() argument
38 return pIpcMsg.WriteInt16(attr); in IpcEncodeBindAttr()
41 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int32_t attr) in IpcEncodeBindAttr() argument
44 return pIpcMsg.WriteInt32(attr); in IpcEncodeBindAttr()
47 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int64_t attr) in IpcEncodeBindAttr() argument
50 return pIpcMsg in IpcEncodeBindAttr()
53 IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint8_t attr) IpcEncodeBindAttr() argument
59 IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint16_t attr) IpcEncodeBindAttr() argument
65 IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint32_t attr) IpcEncodeBindAttr() argument
71 IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint64_t attr) IpcEncodeBindAttr() argument
77 IpcEncodeBindAttr(MessageParcel &pIpcMsg, float attr) IpcEncodeBindAttr() argument
83 IpcEncodeBindAttr(MessageParcel &pIpcMsg, double attr) IpcEncodeBindAttr() argument
89 IpcEncodeBindAttr(MessageParcel &pIpcMsg, std::string &attr) IpcEncodeBindAttr() argument
95 IpcEncodeBindAttr(MessageParcel &pIpcMsg, sptr<IRemoteObject> &attr) IpcEncodeBindAttr() argument
101 IpcDecodeBindAttr(MessageParcel &pIpcMsg, bool &attr) IpcDecodeBindAttr() argument
107 IpcDecodeBindAttr(MessageParcel &pIpcMsg, int8_t &attr) IpcDecodeBindAttr() argument
113 IpcDecodeBindAttr(MessageParcel &pIpcMsg, int16_t &attr) IpcDecodeBindAttr() argument
119 IpcDecodeBindAttr(MessageParcel &pIpcMsg, int32_t &attr) IpcDecodeBindAttr() argument
125 IpcDecodeBindAttr(MessageParcel &pIpcMsg, int64_t &attr) IpcDecodeBindAttr() argument
131 IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint8_t &attr) IpcDecodeBindAttr() argument
137 IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint16_t &attr) IpcDecodeBindAttr() argument
143 IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint32_t &attr) IpcDecodeBindAttr() argument
149 IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint64_t &attr) IpcDecodeBindAttr() argument
155 IpcDecodeBindAttr(MessageParcel &pIpcMsg, float &attr) IpcDecodeBindAttr() argument
161 IpcDecodeBindAttr(MessageParcel &pIpcMsg, double &attr) IpcDecodeBindAttr() argument
167 IpcDecodeBindAttr(MessageParcel &pIpcMsg, std::string &attr) IpcDecodeBindAttr() argument
173 IpcDecodeBindAttr(MessageParcel &pIpcMsg, sptr<IRemoteObject> &attr) IpcDecodeBindAttr() argument
[all...]
H A Dipc_codec.h26 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, bool attr);
27 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int8_t attr);
28 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int16_t attr);
29 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int32_t attr);
30 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int64_t attr);
31 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint8_t attr);
32 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint16_t attr);
33 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint32_t attr);
34 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint64_t attr);
35 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, floa
42 IpcEncodeBindAttr(MessageParcel &pIpcMsg, TYPE &t) IpcEncodeBindAttr() argument
52 IpcEncodeBindAttr(MessageParcel &pIpcMsg, std::vector<TYPE> &vec) IpcEncodeBindAttr() argument
80 IpcDecodeBindAttr(MessageParcel &pIpcMsg, TYPE &t) IpcDecodeBindAttr() argument
90 IpcDecodeBindAttr(MessageParcel &pIpcMsg, std::vector<TYPE> &vec) IpcDecodeBindAttr() argument
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp45 int32_t IpcSerialize(MessageParcel &pIpcMsg) in IpcSerialize()
47 return pIpcMsg.WriteInt32(value) ? 0 : 1; in IpcSerialize()
49 int32_t IpcDeserialize(MessageParcel &pIpcMsg) in IpcDeserialize()
51 return pIpcMsg.ReadInt32(value) ? 0 : 1; in IpcDeserialize()

Completed in 4 milliseconds