Home
last modified time | relevance | path

Searched refs:IsBeforeFirst (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_result_set_impl.cpp116 bool KvStoreResultSetImpl::IsBeforeFirst() const in IsBeforeFirst() function in DistributedDB::KvStoreResultSetImpl
121 return resultSet_->IsBeforeFirst(); in IsBeforeFirst()
H A Dkv_store_result_set_impl.h65 bool IsBeforeFirst() const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_result_set.cpp142 bool StoreResultSet::IsBeforeFirst() const in IsBeforeFirst() function in OHOS::DistributedKv::StoreResultSet
150 return impl_->IsBeforeFirst(); in IsBeforeFirst()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb_result_set.h62 virtual bool IsBeforeFirst() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_windowed_result_set.h53 bool IsBeforeFirst() const override;
H A Dkvdb_windowed_result_set.cpp75 bool KvDBWindowedResultSet::IsBeforeFirst() const in IsBeforeFirst() function in DistributedDB::KvDBWindowedResultSet
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkvstore_result_set.h101 virtual bool IsBeforeFirst() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store_resultset.cpp39 DECLARE_NAPI_FUNCTION("isBeforeFirst", JsKVStoreResultSet::IsBeforeFirst), in Constructor()
230 napi_value JsKVStoreResultSet::IsBeforeFirst(napi_env env, napi_callback_info info) /* boolean */ in IsBeforeFirst() function in OHOS::DistributedData::JsKVStoreResultSet
239 bool isBeforeFirst = resultSet->IsBeforeFirst(); in IsBeforeFirst()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_store_resultset.cpp42 DECLARE_NAPI_FUNCTION("isBeforeFirst", JsKVStoreResultSet::IsBeforeFirst), in Constructor()
240 napi_value JsKVStoreResultSet::IsBeforeFirst(napi_env env, napi_callback_info info) /* boolean */ in IsBeforeFirst() function in OHOS::DistributedKVStore::JsKVStoreResultSet
249 bool isBeforeFirst = resultSet->IsBeforeFirst(); in IsBeforeFirst()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dstore_result_set.h41 bool IsBeforeFirst() const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_result_set.h58 bool IsBeforeFirst() const override;
H A Drd_single_ver_result_set.cpp345 bool RdSingleVerResultSet::IsBeforeFirst() const in IsBeforeFirst() function in DistributedDB::RdSingleVerResultSet
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_store_resultset.h46 static napi_value IsBeforeFirst(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_kv_store_resultset.h46 static napi_value IsBeforeFirst(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_result_set.h73 bool IsBeforeFirst() const override;
H A Dsqlite_single_ver_result_set.cpp225 bool SQLiteSingleVerResultSet::IsBeforeFirst() const in IsBeforeFirst() function in DistributedDB::SQLiteSingleVerResultSet
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/kvstoreresultset_fuzzer/
H A Dkvstoreresultset_fuzzer.cpp71 readResultSet->IsBeforeFirst(); in ResultSetFuzzer()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_result_set.h60 DB_API virtual bool IsBeforeFirst() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/distributeddb/
H A Dresult_set.h62 DB_API virtual bool IsBeforeFirst() const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_result_set_impl.h71 bool IsBeforeFirst() const override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_cursor_testcase.cpp125 result = resultSet->IsBeforeFirst(); in JudgePosition()
1074 EXPECT_TRUE(resultSet->IsBeforeFirst() == true); in ResultSetDb014()
1080 EXPECT_TRUE(resultSet->IsBeforeFirst() == true); in ResultSetDb014()
1688 EXPECT_TRUE(resultSetAll->IsBeforeFirst() == false); in CursorOperThread()
1768 resultSet->IsBeforeFirst(); in CursorRandOperThread1()
1803 resultSet->IsBeforeFirst(); in CursorRandOperThread2()
1858 resultSet->IsBeforeFirst(); in CursorRandOperThread3()
1909 resultSet->IsBeforeFirst(); in CursorRandOperThread4()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_result_set_test.cpp246 EXPECT_TRUE(resultSet->IsBeforeFirst()); // empty result set, always true
301 EXPECT_FALSE(resultSet->IsBeforeFirst()); // position=0, not before the first
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Ddevice_kvstore_test.cpp239 resultSet->IsBeforeFirst();
295 resultSet->IsBeforeFirst();
348 resultSet->IsBeforeFirst();
395 resultSet->IsBeforeFirst();
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_cursor_test.cpp96 bool IsBeforeFirst() const override in IsBeforeFirst() function in OHOS::Test::DistributedRDBTest::MockResultSet
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
H A Ddevicekvstore_fuzzer.cpp251 resultSet->IsBeforeFirst(); in GetResultSetFuzz3()
254 resultSet->IsBeforeFirst(); in GetResultSetFuzz3()

12