Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_utils.h60 static std::string GetSlavePath(const std::string& name);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_helper.cpp91 DeleteRdbStore(SqliteUtils::GetSlavePath(dbFileName)); in DeleteRdbStore()
H A Dsqlite_utils.cpp295 std::string SqliteUtils::GetSlavePath(const std::string& name) in GetSlavePath() function in OHOS::NativeRdb::SqliteUtils
H A Dsqlite_connection.cpp186 RdbStoreConfig rdbStoreConfig(SqliteUtils::GetSlavePath(rdbConfig.GetPath())); in GetSlaveRdbStoreConfig()
193 rdbStoreConfig.SetName(SqliteUtils::GetSlavePath(rdbConfig.GetName())); in GetSlaveRdbStoreConfig()
H A Drdb_store_impl.cpp2306 std::string slaveDbPath = SqliteUtils::GetSlavePath(config_.GetPath()); in IsSlaveDiffFromMaster()