Home
last modified time | relevance | path

Searched refs:BR_TRANSACTION (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_debug.cpp32 { BR_TRANSACTION, "BR_TRANSACTION" }, in GetErrorMap()
H A Dbinder_invoker.cpp984 case BR_TRANSACTION: in HandleCommandsInner()
1028 if (cmd != BR_TRANSACTION) { in HandleCommands()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbinder_invoker_unittest.cpp337 EXPECT_EQ(binderInvoker.HandleCommandsInner(BR_TRANSACTION), IPC_INVOKER_INVALID_DATA_ERR);
406 binderInvoker.input_.WriteUint32(BR_TRANSACTION);
410 EXPECT_TRUE(binderInvoker.HandleCommands(BR_TRANSACTION) == IPC_INVOKER_INVALID_DATA_ERR);
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/include/
H A Dsys_binder.h203 BR_TRANSACTION = _IOR('r', 2, struct binder_transaction_data), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Dsys_binder.h222 BR_TRANSACTION = _IOR('r', 2, struct binder_transaction_data), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c308 case BR_TRANSACTION: { in BinderParse()