Home
last modified time | relevance | path

Searched refs:AddDbinderDeathRecipient (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_stub_unittest.cpp470 int32_t ret = dBinderServiceStub.AddDbinderDeathRecipient(data);
491 int32_t ret = dBinderServiceStub.AddDbinderDeathRecipient(data);
512 int32_t ret = dBinderServiceStub.AddDbinderDeathRecipient(data);
533 int32_t ret = dBinderServiceStub.AddDbinderDeathRecipient(data);
554 int32_t ret = dBinderServiceStub.AddDbinderDeathRecipient(data);
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service_stub.h108 int32_t AddDbinderDeathRecipient(MessageParcel &data);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h94 bool AddDbinderDeathRecipient();
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service_stub.cpp154 return AddDbinderDeathRecipient(data); in ProcessDeathRecipient()
164 int32_t DBinderServiceStub::AddDbinderDeathRecipient(MessageParcel &data) in AddDbinderDeathRecipient() function in OHOS::DBinderServiceStub
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h304 bool AddDbinderDeathRecipient();
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_proxy_unittest.cpp828 auto ret = object->AddDbinderDeathRecipient();
848 auto ret = object->AddDbinderDeathRecipient();
868 auto ret = object->AddDbinderDeathRecipient();
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp771 bool IPCObjectProxy::AddDbinderDeathRecipient() in AddDbinderDeathRecipient() function in OHOS::IPCObjectProxy
1040 if (proto_ == IRemoteObject::IF_PROT_DATABUS && !AddDbinderDeathRecipient()) { in RegisterBinderDeathRecipient()