Searched refs:GetNotificationBundleOption (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_data_manager.cpp | 554 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 D | reminder_request.h | 876 sptr<NotificationBundleOption> GetNotificationBundleOption() const;
|
/ohos5.0/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 1260 static napi_value GetNotificationBundleOption(
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 1725 static napi_value GetNotificationBundleOption(
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi.cpp | 887 napi_value NotificationNapi::GetNotificationBundleOption( in GetNotificationBundleOption() function in OHOS::Location::NotificationNapi
|
H A D | notification_napi_convert_request.cpp | 191 if (GetNotificationBundleOption(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common.cpp | 1203 napi_value Common::GetNotificationBundleOption( in GetNotificationBundleOption() function in OHOS::NotificationNapi::Common
|
H A D | common_convert_request.cpp | 721 if (GetNotificationBundleOption(env, value, request) == nullptr) { in GetNotificationRequestByCustom()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 952 sptr<NotificationBundleOption> ReminderRequest::GetNotificationBundleOption() const in GetNotificationBundleOption() function in OHOS::Notification::ReminderRequest
|