Home
last modified time | relevance | path

Searched refs:DbinderSaDeathRecipient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_sa_death_recipient.h22 class DbinderSaDeathRecipient : public IRemoteObject::DeathRecipient {
25 DbinderSaDeathRecipient(binder_uintptr_t binderObject);
26 virtual ~DbinderSaDeathRecipient() = default;
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_sa_death_recipient.cpp25 DbinderSaDeathRecipient::DbinderSaDeathRecipient(binder_uintptr_t binderObject) : binderObject_(bin… in DbinderSaDeathRecipient() function in OHOS::DbinderSaDeathRecipient
29 void DbinderSaDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
H A Ddbinder_service.cpp559 sptr<IRemoteObject::DeathRecipient> death(new DbinderSaDeathRecipient(binderObject)); in LoadSystemAbilityComplete()
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/
H A Ddbinder_service.c459 static void DbinderSaDeathRecipient(void *args) in DbinderSaDeathRecipient() function
491 int32_t ret = AddDeathRecipient(*proxyObject->proxy, DbinderSaDeathRecipient, in FindOrNewProxy()