Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds