Home
last modified time | relevance | path

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 Ddistributeddb_storage_resultset_and_json_optimize.cpp102 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 Ddistributeddb_relational_get_data_test.cpp340 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 Ddistributeddb_cloud_kv_test.cpp804 std::string insertKey = "key"; in __anon341701840b02() local
806 EXPECT_FALSE(recordData.first == insertKey && recordData.second == insertValue); in __anon341701840b02()