/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | napi_local_live_view.cpp | 196 NotificationHelper::TriggerLocalLiveView(asynccallbackinfo->bundleOption, in NapiTriggerLocalLiveView()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_publish_service_test.cpp | 547 …auto ret = advancedNotificationService_->TriggerLocalLiveView(bundle, notificationId, buttonOption… 551 ret = advancedNotificationService_->TriggerLocalLiveView(bundle, notificationId, buttonOption); 555 ret = advancedNotificationService_->TriggerLocalLiveView(bundle, notificationId, buttonOption);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 262 ErrCode NotificationHelper::TriggerLocalLiveView(const NotificationBundleOption &bundleOption, in TriggerLocalLiveView() function in OHOS::Notification::NotificationHelper 265 return DelayedSingleton<AnsNotification>::GetInstance()->TriggerLocalLiveView( in TriggerLocalLiveView()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | notification_helper.h | 539 static ErrCode TriggerLocalLiveView(const NotificationBundleOption &bundleOption,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 539 ErrCode TriggerLocalLiveView(const NotificationBundleOption &bundleOption,
|
H A D | ans_manager_interface.h | 314 virtual ErrCode TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption,
|
H A D | ans_manager_proxy.h | 301 ErrCode TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption,
|
H A D | ans_manager_stub.h | 305 virtual ErrCode TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 203 ErrCode AnsManagerStub::TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption, in TriggerLocalLiveView() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 768 ErrCode AnsNotification::TriggerLocalLiveView(const NotificationBundleOption &bundleOption, in TriggerLocalLiveView() function in OHOS::Notification::AnsNotification 786 return proxy->TriggerLocalLiveView(bo, notificationId, button); in TriggerLocalLiveView()
|
H A D | ans_manager_proxy.cpp | 724 ErrCode AnsManagerProxy::TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption, in TriggerLocalLiveView() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 1144 ErrCode result = TriggerLocalLiveView(bundleOption, notificationId, buttonOption); in HandleTriggerLocalLiveView()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 542 ErrCode TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption, in TriggerLocalLiveView() function in OHOS::Notification::MockAnsManagerInterface
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 352 ErrCode TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption,
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/ |
H A D | ans_innerkits_module_publish_test.cpp | 1741 …EXPECT_EQ(0, NotificationHelper::TriggerLocalLiveView(bundleOption, notificationId, buttonOption));
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 1462 ErrCode AdvancedNotificationService::TriggerLocalLiveView(const sptr<NotificationBundleOption> &bun… in TriggerLocalLiveView() function in OHOS::Notification::AdvancedNotificationService
|