Home
last modified time | relevance | path

Searched defs:IpcEncodeBindAttr (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() function
29 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int8_t attr) in IpcEncodeBindAttr() function
35 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int16_t attr) in IpcEncodeBindAttr() function
41 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int32_t attr) in IpcEncodeBindAttr() function
47 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, int64_t attr) in IpcEncodeBindAttr() function
53 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint8_t attr) in IpcEncodeBindAttr() function
59 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint16_t attr) in IpcEncodeBindAttr() function
65 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint32_t attr) in IpcEncodeBindAttr() function
71 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, uint64_t attr) in IpcEncodeBindAttr() function
77 bool IpcEncodeBindAttr(MessageParce function
83 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, double attr) IpcEncodeBindAttr() function
89 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, std::string &attr) IpcEncodeBindAttr() function
95 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, sptr<IRemoteObject> &attr) IpcEncodeBindAttr() function
[all...]
H A Dipc_codec.h42 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, TYPE &t) IpcEncodeBindAttr() function
52 bool IpcEncodeBindAttr(MessageParcel &pIpcMsg, std::vector<TYPE> &vec) IpcEncodeBindAttr() function
[all...]

Completed in 1 milliseconds