Home
last modified time | relevance | path

Searched refs:GetSlaveName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h122 int GetSlaveName(const std::string &dbName, std::string &backupFilePath);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h216 int GetSlaveName(const std::string &dbName, std::string &backupFilePath);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1405 int RdbStoreImpl::GetSlaveName(const std::string &path, std::string &backupFilePath) in GetSlaveName() function in OHOS::NativeRdb::RdbStoreImpl
2291 int ret = GetSlaveName(config_.GetPath(), destPath); in TryGetMasterSlaveBackupPath()