Home
last modified time | relevance | path

Searched refs:DATA_DIR (Results 1 – 25 of 60) sorted by relevance

123

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/
H A Dfile_transfer_manager.cpp206 const string DATA_DIR = HMDFS_DIR + to_string(userId) + "/account/device_view/local/data"; in UriToPath() local
209 size_t fileDirPos = physicalPath.find(DATA_DIR); in UriToPath()
213 fileDirPos += DATA_DIR.length(); in UriToPath()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.cpp274 std::string origDataDir = kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, ""); in GetWorkDir()
385 std::string dataDir = properties.GetStringProp(KvDBProperties::DATA_DIR, ""); in GetStoreDirectory()
403 return properties_.GetStringProp(KvDBProperties::DATA_DIR, ""); in GetStorePath()
H A Dkvdb_manager.cpp82 std::string dataDir = properties.GetStringProp(KvDBProperties::DATA_DIR, ""); in CreateRemoveStateFlagFile()
100 std::string dataDir = property.GetStringProp(KvDBProperties::DATA_DIR, ""); in CheckRemoveStateAndRetry()
160 std::string dataDir = properties.GetStringProp(KvDBProperties::DATA_DIR, ""); in RemoveDBDirectory()
208 std::string dataDir = kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, ""); in TryLockDB()
290 std::string canonicalDir = properties.GetStringProp(KvDBProperties::DATA_DIR, ""); in CheckOpenDBOptionWithCached()
643 std::string lockFile = properties.GetStringProp(KvDBProperties::DATA_DIR, "") + "/" + in RemoveDatabase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_kvdata_storage.cpp53 dbProperties.SetStringProp(KvDBProperties::DATA_DIR, config.databaseDir); in OpenKvDB()
302 dbProperties.SetStringProp(KvDBProperties::DATA_DIR, property.dataDir); in GetVersion()
438 dbProperties.SetStringProp(KvDBProperties::DATA_DIR, property.dataDir); in BackupCurrentDatabase()
457 dbProperties.SetStringProp(KvDBProperties::DATA_DIR, property.dataDir); in ImportDatabase()
H A Dmulti_ver_natural_store_commit_storage.cpp86 dbProperties.SetStringProp(KvDBProperties::DATA_DIR, property.path); in GetVersion()
117 dbProperties.SetStringProp(KvDBProperties::DATA_DIR, property.path); in Open()
891 dbProperties.SetStringProp(KvDBProperties::DATA_DIR, property.path); in BackupCurrentDatabase()
905 dbProperties.SetStringProp(KvDBProperties::DATA_DIR, property.path); in ImportDatabase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_instance.cpp162 std::string canonicalDir = prop.GetStringProp(DBProperties::DATA_DIR, ""); in CheckCompatibility()
163 …if (canonicalDir.empty() || canonicalDir != existedProp.GetStringProp(DBProperties::DATA_DIR, ""))… in CheckCompatibility()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Ddb_properties.h56 static constexpr const char *DATA_DIR = "dataDir"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp93 properties.SetStringProp(KvDBProperties::DATA_DIR, storePath); in InitPropWithNbOption()
148 properties.SetStringProp(KvDBProperties::DATA_DIR, storePath); in InitPropWithOption()
418 properties.SetStringProp(KvDBProperties::DATA_DIR, GetKvStorePath()); in DeleteKvStore()
488 properties.SetStringProp(KvDBProperties::DATA_DIR, dataDir); in GetKvStoreDiskSize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_store_test.cpp64 property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUp()
1127 property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir);
H A Ddistributeddb_storage_single_ver_database_oper_test.cpp56 property.SetStringProp(KvDBProperties::DATA_DIR, ""); in SetUp()
H A Ddistributeddb_storage_rd_single_ver_storage_engine_test.cpp63 g_property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUpTestCase()
H A Ddistributeddb_storage_rd_single_ver_natural_store_test.cpp63 property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUp()
H A Ddistributeddb_storage_sqlite_single_ver_storage_engine_test.cpp74 g_property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUpTestCase()
H A Ddistributeddb_storage_memory_single_ver_naturall_store_test.cpp55 property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUp()
H A Ddistributeddb_storage_rd_register_observer_test.cpp161 property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUp()
H A Ddistributeddb_storage_data_connection_test.cpp101 properties.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUp()
H A Ddistributeddb_storage_resultset_and_json_optimize.cpp68 g_Property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUpTestCase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dmulti_ver_database_oper.cpp178 …ing dataDir = multiVerNaturalStore_->GetDbProperties().GetStringProp(KvDBProperties::DATA_DIR, ""); in BackupCurrentDatabase()
267 …ing dataDir = multiVerNaturalStore_->GetDbProperties().GetStringProp(KvDBProperties::DATA_DIR, ""); in ImportDatabase()
H A Ddatabase_oper.cpp378 std::string dataDir = property.GetStringProp(KvDBProperties::DATA_DIR, ""); in GetWorkDir()
420 std::string dataDir = property.GetStringProp(KvDBProperties::DATA_DIR, ""); in InitImportFileInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp73 g_property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUpTestCase()
652 …prop.SetStringProp(KvDBProperties::DATA_DIR, g_property.GetStringProp(KvDBProperties::DATA_DIR, ""…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp70 std::string dataDir = kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, ""); in Open()
296 std::string dataDir = kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, ""); in InitDataBaseOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.cpp53 std::string dataDir = kvDBProp.GetStringProp(KvDBProperties::DATA_DIR, ""); in GetSubDirPath()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.cpp155 prop.SetStringProp(KvDBProperties::DATA_DIR, dir + "/commitstore"); in Initialize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp101 properties.SetStringProp(RelationalDBProperties::DATA_DIR, canonicalDir); in OpenStore()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dkey_manager.h42 const std::string DATA_DIR = "data/app/"; variable

123