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 D | hitrace_invoker.cpp | 39 ((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 D | binder_invoker.cpp | 182 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 D | sys_binder.h | 147 TF_ONE_WAY = 0x01, enumerator
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | dbinder_base_invoker_interface.h | 112 if (flags & TF_ONE_WAY) { in SendRequest()
|
H A D | sys_binder.h | 162 TF_ONE_WAY = 0x01, enumerator
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/ |
H A D | ipc_invoker.c | 237 if (tr->flags & TF_ONE_WAY) { in HandleTransaction()
|