Home
last modified time | relevance | path

Searched refs:GetNotificationSlotNumAsBundle (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/getnotificationslotnumasbundle_fuzzer/
H A Dgetnotificationslotnumasbundle_fuzzer.cpp29 …return Notification::NotificationHelper::GetNotificationSlotNumAsBundle(bundleOption, num) == ERR_… in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_annex_test/
H A Dans_notification_annex_test.cpp85 ErrCode ret1 = ans_->GetNotificationSlotNumAsBundle(bundleOption, num);
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp59 ErrCode NotificationHelper::GetNotificationSlotNumAsBundle(const NotificationBundleOption &bundleOp… in GetNotificationSlotNumAsBundle() function in OHOS::Notification::NotificationHelper
61 …return DelayedSingleton<AnsNotification>::GetInstance()->GetNotificationSlotNumAsBundle(bundleOpti… in GetNotificationSlotNumAsBundle()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h108 …static ErrCode GetNotificationSlotNumAsBundle(const NotificationBundleOption &bundleOption, uint64…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h109 …ErrCode GetNotificationSlotNumAsBundle(const NotificationBundleOption &bundleOption, uint64_t &num…
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp177 ErrCode ret = notificationHelper.GetNotificationSlotNumAsBundle(bundleOption, num);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp320 … asynccallbackinfo->info.errorCode = NotificationHelper::GetNotificationSlotNumAsBundle( in NapiGetSlotNumByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp131 ErrCode AnsNotification::GetNotificationSlotNumAsBundle(const NotificationBundleOption &bundleOptio… in GetNotificationSlotNumAsBundle() function in OHOS::Notification::AnsNotification
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp214 ErrCode ret1 = ans_->GetNotificationSlotNumAsBundle(bundleOptions, num);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp1016 … asynccallbackinfo->info.errorCode = NotificationHelper::GetNotificationSlotNumAsBundle( in GetSlotNumByBundle()