Home
last modified time | relevance | path

Searched refs:RestoreByDbSqliteType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection_pool.h124 …int RestoreByDbSqliteType(const std::string &newPath, const std::string &backupPath, SlaveStatus &…
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp399 return RestoreByDbSqliteType(newPath, backupPath, slaveStatus); in ChangeDbFileForRestore()
402 int ConnPool::RestoreByDbSqliteType(const std::string &newPath, const std::string &backupPath, Slav… in RestoreByDbSqliteType() function in OHOS::NativeRdb::ConnPool