Home
last modified time | relevance | path

Searched refs:TIME_INTERVAL (Results 1 - 9 of 9) sorted by relevance

/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_table_old.cpp32 const std::string ReminderTable::TIME_INTERVAL = "time_interval"; member in OHOS::Notification::ReminderTable
97 AddColumn(TIME_INTERVAL, "BIGINT NOT NULL"); in InitBasicColumns()
H A Dreminder_table.cpp30 const std::string ReminderBaseTable::TIME_INTERVAL = "time_interval"; member in OHOS::Notification::ReminderBaseTable
121 AddColumn(TIME_INTERVAL, "BIGINT NOT NULL", ADD_COLUMNS, SELECT_COLUMNS); in InitDbColumns()
H A Dreminder_store_strategy.cpp39 values.PutLong(ReminderBaseTable::TIME_INTERVAL, reminder->GetTimeInterval()); in AppendValuesBucket()
86 ReminderStrategy::GetRdbValue<uint64_t>(resultSet, ReminderTable::TIME_INTERVAL, timeInterval); in RecoverTimeFromOldVersion()
235 ReminderStrategy::GetRdbValue<uint64_t>(resultSet, ReminderBaseTable::TIME_INTERVAL, timeInterval); in RecoverTimeFromDb()
/base/notification/distributed_notification_service/services/ans/include/
H A Dreminder_table_old.h85 static const std::string TIME_INTERVAL; member in OHOS::Notification::ReminderTable
H A Dreminder_table.h74 static const std::string TIME_INTERVAL; member in OHOS::Notification::ReminderBaseTable
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H A Dreminder_common.h59 const char* TIME_INTERVAL = "timeInterval"; member
/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp54 constexpr int32_t TIME_INTERVAL = 500000; member
136 usleep(TIME_INTERVAL); in OnRemoteDied()
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H A Dreminder_common.cpp557 if (GetInt64(env, value, ReminderAgentNapi::TIME_INTERVAL, propVal)) { in GenReminderIntInner()
H A Dpublish.cpp754 napi_set_named_property(env, result, TIME_INTERVAL, value); in SetValidReminder()

Completed in 10 milliseconds