Home
last modified time | relevance | path

Searched refs:AttachDeathRecipient (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h224 bool AttachDeathRecipient(sptr<IRemoteObject> object, sptr<IRemoteObject::DeathRecipient> deathRecipient);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service_stub.cpp192 if (!dBinderService->AttachDeathRecipient(object, death)) { in AddDbinderDeathRecipient()
H A Ddbinder_service.cpp1136 bool DBinderService::AttachDeathRecipient(sptr<IRemoteObject> object, in AttachDeathRecipient() function in OHOS::DBinderService
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp285 * @tc.desc: Verify the AttachDeathRecipient function
294 bool res = dBinderService->AttachDeathRecipient(object, deathRecipient); in HWTEST_F()
960 dBinderService->AttachDeathRecipient(object, deathRecipient); in HWTEST_F()

Completed in 7 milliseconds