Home
last modified time | relevance | path

Searched refs:SubscribeLocalLiveView (Results 1 - 11 of 11) sorted by relevance

/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy_subscribe.cpp112 ErrCode AnsManagerProxy::SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber, in SubscribeLocalLiveView() function in OHOS::Notification::AnsManagerProxy
116 ANS_LOGE("[SubscribeLocalLiveView] fail: subscriber is empty."); in SubscribeLocalLiveView()
122 ANS_LOGE("[SubscribeLocalLiveView] fail: write interface token failed."); in SubscribeLocalLiveView()
128 ANS_LOGE("[SubscribeLocalLiveView] fail: write subscriber failed."); in SubscribeLocalLiveView()
133 ANS_LOGE("[SubscribeLocalLiveView] fail: write isSubcribeInfo failed"); in SubscribeLocalLiveView()
139 ANS_LOGE("[SubscribeLocalLiveView] fail: write subcribeInfo failed"); in SubscribeLocalLiveView()
145 ANS_LOGE("[SubscribeLocalLiveView] fail: write isNative failed"); in SubscribeLocalLiveView()
H A Dans_manager_stub_invalid.cpp327 ErrCode AnsManagerStub::SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber, in SubscribeLocalLiveView() function in OHOS::Notification::AnsManagerStub
330 ANS_LOGE("AnsManagerStub::SubscribeLocalLiveView called!"); in SubscribeLocalLiveView()
H A Dans_notification.cpp620 return proxy->SubscribeLocalLiveView(subscriberSptr, nullptr, isNative); in SubscribeLocalLiveViewNotification()
H A Dans_manager_stub.cpp1578 SubscribeLocalLiveView(iface_cast<AnsSubscriberLocalLiveViewInterface>(subscriber), info, isNative); in HandleSubscribeLocalLiveView()
/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_manager_interface.h485 virtual ErrCode SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber,
H A Dans_manager_proxy.h473 ErrCode SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber,
H A Dans_manager_stub.h471 virtual ErrCode SubscribeLocalLiveView(
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp285 ErrCode SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber,
/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h528 ErrCode SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber,
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp711 ret = advancedNotificationService_->SubscribeLocalLiveView(nullptr, nullptr, true); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp2334 ErrCode AdvancedNotificationService::SubscribeLocalLiveView( in SubscribeLocalLiveView() function in OHOS::Notification::AdvancedNotificationService

Completed in 24 milliseconds