Home
last modified time | relevance | path

Searched refs:WriteTransaction (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_interface.h25 std::shared_ptr<T> DBinderBaseInvoker<T>::WriteTransaction(int cmd, uint32_t flags, int32_t handle,… in WriteTransaction() function
105 …std::shared_ptr<T> session = WriteTransaction(BC_TRANSACTION, flags, handle, 0, code, data, seqNum… in SendRequest()
131 std::shared_ptr<T> sessionObject = WriteTransaction(BC_REPLY, flags, 0, in SendReply()
H A Dbinder_invoker.h167 …bool WriteTransaction(int cmd, uint32_t flags, int32_t handle, uint32_t code, const MessageParcel …
H A Ddbinder_base_invoker_define.h72 …virtual std::shared_ptr<T> WriteTransaction(int cmd, uint32_t flags, int32_t handle, int32_t socke…
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Ddbinder_invoker.c180 static HandleSessionList *WriteTransaction(int32_t cmd, MessageOption option, int32_t handle, in WriteTransaction() function
346 HandleSessionList *sessionObject = WriteTransaction(BC_REPLY, option, 0, GetCallerSessionId(), in SendReply()
711 HandleSessionList *sessinoObject = WriteTransaction(BC_TRANSACTION, option, target.handle, in RpcInvokerSendRequest()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp175 if (!WriteTransaction(cmd, flags, handle, code, data, nullptr, totalDBinderBufSize)) { in SendRequest()
582 int error = WriteTransaction(cmd, flags, -1, 0, reply, &result, totalDBinderBufSize); in SendReply()
1133 bool BinderInvoker::WriteTransaction(int cmd, uint32_t flags, int32_t handle, uint32_t code, const … in WriteTransaction() function in OHOS::IPC_SINGLE::BinderInvoker