Home
last modified time | relevance | path

Searched refs:snoozeSlotType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store_strategy.cpp129 int32_t snoozeSlotType = 0; in RecoverIdFromOldVersion() local
130 … ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderTable::SNOOZE_SLOT_ID, snoozeSlotType); in RecoverIdFromOldVersion()
131 reminder->SetSnoozeSlotType(NotificationConstant::SlotType(snoozeSlotType)); in RecoverIdFromOldVersion()
278 int32_t snoozeSlotType = 0; in RecoverIdFromDb() local
279 …minderStrategy::GetRdbValue<int32_t>(resultSet, ReminderBaseTable::SNOOZE_SLOT_ID, snoozeSlotType); in RecoverIdFromDb()
280 reminder->SetSnoozeSlotType(NotificationConstant::SlotType(snoozeSlotType)); in RecoverIdFromDb()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp679 …erRequest& ReminderRequest::SetSnoozeSlotType(const NotificationConstant::SlotType &snoozeSlotType) in SetSnoozeSlotType() argument
681 snoozeSlotType_ = snoozeSlotType; in SetSnoozeSlotType()
1146 int32_t snoozeSlotType = static_cast<int32_t>(snoozeSlotType_); in Marshalling() local
1147 WRITE_INT32_RETURN_FALSE_LOG(parcel, snoozeSlotType, "snoozeSlotType"); in Marshalling()
1274 int32_t snoozeSlotType = static_cast<int32_t>(NotificationConstant::SlotType::OTHER); in ReadFromParcel() local
1275 READ_INT32_RETURN_FALSE_LOG(parcel, snoozeSlotType, "snoozeSlotType"); in ReadFromParcel()
1276 snoozeSlotType_ = static_cast<NotificationConstant::SlotType>(snoozeSlotType); in ReadFromParcel()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp476 int32_t snoozeSlotType = 0; in GenReminder() local
477 if (GetInt32(env, value, ReminderAgentNapi::SNOOZE_SLOT_TYPE, snoozeSlotType, false)) { in GenReminder()
480 NotificationNapi::SlotType(snoozeSlotType), actureSnoozeType)) { in GenReminder()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h707 ReminderRequest& SetSnoozeSlotType(const NotificationConstant::SlotType &snoozeSlotType);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-backgroundtasks-kit/
H A Djs-apis-reminderAgentManager.md839 | snoozeSlotType<sup>11+</sup> | [notification.SlotType](../apis-notification-kit/js-apis-notificat…
/ohos5.0/docs/en/application-dev/reference/apis-backgroundtasks-kit/
H A Djs-apis-reminderAgentManager.md839 | snoozeSlotType<sup>11+</sup> | [notification.SlotType](../apis-notification-kit/js-apis-notificat…