Searched refs:SubscribeNotificationSelf (Results 1 – 6 of 6) sorted by relevance
212 ErrCode NotificationHelper::SubscribeNotificationSelf(const NotificationSubscriber &subscriber) in SubscribeNotificationSelf() function in OHOS::Notification::NotificationHelper214 return DelayedSingleton<AnsNotification>::GetInstance()->SubscribeNotificationSelf(subscriber); in SubscribeNotificationSelf()217 ErrCode NotificationHelper::SubscribeNotificationSelf(const std::shared_ptr<NotificationSubscriber>… in SubscribeNotificationSelf() function in OHOS::Notification::NotificationHelper219 return DelayedSingleton<AnsNotification>::GetInstance()->SubscribeNotificationSelf(subscriber); in SubscribeNotificationSelf()
395 static ErrCode SubscribeNotificationSelf(const NotificationSubscriber &subscriber);408 …static ErrCode SubscribeNotificationSelf(const std::shared_ptr<NotificationSubscriber> &subscriber…
395 ErrCode SubscribeNotificationSelf(const NotificationSubscriber &subscriber);408 ErrCode SubscribeNotificationSelf(const std::shared_ptr<NotificationSubscriber> &subscriber);
145 NotificationHelper::SubscribeNotificationSelf(asynccallbackinfo->objectInfo); in NapiSubscribeSelf()
575 ErrCode AnsNotification::SubscribeNotificationSelf(const NotificationSubscriber &subscriber) in SubscribeNotificationSelf() function in OHOS::Notification::AnsNotification682 ErrCode AnsNotification::SubscribeNotificationSelf(const std::shared_ptr<NotificationSubscriber> &s… in SubscribeNotificationSelf() function in OHOS::Notification::AnsNotification
300 if (Notification::NotificationHelper::SubscribeNotificationSelf(*subscriber_) != ERR_OK) { in RegisterNotificationSubscriber()