Home
last modified time | relevance | path

Searched refs:PublishNotificationAsBundle (Results 1 – 8 of 8) sorted by relevance

/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
Dnotificationhelper_fuzzer.cpp33 notificationHelper.PublishNotificationAsBundle(representativeBundle, request); in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
Dans_notification_annex_test.cpp113 ErrCode ret5 = ans_->PublishNotificationAsBundle(representativeBundle, request);
130 ErrCode ret5 = ans_->PublishNotificationAsBundle(representativeBundle, request);
/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_helper.h222 static ErrCode PublishNotificationAsBundle(
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_helper.cpp121 ErrCode NotificationHelper::PublishNotificationAsBundle( in PublishNotificationAsBundle() function in OHOS::Notification::NotificationHelper
124 …return DelayedSingleton<AnsNotification>::GetInstance()->PublishNotificationAsBundle(representativ… in PublishNotificationAsBundle()
/base/notification/distributed_notification_service/frameworks/core/include/
Dans_notification.h221 …ErrCode PublishNotificationAsBundle(const std::string &representativeBundle, const NotificationReq…
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
Dans_notification_unit_test.cpp287 ErrCode ret3 = ans_->PublishNotificationAsBundle(representativeBundle0, request);
292 ErrCode ret5 = ans_->PublishNotificationAsBundle(representativeBundle, request);
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_helper_test.cpp343 ErrCode ret = notificationHelper.PublishNotificationAsBundle(representativeBundle, request);
/base/notification/distributed_notification_service/frameworks/core/src/
Dans_notification.cpp250 ErrCode AnsNotification::PublishNotificationAsBundle( in PublishNotificationAsBundle() function in OHOS::Notification::AnsNotification