Home
last modified time | relevance | path

Searched refs:DATABASE_OPEN_VERSION (Results 1 - 4 of 4) sorted by relevance

/base/time/time_service/services/timer/include/
H A Dtimer_database.h26 constexpr int DATABASE_OPEN_VERSION = 1; member
/base/usb/usb_manager/services/native/include/
H A Dusb_right_database.h37 constexpr int32_t DATABASE_OPEN_VERSION = 2; member
/base/usb/usb_manager/services/native/src/
H A Dusb_right_database.cpp33 store_ = OHOS::NativeRdb::RdbHelper::GetRdbStore(config, DATABASE_OPEN_VERSION, sqliteOpenHelperCallback, errCode); in UsbRightDataBase()
/base/time/time_service/services/timer/src/
H A Dtimer_database.cpp268 if (oldVersion == DATABASE_OPEN_VERSION && newVersion == DATABASE_OPEN_VERSION_2) { in OnUpgrade()

Completed in 2 milliseconds