Home
last modified time | relevance | path

Searched refs:MoveToFirst (Results 1 - 25 of 50) sorted by relevance

12

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_result_set_impl.cpp66 bool KvStoreResultSetImpl::MoveToFirst() in MoveToFirst() function in DistributedDB::KvStoreResultSetImpl
71 if (resultSet_->MoveToFirst() == E_OK) { in MoveToFirst()
H A Dkv_store_result_set_impl.h39 bool MoveToFirst() override;
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkvstore_result_set.h49 virtual bool MoveToFirst() = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb_result_set.h54 virtual int MoveToFirst() = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_windowed_result_set.cpp55 int KvDBWindowedResultSet::MoveToFirst() in MoveToFirst() function in DistributedDB::KvDBWindowedResultSet
H A Dkvdb_windowed_result_set.h45 int MoveToFirst() override;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_result_set.h33 bool MoveToFirst() override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dcursor.h36 virtual int32_t MoveToFirst() = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.cpp60 int32_t RdbCursor::MoveToFirst() in MoveToFirst() function in OHOS::DistributedRdb::RdbCursor
62 return resultSet_->MoveToFirst() ? GeneralError::E_OK : GeneralError::E_ERROR; in MoveToFirst()
H A Drdb_cursor.h29 int32_t MoveToFirst() override;
H A Dcache_cursor.h29 int32_t MoveToFirst() override;
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_result_set.cpp56 bool StoreResultSet::MoveToFirst() in MoveToFirst() function in OHOS::DistributedKv::StoreResultSet
64 return impl_->MoveToFirst(); in MoveToFirst()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dcursor_mock.h34 int32_t MoveToFirst() override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_result_set.h50 int MoveToFirst() override;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dcache_cursor_test.cpp106 err = cursor->MoveToFirst(); in HWTEST_F()
165 auto err = cursor->MoveToFirst(); in HWTEST_F()
215 auto err = cursor->MoveToFirst(); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_result_set_test.cpp238 EXPECT_FALSE(resultSet->MoveToFirst()); // move fail. position=-1 in HWTEST_F()
293 EXPECT_TRUE(resultSet->MoveToFirst()); // move ok. position=0 in HWTEST_F()
348 EXPECT_EQ(resultSet->MoveToFirst(), true); in HWTEST_F()
385 EXPECT_EQ(resultSet->MoveToFirst(), true); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_result_set.h34 DB_API virtual bool MoveToFirst() = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_result_set.h65 int MoveToFirst() override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/kvstoreresultset_fuzzer/
H A Dkvstoreresultset_fuzzer.cpp60 readResultSet->MoveToFirst(); in ResultSetFuzzer()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.h38 int32_t MoveToFirst() override;
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_store_resultset.h38 static napi_value MoveToFirst(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_kv_store_resultset.h38 static napi_value MoveToFirst(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_result_set_impl.h45 bool MoveToFirst() override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/distributeddb/
H A Dresult_set.h36 DB_API virtual bool MoveToFirst() = 0;
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_store_resultset.cpp34 DECLARE_NAPI_FUNCTION("moveToFirst", JsKVStoreResultSet::MoveToFirst), in Constructor()
103 napi_value JsKVStoreResultSet::MoveToFirst(napi_env env, napi_callback_info info) /* boolean */ in MoveToFirst() function in OHOS::DistributedKVStore::JsKVStoreResultSet
105 ZLOGD("KVStoreResultSet::MoveToFirst()"); in MoveToFirst()
112 bool isMoved = resultSet->MoveToFirst(); in MoveToFirst()

Completed in 8 milliseconds

12