Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_debug.cpp33 { BR_REPLY, "BR_REPLY" }, in GetErrorMap()
H A Dbinder_invoker.cpp1266 case BR_REPLY: in DealWithCmd()
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h204 BR_REPLY = _IOR('r', 3, struct binder_transaction_data), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h223 BR_REPLY = _IOR('r', 3, struct binder_transaction_data), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c317 case BR_REPLY: { in BinderParse()