Home
last modified time | relevance | path

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

/foundation/communication/ipc/services/dbinder/dbinder_service/src/
Ddbinder_death_recipient.cpp44 sptr<IRemoteObject::DeathRecipient> death = dBinderService->QueryDeathRecipient(object); in OnRemoteDied()
Ddbinder_service_stub.cpp202 sptr<IRemoteObject::DeathRecipient> death = dBinderService->QueryDeathRecipient(object); in RemoveDbinderDeathRecipient()
Ddbinder_service.cpp982 sptr<IRemoteObject::DeathRecipient> DBinderService::QueryDeathRecipient(sptr<IRemoteObject> object) in QueryDeathRecipient() function in OHOS::DBinderService
1045 sptr<IRemoteObject::DeathRecipient> death = QueryDeathRecipient((it->first)); in ProcessCallbackProxy()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
Ddbinder_service.h232 sptr<IRemoteObject::DeathRecipient> QueryDeathRecipient(sptr<IRemoteObject> object);
/foundation/communication/ipc/services/dbinder/test/unittest/
Ddbinder_service_unittest.cpp822 EXPECT_EQ(dBinderService->QueryDeathRecipient(object), deathRecipient);
833 EXPECT_EQ(dBinderService->QueryDeathRecipient(nullptr), nullptr);