Searched refs:DbinderSaDeathRecipient (Results 1 – 4 of 4) sorted by relevance
22 class DbinderSaDeathRecipient : public IRemoteObject::DeathRecipient {25 DbinderSaDeathRecipient(binder_uintptr_t binderObject);26 virtual ~DbinderSaDeathRecipient() = default;
25 DbinderSaDeathRecipient::DbinderSaDeathRecipient(binder_uintptr_t binderObject) : binderObject_(bin… in DbinderSaDeathRecipient() function in OHOS::DbinderSaDeathRecipient29 void DbinderSaDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
559 sptr<IRemoteObject::DeathRecipient> death(new DbinderSaDeathRecipient(binderObject)); in LoadSystemAbilityComplete()
459 static void DbinderSaDeathRecipient(void *args) in DbinderSaDeathRecipient() function491 int32_t ret = AddDeathRecipient(*proxyObject->proxy, DbinderSaDeathRecipient, in FindOrNewProxy()