Searched refs:insertKey (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_resultset_and_json_optimize.cpp | 102 Key insertKey; in SetUp() local 105 insertKey.clear(); in SetUp() 106 insertKey.push_back(i); in SetUp() 107 ASSERT_EQ(g_connection->Put(option, insertKey, VALUE_1), E_OK); in SetUp() 407 Key insertKey; variable 410 insertKey.clear(); 411 insertKey.push_back(i); 412 ASSERT_EQ(g_connection->Delete(option, insertKey), E_OK);
|
H A D | distributeddb_relational_get_data_test.cpp | 340 int insertKey = 1; variable 342 EXPECT_EQ(AddOrUpdateRecord(insertKey, insertValue), E_OK); 350 EXPECT_EQ(GetLogData(insertKey, flag, timestamp1), E_OK);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | distributeddb_cloud_kv_test.cpp | 804 std::string insertKey = "key"; in __anon341701840b02() local 806 EXPECT_FALSE(recordData.first == insertKey && recordData.second == insertValue); in __anon341701840b02()
|