Home
last modified time | relevance | path

Searched refs:QueryDeathRecipient (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_death_recipient.cpp41 sptr<IRemoteObject::DeathRecipient> death = dBinderService->QueryDeathRecipient(object); in OnRemoteDied()
H A Ddbinder_service_stub.cpp225 sptr<IRemoteObject::DeathRecipient> death = dBinderService->QueryDeathRecipient(object); in RemoveDbinderDeathRecipient()
H A Ddbinder_service.cpp1147 sptr<IRemoteObject::DeathRecipient> DBinderService::QueryDeathRecipient(sptr<IRemoteObject> object) in QueryDeathRecipient() function in OHOS::DBinderService
1210 sptr<IRemoteObject::DeathRecipient> death = QueryDeathRecipient((it->first)); in ProcessCallbackProxy()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h232 sptr<IRemoteObject::DeathRecipient> QueryDeathRecipient(sptr<IRemoteObject> object);
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp961 EXPECT_EQ(dBinderService->QueryDeathRecipient(object), deathRecipient);
973 EXPECT_EQ(dBinderService->QueryDeathRecipient(nullptr), nullptr);