Searched refs:keyGet (Results 1 - 3 of 3) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_resultset_performance.cpp | 136 Key keyGet = g_keyPrefix; in HWTEST_F() local 137 keyGet.push_back('1'); in HWTEST_F() 141 Query query = Query::Select().PrefixKey(keyGet).Limit(50, offset); // limit 50 in HWTEST_F() 156 EXPECT_EQ(g_kvNbDelegatePtr->GetEntries(keyGet, readResultSet), OK); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/ |
H A D | dbm_kv_store.c | 755 static int GetValueByFile(DBHandle db, const char* key, const char* keyGet, char* value, unsigned int len) in GetValueByFile() argument 758 if (sprintf_s(keyPath, MAX_KEY_PATH + 1, ItemPathFormat(db), db->dirPath, keyGet) < 0) { in GetValueByFile() 826 const char* keyGet = isBakExist ? bakFile : key; // bak existed means update fail in Get() local 827 int ret = GetValueByFile(db, key, keyGet, value, count); in Get()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | consumer_surface_test.cpp | 1405 GraphicHDRMetadataKey keyGet = GraphicHDRMetadataKey::GRAPHIC_MATAKEY_RED_PRIMARY_X; in HWTEST_F() local 1407 ret = cs->GetMetaDataSet(sequence, keyGet, metaDataGet); in HWTEST_F() 1409 ASSERT_EQ(key, keyGet); in HWTEST_F() 1412 ret = cs->GetMetaDataSet(sequence + 1, keyGet, metaDataGet); in HWTEST_F()
|
Completed in 6 milliseconds