Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_backup.cpp115 std::string seqFilePath(SysEventDatabase::GetInstance().GetDatabaseDir() + "event_sequence"); in CheckBackupFile() local
116 if (FileUtil::FileExists(seqFilePath)) { in CheckBackupFile()
H A Dsys_event_database.cpp146 std::string seqFilePath(dbDir + "event_sequence"); in Backup() local
147 if (!FileUtil::FileExists(seqFilePath)) { in Backup()
153 …if (int32_t ret = zipUnit.AddFileInZip(seqFilePath, ZipFileLevel::KEEP_NONE_PARENT_PATH); ret != 0… in Backup()
187 std::string seqFilePath(restoreDir + "event_sequence"); in Restore() local
188 if (!FileUtil::FileExists(seqFilePath)) { in Restore()