Searched refs:pushRecipient_ (Results 1 – 2 of 2) sorted by relevance
1872 it->second->AsObject()->RemoveDeathRecipient(pushRecipient_); in ResetPushCallbackProxy()1907 pushRecipient_ = new (std::nothrow) PushCallbackRecipient(); in RegisterPushCallback()1908 if (!pushRecipient_) { in RegisterPushCallback()1912 pushCallback->AddDeathRecipient(pushRecipient_); in RegisterPushCallback()
1459 sptr<IRemoteObject::DeathRecipient> pushRecipient_ = nullptr; variable