Home
last modified time | relevance | path

Searched refs:PushCallbackRecipient (Results 1 - 2 of 2) sorted by relevance

/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1475 * @class PushCallbackRecipient
1476 * PushCallbackRecipient notices IRemoteBroker died.
1478 class PushCallbackRecipient : public IRemoteObject::DeathRecipient { class
1480 PushCallbackRecipient();
1481 virtual ~PushCallbackRecipient();
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1992 pushRecipient_ = new (std::nothrow) PushCallbackRecipient(); in RegisterPushCallback()
1994 ANS_LOGE("Failed to create death Recipient ptr PushCallbackRecipient!"); in RegisterPushCallback()
2346 void PushCallbackRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
2362 PushCallbackRecipient::PushCallbackRecipient() {} in PushCallbackRecipient() function in OHOS::Notification::PushCallbackRecipient
2364 PushCallbackRecipient::~PushCallbackRecipient() {} in ~PushCallbackRecipient()

Completed in 6 milliseconds