Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_utils.h59 static bool IsSlaveDbName(const std::string &fileName);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp255 bool SqliteUtils::IsSlaveDbName(const std::string &fileName) in IsSlaveDbName() function in OHOS::NativeRdb::SqliteUtils
H A Dconnection_pool.cpp404 if (SqliteUtils::IsSlaveDbName(backupPath) && config_.GetHaMode() != HAMode::SINGLE) { in RestoreByDbSqliteType()
H A Drdb_store_impl.cpp1516 if (config_.GetHaMode() != HAMode::SINGLE && SqliteUtils::IsSlaveDbName(databasePath)) { in InnerBackup()