Searched refs:GetSlavePath (Results 1 – 5 of 5) sorted by relevance
60 static std::string GetSlavePath(const std::string& name);
91 DeleteRdbStore(SqliteUtils::GetSlavePath(dbFileName)); in DeleteRdbStore()
295 std::string SqliteUtils::GetSlavePath(const std::string& name) in GetSlavePath() function in OHOS::NativeRdb::SqliteUtils
186 RdbStoreConfig rdbStoreConfig(SqliteUtils::GetSlavePath(rdbConfig.GetPath())); in GetSlaveRdbStoreConfig()193 rdbStoreConfig.SetName(SqliteUtils::GetSlavePath(rdbConfig.GetName())); in GetSlaveRdbStoreConfig()
2306 std::string slaveDbPath = SqliteUtils::GetSlavePath(config_.GetPath()); in IsSlaveDiffFromMaster()