Home
last modified time | relevance | path

Searched refs:pushRecipient_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1872 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()
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1459 sptr<IRemoteObject::DeathRecipient> pushRecipient_ = nullptr; variable