Home
last modified time | relevance | path

Searched defs:pIpcMsg (Results 1 - 2 of 2) 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
29 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int8_t attr) in IpcEncodeBindAttr() argument
35 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int16_t attr) in IpcEncodeBindAttr() argument
41 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int32_t attr) in IpcEncodeBindAttr() argument
47 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int64_t attr) in IpcEncodeBindAttr() argument
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.h42 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...]

Completed in 1 milliseconds