Searched refs:SubscribeLocalLiveView (Results 1 - 11 of 11) sorted by relevance
/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_proxy_subscribe.cpp | 112 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 D | ans_manager_stub_invalid.cpp | 327 ErrCode AnsManagerStub::SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber, in SubscribeLocalLiveView() function in OHOS::Notification::AnsManagerStub 330 ANS_LOGE("AnsManagerStub::SubscribeLocalLiveView called!"); in SubscribeLocalLiveView()
|
H A D | ans_notification.cpp | 620 return proxy->SubscribeLocalLiveView(subscriberSptr, nullptr, isNative); in SubscribeLocalLiveViewNotification()
|
H A D | ans_manager_stub.cpp | 1578 SubscribeLocalLiveView(iface_cast<AnsSubscriberLocalLiveViewInterface>(subscriber), info, isNative); in HandleSubscribeLocalLiveView()
|
/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_manager_interface.h | 485 virtual ErrCode SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber,
|
H A D | ans_manager_proxy.h | 473 ErrCode SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber,
|
H A D | ans_manager_stub.h | 471 virtual ErrCode SubscribeLocalLiveView(
|
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 285 ErrCode SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber,
|
/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 528 ErrCode SubscribeLocalLiveView(const sptr<AnsSubscriberLocalLiveViewInterface> &subscriber,
|
/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_publish_service_test.cpp | 711 ret = advancedNotificationService_->SubscribeLocalLiveView(nullptr, nullptr, true); in HWTEST_F()
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 2334 ErrCode AdvancedNotificationService::SubscribeLocalLiveView( in SubscribeLocalLiveView() function in OHOS::Notification::AdvancedNotificationService
|
Completed in 24 milliseconds