Home
last modified time | relevance | path

Searched refs:SubscribeLocalLiveViewNotification (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_local_live_view.cpp68 … NotificationHelper::SubscribeLocalLiveViewNotification(*(asynccallbackinfo->objectInfo), false); in NapiSubscriteLocalAcitvity()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp222 ErrCode NotificationHelper::SubscribeLocalLiveViewNotification(const NotificationLocalLiveViewSubsc… in SubscribeLocalLiveViewNotification() function in OHOS::Notification::NotificationHelper
225 …return DelayedSingleton<AnsNotification>::GetInstance()->SubscribeLocalLiveViewNotification(subscr… in SubscribeLocalLiveViewNotification()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h463 …static ErrCode SubscribeLocalLiveViewNotification(const NotificationLocalLiveViewSubscriber &subsc…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h420 … ErrCode SubscribeLocalLiveViewNotification(const NotificationLocalLiveViewSubscriber &subscriber,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp592 ErrCode AnsNotification::SubscribeLocalLiveViewNotification(const NotificationLocalLiveViewSubscrib… in SubscribeLocalLiveViewNotification() function in OHOS::Notification::AnsNotification
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp1715 …EXPECT_EQ(0, NotificationHelper::SubscribeLocalLiveViewNotification(systemLiveViewSubscriber, true…
/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1523 … int32_t result = NotificationHelper::SubscribeLocalLiveViewNotification(NOTIFICATION_SUBSCRIBER); in StartNotification()
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp3132 …int32_t result = Notification::NotificationHelper::SubscribeLocalLiveViewNotification(NOTIFICATION… in NotifySystemUI()