Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp64 auto dbFullName = EventStore::SysEventDatabase::GetInstance().GetDatabaseDir() + DB_FILE_NAME; in InitDbStore() local
65 NativeRdb::RdbStoreConfig config(dbFullName); in InitDbStore()
71 HIVIEW_LOGE("failed to init db store, db store path=%{public}s", dbFullName.c_str()); in InitDbStore()