Home
last modified time | relevance | path

Searched refs:GetNotificationSlotFlagsAsBundle (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
H A Dnotificationhelper_fuzzer.cpp45 notificationHelper.GetNotificationSlotFlagsAsBundle(bundleOption, flag); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp64 ErrCode NotificationHelper::GetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundle… in GetNotificationSlotFlagsAsBundle() function in OHOS::Notification::NotificationHelper
67 …return DelayedSingleton<AnsNotification>::GetInstance()->GetNotificationSlotFlagsAsBundle(bundleOp… in GetNotificationSlotFlagsAsBundle()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h117 …static ErrCode GetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundleOption, uint…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h118 …ErrCode GetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundleOption, uint32_t &s…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp860 ret = notification->GetNotificationSlotFlagsAsBundle(bundle, slotFlags);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp236 ErrCode ret1 = ans_->GetNotificationSlotFlagsAsBundle(bundleOptions, num);
257 ErrCode ret1 = ans_->GetNotificationSlotFlagsAsBundle(bundleOptions, num);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp956 … asynccallbackinfo->info.errorCode = NotificationHelper::GetNotificationSlotFlagsAsBundle( in NapiGetSlotFlagsByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp148 ErrCode AnsNotification::GetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundleOpt… in GetNotificationSlotFlagsAsBundle() function in OHOS::Notification::AnsNotification
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp1658 … asynccallbackinfo->info.errorCode = NotificationHelper::GetNotificationSlotFlagsAsBundle( in GetSlotFlagsByBundle()