Searched refs:snoozeSlotType (Results 1 - 4 of 4) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store_strategy.cpp | 129 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 ReminderStrategy::GetRdbValue<int32_t>(resultSet, ReminderBaseTable::SNOOZE_SLOT_ID, snoozeSlotType); in RecoverIdFromDb() 280 reminder->SetSnoozeSlotType(NotificationConstant::SlotType(snoozeSlotType)); in RecoverIdFromDb()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 677 ReminderRequest& ReminderRequest::SetSnoozeSlotType(const NotificationConstant::SlotType &snoozeSlotType) in SetSnoozeSlotType() argument 679 snoozeSlotType_ = snoozeSlotType; in SetSnoozeSlotType() 1143 int32_t snoozeSlotType = static_cast<int32_t>(snoozeSlotType_); in Marshalling() local 1144 WRITE_INT32_RETURN_FALSE_LOG(parcel, snoozeSlotType, "snoozeSlotType"); in Marshalling() 1271 int32_t snoozeSlotType = static_cast<int32_t>(NotificationConstant::SlotType::OTHER); in ReadFromParcel() local 1272 READ_INT32_RETURN_FALSE_LOG(parcel, snoozeSlotType, "snoozeSlotType"); in ReadFromParcel() 1273 snoozeSlotType_ = static_cast<NotificationConstant::SlotType>(snoozeSlotType); in ReadFromParcel()
|
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/ |
H A D | reminder_common.cpp | 475 // snoozeSlotType in GenReminder() 476 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()
|
/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 707 ReminderRequest& SetSnoozeSlotType(const NotificationConstant::SlotType &snoozeSlotType);
|
Completed in 9 milliseconds