Home
last modified time | relevance | path

Searched refs:PublishNotificationForIndirectProxy (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp86 ErrCode NotificationHelper::PublishNotificationForIndirectProxy(const NotificationRequest &request) in PublishNotificationForIndirectProxy() function in OHOS::Notification::NotificationHelper
88 …return DelayedSingleton<AnsNotification>::GetInstance()->PublishNotificationForIndirectProxy(reque… in PublishNotificationForIndirectProxy()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h148 static ErrCode PublishNotificationForIndirectProxy(const NotificationRequest &request);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h161 ErrCode PublishNotificationForIndirectProxy(const NotificationRequest &request);
H A Dans_manager_interface.h66 …virtual ErrCode PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &notification)…
H A Dans_manager_proxy.h54 …ErrCode PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &notification) overrid…
H A Dans_manager_stub.h67 …virtual ErrCode PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &notification)…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp35 ErrCode AnsManagerStub::PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &notifi… in PublishNotificationForIndirectProxy() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp242 ErrCode AnsNotification::PublishNotificationForIndirectProxy(const NotificationRequest &request) in PublishNotificationForIndirectProxy() function in OHOS::Notification::AnsNotification
291 return proxy->PublishNotificationForIndirectProxy(reqPtr); in PublishNotificationForIndirectProxy()
H A Dans_manager_proxy.cpp81 ErrCode AnsManagerProxy::PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &notif… in PublishNotificationForIndirectProxy() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp507 ErrCode result = PublishNotificationForIndirectProxy(notification); in HandlePublishNotificationForIndirectProxy()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp58 …ErrCode PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &notification) override in PublishNotificationForIndirectProxy() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h115 ErrCode PublishNotificationForIndirectProxy(const sptr<NotificationRequest> &request) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_publish_service.cpp173 ErrCode AdvancedNotificationService::PublishNotificationForIndirectProxy(const sptr<NotificationReq… in PublishNotificationForIndirectProxy() function in OHOS::Notification::AdvancedNotificationService