Home
last modified time | relevance | path

Searched refs:IsAtFirstRow (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/
H A Dresult_set_utils.cpp86 int ResultSetUtils::IsAtFirstRow(bool &result) const in IsAtFirstRow() function in OHOS::RdbDataAbilityAdapter::ResultSetUtils
88 return resultSet_->IsAtFirstRow(result); in IsAtFirstRow()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_step_result_set_test.cpp164 iRet = resultSet->IsAtFirstRow(bResultSet); in CheckResultSetAttribute()
221 iRet = resultSet->IsAtFirstRow(bResultSet);
272 resultSet->IsAtFirstRow(bResultSet);
945 iRet = resultSet->IsAtFirstRow(bResultSet);
995 iRet = resultSet->IsAtFirstRow(bResultSet);
1086 iRet = resultSet->IsAtFirstRow(bResultSet);
1139 iRet = resultSet->IsAtFirstRow(bResultSet);
1190 iRet = resultSet->IsAtFirstRow(bResultSet);
1281 iRet = resultSet->IsAtFirstRow(bResultSet);
1317 iRet = resultSet->IsAtFirstRow(bResultSet);
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_ability_adapter/include/
H A Dresult_set_utils.h40 int IsAtFirstRow(bool &result) const override;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dresult_set_proxy.h39 int IsAtFirstRow(bool &result) const override;
H A Drd_result_set.h46 int IsAtFirstRow(bool &result) const override;
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/
H A Dresult_set.h158 virtual int IsAtFirstRow(bool &result) const = 0;
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dresult_set_mock.h57 MOCK_CONST_METHOD1(IsAtFirstRow, int(bool &));
H A Dclouddisk_resultset_mock.h59 MOCK_CONST_METHOD1(IsAtFirstRow, int(bool &));
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dabs_shared_result_set_mock.h57 MOCK_CONST_METHOD1(IsAtFirstRow, int(bool &));
H A Dresult_set_mock.h57 MOCK_CONST_METHOD1(IsAtFirstRow, int(bool &));
/ohos5.0/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_abs_result_set.h45 int IsAtFirstRow(bool &result) const override;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_resultsetproxy.h45 bool IsAtFirstRow();
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dremote_result_set.h226 virtual int IsAtFirstRow(bool &result) const = 0;
H A Dabs_result_set.h245 API_EXPORT int IsAtFirstRow(bool &result) const override;
H A Dcache_result_set.h257 API_EXPORT int IsAtFirstRow(bool &result) const override;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp95 bool ResultSetImpl::IsAtFirstRow() in IsAtFirstRow() function in OHOS::Relational::ResultSetImpl
98 int errCode = resultSetValue->IsAtFirstRow(result); in IsAtFirstRow()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/
H A Dnapi_result_set.h69 static napi_value IsAtFirstRow(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_result_set.h68 static napi_value IsAtFirstRow(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_result_set_impl_test.cpp235 EXPECT_EQ(resultSet->IsAtFirstRow(result), NativeRdb::E_OK);
290 EXPECT_EQ(result->IsAtFirstRow(ret), NativeRdb::E_ALREADY_CLOSED);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_result_set.h74 static napi_value IsAtFirstRow(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/include/
H A Dnapi_result_set.h65 static napi_value IsAtFirstRow(napi_env env, napi_callback_info info);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_impl.h49 int IsAtFirstRow(bool &result) const override;
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_abs_result_set.cpp128 int DataShareAbsResultSet::IsAtFirstRow(bool &result) const in IsAtFirstRow() function in OHOS::DataShare::DataShareAbsResultSet
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_result_set.cpp153 DECLARE_NAPI_GETTER("isAtFirstRow", IsAtFirstRow), in GetConstructor()
501 napi_value ResultSetProxy::IsAtFirstRow(napi_env env, napi_callback_info info) in IsAtFirstRow() function in OHOS::RdbJsKit::ResultSetProxy
508 int errCode = resultSetProxy->GetInstance()->IsAtFirstRow(result); in IsAtFirstRow()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dresult_set_proxy.cpp111 int ResultSetProxy::IsAtFirstRow(bool &result) const in IsAtFirstRow() function in OHOS::NativeRdb::ResultSetProxy

12