Searched refs:BC_REPLY (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_debug.cpp | 49 { BC_REPLY, "BC_REPLY" }, in GetErrorMap()
|
H A D | binder_invoker.cpp | 581 int cmd = (totalDBinderBufSize > 0) ? BC_REPLY_SG : BC_REPLY; in SendReply()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | dbinder_base_invoker_interface.h | 131 std::shared_ptr<T> sessionObject = WriteTransaction(BC_REPLY, flags, 0, in SendReply() 164 } else if (tr->cmd == BC_REPLY) { in OnTransaction()
|
H A D | sys_binder.h | 243 BC_REPLY = _IOW('c', 1, struct binder_transaction_data), enumerator
|
H A D | dbinder_base_invoker_object.h | 238 } else if (cmd == BC_REPLY) { in GetUniqueSeqNumber()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/ |
H A D | dbinder_invoker.c | 37 #define BC_REPLY 1076388609 macro 66 } else if (cmd == BC_REPLY) { in GetUniqueSeqNumber() 346 HandleSessionList *sessionObject = WriteTransaction(BC_REPLY, option, 0, GetCallerSessionId(), in SendReply() 453 } else if (tr->cmd == BC_REPLY) { in OnTransaction()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/ |
H A D | sys_binder.h | 224 BC_REPLY = _IOW('c', 1, struct binder_transaction_data), enumerator
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/ |
H A D | ipc_invoker.c | 198 buf.cmd = BC_REPLY; in SendReply()
|