/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/ |
H A D | file_transfer_manager.cpp | 206 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 D | generic_kvdb.cpp | 274 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 D | kvdb_manager.cpp | 82 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 D | multi_ver_kvdata_storage.cpp | 53 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 D | multi_ver_natural_store_commit_storage.cpp | 86 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 D | relational_store_instance.cpp | 162 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 D | db_properties.h | 56 static constexpr const char *DATA_DIR = "dataDir"; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 93 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 D | distributeddb_storage_sqlite_single_ver_natural_store_test.cpp | 64 property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUp() 1127 property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir);
|
H A D | distributeddb_storage_single_ver_database_oper_test.cpp | 56 property.SetStringProp(KvDBProperties::DATA_DIR, ""); in SetUp()
|
H A D | distributeddb_storage_rd_single_ver_storage_engine_test.cpp | 63 g_property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUpTestCase()
|
H A D | distributeddb_storage_rd_single_ver_natural_store_test.cpp | 63 property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUp()
|
H A D | distributeddb_storage_sqlite_single_ver_storage_engine_test.cpp | 74 g_property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUpTestCase()
|
H A D | distributeddb_storage_memory_single_ver_naturall_store_test.cpp | 55 property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUp()
|
H A D | distributeddb_storage_rd_register_observer_test.cpp | 161 property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUp()
|
H A D | distributeddb_storage_data_connection_test.cpp | 101 properties.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUp()
|
H A D | distributeddb_storage_resultset_and_json_optimize.cpp | 68 g_Property.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in SetUpTestCase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | multi_ver_database_oper.cpp | 178 …ing dataDir = multiVerNaturalStore_->GetDbProperties().GetStringProp(KvDBProperties::DATA_DIR, ""); in BackupCurrentDatabase() 267 …ing dataDir = multiVerNaturalStore_->GetDbProperties().GetStringProp(KvDBProperties::DATA_DIR, ""); in ImportDatabase()
|
H A D | database_oper.cpp | 378 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 D | distributeddb_interfaces_device_identifier_test.cpp | 73 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 D | sqlite_local_kvdb.cpp | 70 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 D | single_ver_utils.cpp | 53 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 D | virtual_multi_ver_sync_db_interface.cpp | 155 prop.SetStringProp(KvDBProperties::DATA_DIR, dir + "/commitstore"); in Initialize()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/ |
H A D | relational_store_manager.cpp | 101 properties.SetStringProp(RelationalDBProperties::DATA_DIR, canonicalDir); in OpenStore()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/ |
H A D | key_manager.h | 42 const std::string DATA_DIR = "data/app/"; variable
|