/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_kvdata_storage.cpp | 55 dbProperties.SetStringProp(KvDBProperties::IDENTIFIER_DIR, config.identifier); in OpenKvDB() 304 dbProperties.SetStringProp(KvDBProperties::IDENTIFIER_DIR, property.identifierName); in GetVersion() 440 dbProperties.SetStringProp(KvDBProperties::IDENTIFIER_DIR, property.identifierName); in BackupCurrentDatabase() 459 dbProperties.SetStringProp(KvDBProperties::IDENTIFIER_DIR, property.identifierName); in ImportDatabase()
|
H A D | multi_ver_natural_store_commit_storage.cpp | 88 dbProperties.SetStringProp(KvDBProperties::IDENTIFIER_DIR, property.identifierName); in GetVersion() 119 dbProperties.SetStringProp(KvDBProperties::IDENTIFIER_DIR, property.identifierName); in Open() 893 dbProperties.SetStringProp(KvDBProperties::IDENTIFIER_DIR, property.identifierName); in BackupCurrentDatabase() 907 dbProperties.SetStringProp(KvDBProperties::IDENTIFIER_DIR, property.identifierName); in ImportDatabase()
|
H A D | multi_ver_natural_store.cpp | 278 std::string identifierDir = kvDBProp.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in InitStorages() 328 std::string identifierDir = kvDBProp.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in CheckSubStorageVersion()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | db_properties.h | 63 static constexpr const char *IDENTIFIER_DIR = "identifierDir"; variable
|
/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 | 66 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUp() 1129 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier);
|
H A D | distributeddb_storage_single_ver_database_oper_test.cpp | 58 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, "TestDatabaseOper"); in SetUp()
|
H A D | distributeddb_storage_rd_single_ver_storage_engine_test.cpp | 65 g_property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUpTestCase()
|
H A D | distributeddb_storage_rd_single_ver_natural_store_test.cpp | 65 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUp()
|
H A D | distributeddb_storage_sqlite_single_ver_storage_engine_test.cpp | 76 g_property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUpTestCase()
|
H A D | distributeddb_storage_memory_single_ver_naturall_store_test.cpp | 57 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, "31"); in SetUp()
|
H A D | distributeddb_storage_rd_register_observer_test.cpp | 163 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, "TestGeneralNB"); in SetUp()
|
H A D | distributeddb_storage_data_connection_test.cpp | 103 properties.SetStringProp(KvDBProperties::IDENTIFIER_DIR, "test"); in SetUp()
|
H A D | distributeddb_storage_resultset_and_json_optimize.cpp | 70 g_Property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUpTestCase()
|
H A D | distributeddb_storage_register_conflict_test.cpp | 184 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUp() 795 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in GetNewConflictStore()
|
H A D | distributeddb_storage_query_sync_test.cpp | 139 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, "TestQuerySync"); in SetUp() 159 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, identifierHex); in SetUp() 1423 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, "TestQuerySync");
|
H A D | distributeddb_storage_rd_single_ver_natural_executor_test.cpp | 64 g_property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUpTestCase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | generic_kvdb.cpp | 275 std::string identifierDir = kvDBProp.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in GetWorkDir() 384 std::string identifierDir = properties.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in GetStoreDirectory()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | multi_ver_database_oper.cpp | 179 …ng id = multiVerNaturalStore_->GetDbProperties().GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in BackupCurrentDatabase() 268 …ng id = multiVerNaturalStore_->GetDbProperties().GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in ImportDatabase()
|
H A D | database_oper.cpp | 379 std::string identifierDir = property.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in GetWorkDir() 421 std::string identifierDir = property.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in InitImportFileInfo()
|
H A D | single_ver_database_oper.cpp | 491 const std::string identifierDir = properties.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in InitDataBaseOption()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb.cpp | 71 std::string identifierDir = kvDBProp.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in Open() 297 std::string identifierDir = kvDBProp.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in InitDataBaseOption()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | single_ver_utils.cpp | 54 std::string identifierDir = kvDBProp.GetStringProp(KvDBProperties::IDENTIFIER_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 | 154 prop.SetStringProp(KvDBProperties::IDENTIFIER_DIR, identifierDir); in Initialize()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_single_version_result_set_test.cpp | 106 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUp()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_natural_store.cpp | 120 const std::string identifierDir = kvDBProp.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in Open()
|