Searched refs:IpcDecodeBindAttr (Results 1 - 4 of 4) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/interaction/ipc_codec/ |
H A D | ipc_codec.h | 65 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, bool &attr); 66 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, int8_t &attr); 67 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, int16_t &attr); 68 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, int32_t &attr); 69 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, int64_t &attr); 70 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint8_t &attr); 71 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint16_t &attr); 72 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint32_t &attr); 73 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint64_t &attr); 74 bool IpcDecodeBindAttr(MessageParce 80 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, TYPE &t) IpcDecodeBindAttr() function 90 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, std::vector<TYPE> &vec) IpcDecodeBindAttr() function [all...] |
H A D | ipc_codec.cpp | 101 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, bool &attr) in IpcDecodeBindAttr() function 107 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, int8_t &attr) in IpcDecodeBindAttr() function 113 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, int16_t &attr) in IpcDecodeBindAttr() function 119 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, int32_t &attr) in IpcDecodeBindAttr() function 125 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, int64_t &attr) in IpcDecodeBindAttr() function 131 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint8_t &attr) in IpcDecodeBindAttr() function 137 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint16_t &attr) in IpcDecodeBindAttr() function 143 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint32_t &attr) in IpcDecodeBindAttr() function 149 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, uint64_t &attr) in IpcDecodeBindAttr() function 155 bool IpcDecodeBindAttr(MessageParce function 161 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, double &attr) IpcDecodeBindAttr() function 167 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, std::string &attr) IpcDecodeBindAttr() function 173 bool IpcDecodeBindAttr(MessageParcel &pIpcMsg, sptr<IRemoteObject> &attr) IpcDecodeBindAttr() function [all...] |
H A D | ipc_codec_bind_macros.h | 63 if (!IPC_CODEC::IpcDecodeBindAttr(pacel, first)) { \ 71 if (!IPC_CODEC::IpcDecodeBindAttr(pacel, t)) { \
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/ |
H A D | scene_unit_test.cpp | 976 auto ret1 = IpcDecodeBindAttr(parcel, attrGet); in HWTEST_F() 989 auto ret1 = IpcDecodeBindAttr(parcel, attrGet); in HWTEST_F() 1002 auto ret1 = IpcDecodeBindAttr(parcel, attrGet); in HWTEST_F() 1015 auto ret1 = IpcDecodeBindAttr(parcel, attrGet); in HWTEST_F() 1028 auto ret1 = IpcDecodeBindAttr(parcel, attrGet); in HWTEST_F() 1041 auto ret1 = IpcDecodeBindAttr(parcel, attrGet); in HWTEST_F() 1054 auto ret1 = IpcDecodeBindAttr(parcel, attrGet); in HWTEST_F() 1067 auto ret1 = IpcDecodeBindAttr(parcel, attrGet); in HWTEST_F() 1080 auto ret1 = IpcDecodeBindAttr(parcel, attrGet); in HWTEST_F() 1093 auto ret1 = IpcDecodeBindAttr(parce in HWTEST_F() [all...] |
Completed in 4 milliseconds