Home
last modified time | relevance | path

Searched refs:SubscribeNotificationSelf (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp212 ErrCode NotificationHelper::SubscribeNotificationSelf(const NotificationSubscriber &subscriber) in SubscribeNotificationSelf() function in OHOS::Notification::NotificationHelper
214 return DelayedSingleton<AnsNotification>::GetInstance()->SubscribeNotificationSelf(subscriber); in SubscribeNotificationSelf()
217 ErrCode NotificationHelper::SubscribeNotificationSelf(const std::shared_ptr<NotificationSubscriber>… in SubscribeNotificationSelf() function in OHOS::Notification::NotificationHelper
219 return DelayedSingleton<AnsNotification>::GetInstance()->SubscribeNotificationSelf(subscriber); in SubscribeNotificationSelf()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h395 static ErrCode SubscribeNotificationSelf(const NotificationSubscriber &subscriber);
408 …static ErrCode SubscribeNotificationSelf(const std::shared_ptr<NotificationSubscriber> &subscriber…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h395 ErrCode SubscribeNotificationSelf(const NotificationSubscriber &subscriber);
408 ErrCode SubscribeNotificationSelf(const std::shared_ptr<NotificationSubscriber> &subscriber);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/subscribe/
H A Dnapi_subscribe.cpp145 NotificationHelper::SubscribeNotificationSelf(asynccallbackinfo->objectInfo); in NapiSubscribeSelf()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp575 ErrCode AnsNotification::SubscribeNotificationSelf(const NotificationSubscriber &subscriber) in SubscribeNotificationSelf() function in OHOS::Notification::AnsNotification
682 ErrCode AnsNotification::SubscribeNotificationSelf(const std::shared_ptr<NotificationSubscriber> &s… in SubscribeNotificationSelf() function in OHOS::Notification::AnsNotification
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp300 if (Notification::NotificationHelper::SubscribeNotificationSelf(*subscriber_) != ERR_OK) { in RegisterNotificationSubscriber()