Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_stub_unittest.cpp571 int32_t ret = dBinderServiceStub.RemoveDbinderDeathRecipient(data);
592 int32_t ret = dBinderServiceStub.RemoveDbinderDeathRecipient(data);
613 int32_t ret = dBinderServiceStub.RemoveDbinderDeathRecipient(data);
634 int32_t ret = dBinderServiceStub.RemoveDbinderDeathRecipient(data);
655 int32_t ret = dBinderServiceStub.RemoveDbinderDeathRecipient(data);
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service_stub.h109 int32_t RemoveDbinderDeathRecipient(MessageParcel &data);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h96 bool RemoveDbinderDeathRecipient();
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service_stub.cpp158 return RemoveDbinderDeathRecipient(data); in ProcessDeathRecipient()
206 int32_t DBinderServiceStub::RemoveDbinderDeathRecipient(MessageParcel &data) in RemoveDbinderDeathRecipient() function in OHOS::DBinderServiceStub
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h312 bool RemoveDbinderDeathRecipient();
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp535 RemoveDbinderDeathRecipient(); in SendObituary()
584 RemoveDbinderDeathRecipient(); in ClearDeathRecipients()
823 bool IPCObjectProxy::RemoveDbinderDeathRecipient() in RemoveDbinderDeathRecipient() function in OHOS::IPCObjectProxy
1061 dbinderStatus = RemoveDbinderDeathRecipient(); in UnRegisterBinderDeathRecipient()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_proxy_unittest.cpp889 auto ret = object->RemoveDbinderDeathRecipient();