Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp554 store_->UpdateOrInsert(reminder, reminder->GetNotificationBundleOption()); in CloseRemindersByGroupId()
578 store_->UpdateOrInsert(reminder, reminder->GetNotificationBundleOption()); in CloseReminder()
986 store_->UpdateOrInsert((*it), (*it)->GetNotificationBundleOption()); in ShowActiveReminderExtendLocked()
1154 store_->UpdateOrInsert(reminder, reminder->GetNotificationBundleOption()); in SnoozeReminderImpl()
1200 store_->UpdateOrInsert(reminder, reminder->GetNotificationBundleOption()); in StartRecentReminder()
1305 store_->UpdateOrInsert((*it), (*it)->GetNotificationBundleOption()); in HandleImmediatelyShow()
1343 store_->UpdateOrInsert(reminder, reminder->GetNotificationBundleOption()); in HandleRefreshReminder()
1346 store_->UpdateOrInsert(reminder, reminder->GetNotificationBundleOption()); in HandleRefreshReminder()
1356 sptr<NotificationBundleOption> option1 = reminder->GetNotificationBundleOption(); in HandleSameNotificationIdShowing()
1503 auto option = reminder->GetNotificationBundleOption(); in IsAllowedNotify()
[all …]
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h876 sptr<NotificationBundleOption> GetNotificationBundleOption() const;
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h1260 static napi_value GetNotificationBundleOption(
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1725 static napi_value GetNotificationBundleOption(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp887 napi_value NotificationNapi::GetNotificationBundleOption( in GetNotificationBundleOption() function in OHOS::Location::NotificationNapi
H A Dnotification_napi_convert_request.cpp191 if (GetNotificationBundleOption(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp1203 napi_value Common::GetNotificationBundleOption( in GetNotificationBundleOption() function in OHOS::NotificationNapi::Common
H A Dcommon_convert_request.cpp721 if (GetNotificationBundleOption(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp952 sptr<NotificationBundleOption> ReminderRequest::GetNotificationBundleOption() const in GetNotificationBundleOption() function in OHOS::Notification::ReminderRequest