Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_debug.cpp57 { BC_ACQUIRE_DONE, "BC_ACQUIRE_DONE" }, in GetErrorMap()
H A Dbinder_invoker.cpp650 result = output_.WriteInt32(BC_ACQUIRE_DONE); in OnAcquireObject()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h232 BC_ACQUIRE_DONE = _IOW('c', 9, struct binder_ptr_cookie), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h251 BC_ACQUIRE_DONE = _IOW('c', 9, struct binder_ptr_cookie), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c173 data.cmd = BC_ACQUIRE_DONE; in BinderRefDone()