Home
last modified time | relevance | path

Searched refs:TriggerLocalLiveView (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_local_live_view.cpp196 NotificationHelper::TriggerLocalLiveView(asynccallbackinfo->bundleOption, in NapiTriggerLocalLiveView()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_publish_service_test.cpp547 …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 Dnotification_helper.cpp262 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 Dnotification_helper.h539 static ErrCode TriggerLocalLiveView(const NotificationBundleOption &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h539 ErrCode TriggerLocalLiveView(const NotificationBundleOption &bundleOption,
H A Dans_manager_interface.h314 virtual ErrCode TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption,
H A Dans_manager_proxy.h301 ErrCode TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption,
H A Dans_manager_stub.h305 virtual ErrCode TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp203 ErrCode AnsManagerStub::TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption, in TriggerLocalLiveView() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp768 ErrCode AnsNotification::TriggerLocalLiveView(const NotificationBundleOption &bundleOption, in TriggerLocalLiveView() function in OHOS::Notification::AnsNotification
786 return proxy->TriggerLocalLiveView(bo, notificationId, button); in TriggerLocalLiveView()
H A Dans_manager_proxy.cpp724 ErrCode AnsManagerProxy::TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption, in TriggerLocalLiveView() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp1144 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 Dans_notification_branch_test.cpp542 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 Dadvanced_notification_service.h352 ErrCode TriggerLocalLiveView(const sptr<NotificationBundleOption> &bundleOption,
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp1741 …EXPECT_EQ(0, NotificationHelper::TriggerLocalLiveView(bundleOption, notificationId, buttonOption));
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp1462 ErrCode AdvancedNotificationService::TriggerLocalLiveView(const sptr<NotificationBundleOption> &bun… in TriggerLocalLiveView() function in OHOS::Notification::AdvancedNotificationService