Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationhelper_fuzzer/
H A Dnotificationhelper_fuzzer.cpp46 notificationHelper.SetNotificationSlotFlagsAsBundle(bundleOption, intData); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp70 ErrCode NotificationHelper::SetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundle… in SetNotificationSlotFlagsAsBundle() function in OHOS::Notification::NotificationHelper
73 …return DelayedSingleton<AnsNotification>::GetInstance()->SetNotificationSlotFlagsAsBundle(bundleOp… in SetNotificationSlotFlagsAsBundle()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h126 …static ErrCode SetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundleOption, uint…
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h127 …ErrCode SetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundleOption, uint32_t sl…
/ohos5.0/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp435 … Notification::NotificationHelper::SetNotificationSlotFlagsAsBundle(bundle, NFC_SLOT_CONTROL_FLAG); in PublishNfcNotification()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp858 ErrCode ret = notification->SetNotificationSlotFlagsAsBundle(bundle, slotFlags);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_slot.cpp895 … asynccallbackinfo->info.errorCode = NotificationHelper::SetNotificationSlotFlagsAsBundle( in NapiSetSlotFlagsByBundle()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp166 ErrCode AnsNotification::SetNotificationSlotFlagsAsBundle(const NotificationBundleOption &bundleOpt… in SetNotificationSlotFlagsAsBundle() 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.cpp278 ErrCode ret1 = ans_->SetNotificationSlotFlagsAsBundle(bundleOptions, num);
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dslot.cpp1723 … asynccallbackinfo->info.errorCode = NotificationHelper::SetNotificationSlotFlagsAsBundle( in SetSlotFlagsByBundle()