Home
last modified time | relevance | path

Searched refs:IPC_INVOKER_ON_TRANSACT_ERR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_types.h97 IPC_INVOKER_ON_TRANSACT_ERR, enumerator
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_types.h125 IPC_INVOKER_ON_TRANSACT_ERR, enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbinder_invoker_unittest.cpp383 EXPECT_EQ(binderInvoker.HandleCommandsInner(cmd), IPC_INVOKER_ON_TRANSACT_ERR);
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp1004 error = IPC_INVOKER_ON_TRANSACT_ERR; in HandleCommandsInner()