Home
last modified time | relevance | path

Searched refs:GetDbPath (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_connection.cpp54 auto errCode = SqliteGlobalConfig::GetDbPath(config, dbPath); in Repair()
107 auto errCode = SqliteGlobalConfig::GetDbPath(config, dbPath); in InnerOpen()
H A Dsqlite_global_config.cpp107 int SqliteGlobalConfig::GetDbPath(const RdbStoreConfig &config, std::string &dbPath) in GetDbPath() function in OHOS::NativeRdb::SqliteGlobalConfig
H A Dsqlite_statement.cpp122 …if (SqliteGlobalConfig::GetDbPath(*config_, fileName) != E_OK || access(fileName.c_str(), F_OK) !=… in ReadFile2Buffer()
H A Dsqlite_connection.cpp99 SqliteGlobalConfig::GetDbPath(config, path); in Collect()
219 auto errCode = SqliteGlobalConfig::GetDbPath(config, dbPath); in InnerOpen()
H A Dconnection_pool.cpp63 (void)SqliteGlobalConfig::GetDbPath(config, dbPath); in Create()
H A Drdb_store_impl.cpp1708 int err = SqliteGlobalConfig::GetDbPath(config, dbPath); in Attach()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dsqlite_global_config.h80 static int GetDbPath(const RdbStoreConfig &config, std::string &dbPath);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp187 SqliteGlobalConfig::GetDbPath(config, eventInfo.path); in Create()