Home
last modified time | relevance | path

Searched refs:BR_DEAD_REPLY (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_debug.cpp35 { BR_DEAD_REPLY, "BR_DEAD_REPLY" }, in GetErrorMap()
H A Dbinder_invoker.cpp1259 case BR_DEAD_REPLY: in DealWithCmd()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h206 BR_DEAD_REPLY = _IO('r', 5), enumerator
/ohos5.0/base/security/access_token/interfaces/innerkits/el5filekeymanager/src/
H A Del5_filekey_manager_client.cpp33 static const std::vector<int32_t> RETRY_CODE_LIST = { BR_DEAD_REPLY, BR_FAILED_REPLY, SENDREQ_FAIL_…
/ohos5.0/foundation/communication/ipc/ipc/native/src/c_api/source/
H A Dipc_cremote_object.cpp96 {BR_DEAD_REPLY, OH_IPC_DEAD_REMOTE_OBJECT},
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h225 BR_DEAD_REPLY = _IO('r', 5), enumerator
/ohos5.0/base/accesscontrol/sandbox_manager/interfaces/innerkits/sandbox_manager/src/
H A Dsandbox_manager_client.cpp40 BR_DEAD_REPLY, BR_FAILED_REPLY, SENDREQ_FAIL_ERR };
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c339 case BR_DEAD_REPLY: in BinderParse()