Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.h54 int GetCtrlFilePrefix(const KvDBProperties &property, std::string &filePrefix) const;
H A Dlocal_database_oper.cpp77 int errCode = GetCtrlFilePrefix(localKvDb_->GetDbProperties(), filePrefix); in BackupDb()
H A Ddatabase_oper.cpp76 int DatabaseOper::GetCtrlFilePrefix(const KvDBProperties &property, std::string &filePrefix) const in GetCtrlFilePrefix() function in DistributedDB::DatabaseOper
301 int errCode = GetCtrlFilePrefix(property, filePrefix); in CreateStatusCtrlFile()
H A Dmulti_ver_database_oper.cpp82 int errCode = GetCtrlFilePrefix(multiVerNaturalStore_->GetDbProperties(), filePrefix); in BackupDb()
H A Dsingle_ver_database_oper.cpp111 int errCode = GetCtrlFilePrefix(singleVerNaturalStore_->GetDbProperties(), filePrefix); in BackupDb()