Home
last modified time | relevance | path

Searched refs:GetDatabasePath (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.h58 std::string GetDatabasePath(const KvDBProperties &kvDBProp);
H A Dsingle_ver_utils.cpp45 std::string GetDatabasePath(const KvDBProperties &kvDBProp) in GetDatabasePath() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp540 option.uri = GetDatabasePath(kvDBProp); in InitDataBaseOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp190 properties.uri = GetDatabasePath(kvDBProp); in SetUserVer()
1602 std::string uri = GetDatabasePath(kvDBProp); in InitDataBaseOption()