Searched refs:DBINDER_OBITUARY_TRANSACTION (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | rpc_types.h | 35 DBINDER_OBITUARY_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'O', 'T'), enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_types.h | 43 DBINDER_OBITUARY_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'O', 'T'), enumerator
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_types.h | 54 DBINDER_OBITUARY_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'O', 'T'), enumerator
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_core_unittest.cpp | 303 uint32_t code = DBINDER_OBITUARY_TRANSACTION; 320 uint32_t code = DBINDER_OBITUARY_TRANSACTION; 346 uint32_t code = DBINDER_OBITUARY_TRANSACTION;
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_proxy.cpp | 608 int err = SendLocalRequest(DBINDER_OBITUARY_TRANSACTION, data, reply, option); in NoticeServiceDie() 812 int err = SendLocalRequest(DBINDER_OBITUARY_TRANSACTION, data, reply, option); in AddDbinderDeathRecipient() 850 int err = SendLocalRequest(DBINDER_OBITUARY_TRANSACTION, data, reply, option); in RemoveDbinderDeathRecipient()
|
H A D | ipc_object_stub.cpp | 124 case DBINDER_OBITUARY_TRANSACTION: { in OnRemoteRequest()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service_stub.cpp | 135 case DBINDER_OBITUARY_TRANSACTION: { in OnRemoteRequest()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_stub_unittest.cpp | 356 uint32_t code = DBINDER_OBITUARY_TRANSACTION;
|