Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_debug.cpp62 { BC_REQUEST_DEATH_NOTIFICATION, "BC_REQUEST_DEATH_NOTIFICATION" }, in GetErrorMap()
H A Dbinder_invoker.cpp227 if (!output_.WriteInt32(BC_REQUEST_DEATH_NOTIFICATION)) { in AddDeathRecipient()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h237 BC_REQUEST_DEATH_NOTIFICATION = _IOW('c', 14, struct binder_handle_cookie), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h256 BC_REQUEST_DEATH_NOTIFICATION = _IOW('c', 14, struct binder_handle_cookie), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c504 data.cmd = BC_REQUEST_DEATH_NOTIFICATION; in IpcAddDeathRecipient()