Home
last modified time | relevance | path

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

/ohos5.0/base/time/time_service/services/timer/src/
H A Dtimer_database.cpp34 constexpr const char *CREATE_TIME_TIMER_DROP_ON_REBOOT = "CREATE TABLE IF NOT EXISTS drop_on_reboot… variable
242 ret = store.ExecuteSql(CREATE_TIME_TIMER_DROP_ON_REBOOT); in TimeDBCreateTables()