Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service_stub.h109 int32_t RemoveDbinderDeathRecipient(MessageParcel &data);
/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/
H A Dipc_object_proxy.h96 bool RemoveDbinderDeathRecipient();
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_stub_unittest.cpp560 * @tc.desc: Verify the RemoveDbinderDeathRecipient function
571 int32_t ret = dBinderServiceStub.RemoveDbinderDeathRecipient(data); in HWTEST_F()
577 * @tc.desc: Verify the RemoveDbinderDeathRecipient function
592 int32_t ret = dBinderServiceStub.RemoveDbinderDeathRecipient(data); in HWTEST_F()
598 * @tc.desc: Verify the RemoveDbinderDeathRecipient function
613 int32_t ret = dBinderServiceStub.RemoveDbinderDeathRecipient(data); in HWTEST_F()
619 * @tc.desc: Verify the RemoveDbinderDeathRecipient function
634 int32_t ret = dBinderServiceStub.RemoveDbinderDeathRecipient(data); in HWTEST_F()
640 * @tc.desc: Verify the RemoveDbinderDeathRecipient function
655 int32_t ret = dBinderServiceStub.RemoveDbinderDeathRecipient(dat in HWTEST_F()
[all...]
/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_object_proxy.h309 bool RemoveDbinderDeathRecipient();
/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
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp520 RemoveDbinderDeathRecipient(); in SendObituary()
569 RemoveDbinderDeathRecipient(); in ClearDeathRecipients()
801 bool IPCObjectProxy::RemoveDbinderDeathRecipient() in RemoveDbinderDeathRecipient() function in OHOS::IPCObjectProxy
1053 dbinderStatus = RemoveDbinderDeathRecipient(); in UnRegisterBinderDeathRecipient()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_object_proxy_unittest.cpp876 * @tc.desc: Verify the IPCObjectProxy::RemoveDbinderDeathRecipient function
889 auto ret = object->RemoveDbinderDeathRecipient(); in HWTEST_F()

Completed in 12 milliseconds