Home
last modified time | relevance | path

Searched refs:GetEntryByRowId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_result_set.cpp331 int errCode = handle_->GetEntryByRowId(cachedRowIds_[cacheIndex], entry); in GetEntry()
H A Dsqlite_single_ver_storage_executor.h108 int GetEntryByRowId(int64_t rowId, Entry &entry);
H A Dsqlite_single_ver_storage_executor.cpp973 int SQLiteSingleVerStorageExecutor::GetEntryByRowId(int64_t rowId, Entry &entry) in GetEntryByRowId() function in DistributedDB::SQLiteSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp306 EXPECT_EQ(g_handle->GetEntryByRowId(0, entry), -E_UNEXPECTED_DATA);
1191 ret = g_nullHandle->GetEntryByRowId(0, entry);