Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getactivenotificationnums_fuzzer/
H A Dgetactivenotificationnums_fuzzer.cpp35 … return Notification::NotificationHelper::CanPublishNotificationAsBundle(stringData, enabled); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getbundleimportance_fuzzer/
H A Dgetbundleimportance_fuzzer.cpp28 …Notification::NotificationHelper::CanPublishNotificationAsBundle(representativeBundle, canPublish); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp140 ErrCode NotificationHelper::CanPublishNotificationAsBundle(const std::string &representativeBundle,… in CanPublishNotificationAsBundle() function in OHOS::Notification::NotificationHelper
142 return DelayedSingleton<AnsNotification>::GetInstance()->CanPublishNotificationAsBundle( in CanPublishNotificationAsBundle()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h255 …static ErrCode CanPublishNotificationAsBundle(const std::string &representativeBundle, bool &canPu…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h256 … ErrCode CanPublishNotificationAsBundle(const std::string &representativeBundle, bool &canPublish);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp579 ErrCode ret1 = ans_->CanPublishNotificationAsBundle(representativeBundle, canPublish);
582 ErrCode ret2 = ans_->CanPublishNotificationAsBundle(representativeBundle0, canPublish);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp352 … ErrCode ret = notificationHelper.CanPublishNotificationAsBundle(representativeBundle, canPublish);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp391 ErrCode AnsNotification::CanPublishNotificationAsBundle(const std::string &representativeBundle, bo… in CanPublishNotificationAsBundle() function in OHOS::Notification::AnsNotification