Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
Drdb_store_impl.h111 int GetDataBasePath(const std::string &databasePath, std::string &backupFilePath);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_store_impl.h190 int GetDataBasePath(const std::string &databasePath, std::string &backupFilePath);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_store_impl.cpp863 int RdbStoreImpl::GetDataBasePath(const std::string &databasePath, std::string &backupFilePath) in GetDataBasePath() function in OHOS::NativeRdb::RdbStoreImpl
931 int ret = GetDataBasePath(databasePath, backupFilePath); in Backup()
1426 int ret = GetDataBasePath(backupPath, backupFilePath); in Restore()