Home
last modified time | relevance | path

Searched refs:oriIdentifier (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_storage_engine_test.cpp57 std::string oriIdentifier = APP_ID + "-" + USER_ID + "-" + "TestGeneralNBStorageEngine"; in SetUpTestCase() local
58 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase()
H A Ddistributeddb_storage_rd_single_ver_natural_store_test.cpp55 std::string oriIdentifier = APP_ID + "-" + USER_ID + "-" + "TestGeneralNB"; in SetUp() local
56 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUp()
H A Ddistributeddb_storage_sqlite_single_ver_storage_engine_test.cpp68 std::string oriIdentifier = APP_ID + "-" + USER_ID + "-" + "TestGeneralNBStorageEngine"; in SetUpTestCase() local
69 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase()
H A Ddistributeddb_storage_sqlite_single_ver_natural_store_test.cpp56 std::string oriIdentifier = APP_ID + "-" + USER_ID + "-" + "TestGeneralNB"; in SetUp() local
57 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUp()
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp56 std::string oriIdentifier = APP_ID + "-" + USER_ID + "-" + "TestGeneralNBExecutor"; in SetUpTestCase() local
57 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase()
H A Ddistributeddb_storage_single_ver_upgrade_test.cpp277 std::string oriIdentifier = "user0-app0-TestUpgradeNb"; in SetUpTestCase() local
278 g_identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase()
H A Ddistributeddb_storage_subscribe_query_test.cpp108 std::string oriIdentifier = USER_ID + "-" + APP_ID + "-" + storeId; in CreateAndGetStore() local
109 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in CreateAndGetStore()
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp62 std::string oriIdentifier = APP_ID + "-" + USER_ID + "-" + "TestGeneralNBExecutor"; in SetUpTestCase() local
63 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUpTestCase()
H A Ddistributeddb_storage_query_sync_test.cpp153 std::string oriIdentifier = USER_ID + "-" + APP_ID + "-" + "QuerySyncSchema"; in SetUp() local
154 std::string identifier = DBCommon::TransferHashString(oriIdentifier); in SetUp()