Home
last modified time | relevance | path

Searched refs:TF_ONE_WAY (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dhitrace_invoker.cpp39 ((flags & TF_ONE_WAY) ? traceId.IsFlagEnabled(HITRACE_FLAG_INCLUDE_ASYNC) : true)); in IsClientTraced()
75 (flags & TF_ONE_WAY) ? "ASYNC" : "SYNC", handle, code, in TraceClientSend()
95 if (!(flags & TF_ONE_WAY)) { in TraceClientReceieve()
149 (flags & TF_ONE_WAY) ? "ASYNC" : "SYNC", handle, code, in TraceServerReceieve()
163 (flags & TF_ONE_WAY) ? "ASYNC" : "SYNC", handle, code); in TraceServerSend()
H A Dbinder_invoker.cpp182 if ((flags & TF_ONE_WAY) != 0) { in SendRequest()
836 if (!(flagValue & TF_ONE_WAY)) { in Transaction()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h147 TF_ONE_WAY = 0x01, enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_interface.h112 if (flags & TF_ONE_WAY) { in SendRequest()
H A Dsys_binder.h162 TF_ONE_WAY = 0x01, enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c237 if (tr->flags & TF_ONE_WAY) { in HandleTransaction()