Searched refs:DBINDER_INCREFS_TRANSACTION (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | rpc_types.h | 36 DBINDER_INCREFS_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'I', 'T'), enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_types.h | 44 DBINDER_INCREFS_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'I', 'T'), enumerator
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_types.h | 55 DBINDER_INCREFS_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'I', 'T'), enumerator
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_core_unittest.cpp | 364 uint32_t code = DBINDER_INCREFS_TRANSACTION;
|
H A D | ipc_object_stub_unittest.cpp | 338 uint32_t code = DBINDER_INCREFS_TRANSACTION;
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_stub.cpp | 396 case DBINDER_INCREFS_TRANSACTION: in SendRequest()
|
H A D | ipc_object_proxy.cpp | 685 int32_t err = SendRequestInner(false, DBINDER_INCREFS_TRANSACTION, data, reply, option); in IncRefToRemote()
|