Home
last modified time | relevance | path

Searched refs:IDENTIFIER_DIR (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_kvdata_storage.cpp55 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 Dmulti_ver_natural_store_commit_storage.cpp88 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 Dmulti_ver_natural_store.cpp278 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 Ddb_properties.h63 static constexpr const char *IDENTIFIER_DIR = "identifierDir"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_store_test.cpp66 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUp()
1129 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier);
H A Ddistributeddb_storage_single_ver_database_oper_test.cpp58 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, "TestDatabaseOper"); in SetUp()
H A Ddistributeddb_storage_rd_single_ver_storage_engine_test.cpp65 g_property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUpTestCase()
H A Ddistributeddb_storage_rd_single_ver_natural_store_test.cpp65 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUp()
H A Ddistributeddb_storage_sqlite_single_ver_storage_engine_test.cpp76 g_property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUpTestCase()
H A Ddistributeddb_storage_memory_single_ver_naturall_store_test.cpp57 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, "31"); in SetUp()
H A Ddistributeddb_storage_rd_register_observer_test.cpp163 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, "TestGeneralNB"); in SetUp()
H A Ddistributeddb_storage_data_connection_test.cpp103 properties.SetStringProp(KvDBProperties::IDENTIFIER_DIR, "test"); in SetUp()
H A Ddistributeddb_storage_resultset_and_json_optimize.cpp70 g_Property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUpTestCase()
H A Ddistributeddb_storage_register_conflict_test.cpp184 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUp()
795 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in GetNewConflictStore()
H A Ddistributeddb_storage_query_sync_test.cpp139 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 Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp64 g_property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUpTestCase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dgeneric_kvdb.cpp275 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 Dmulti_ver_database_oper.cpp179 …ng id = multiVerNaturalStore_->GetDbProperties().GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in BackupCurrentDatabase()
268 …ng id = multiVerNaturalStore_->GetDbProperties().GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in ImportDatabase()
H A Ddatabase_oper.cpp379 std::string identifierDir = property.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in GetWorkDir()
421 std::string identifierDir = property.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in InitImportFileInfo()
H A Dsingle_ver_database_oper.cpp491 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 Dsqlite_local_kvdb.cpp71 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 Dsingle_ver_utils.cpp54 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 Dvirtual_multi_ver_sync_db_interface.cpp154 prop.SetStringProp(KvDBProperties::IDENTIFIER_DIR, identifierDir); in Initialize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_single_version_result_set_test.cpp106 property.SetStringProp(KvDBProperties::IDENTIFIER_DIR, g_identifier); in SetUp()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp120 const std::string identifierDir = kvDBProp.GetStringProp(KvDBProperties::IDENTIFIER_DIR, ""); in Open()

12