Home
last modified time | relevance | path

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 Drpc_types.h36 DBINDER_INCREFS_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'I', 'T'), enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_types.h44 DBINDER_INCREFS_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'I', 'T'), enumerator
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_types.h55 DBINDER_INCREFS_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'I', 'T'), enumerator
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_core_unittest.cpp364 uint32_t code = DBINDER_INCREFS_TRANSACTION;
H A Dipc_object_stub_unittest.cpp338 uint32_t code = DBINDER_INCREFS_TRANSACTION;
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp396 case DBINDER_INCREFS_TRANSACTION: in SendRequest()
H A Dipc_object_proxy.cpp685 int32_t err = SendRequestInner(false, DBINDER_INCREFS_TRANSACTION, data, reply, option); in IncRefToRemote()