Home
last modified time | relevance | path

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

12

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/
Dresult_set_utils.cpp101 int ResultSetUtils::IsAtFirstRow(bool &result) const in IsAtFirstRow() function in OHOS::RdbDataAbilityAdapter::ResultSetUtils
103 return resultSet_->IsAtFirstRow(result); in IsAtFirstRow()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/
Dresult_set.h158 virtual int IsAtFirstRow(bool &result) const = 0;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/
Dresult_set_mock.h57 MOCK_CONST_METHOD1(IsAtFirstRow, int(bool &));
Dabs_shared_result_set_mock.h57 MOCK_CONST_METHOD1(IsAtFirstRow, int(bool &));
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
Dresult_set_mock.h57 MOCK_CONST_METHOD1(IsAtFirstRow, int(bool &));
Dclouddisk_resultset_mock.h59 MOCK_CONST_METHOD1(IsAtFirstRow, int(bool &));
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_ability_adapter/include/
Dresult_set_utils.h43 int IsAtFirstRow(bool &result) const override;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
Ddatashare_abs_result_set.h45 int IsAtFirstRow(bool &result) const override;
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_step_result_set_test.cpp164 iRet = resultSet->IsAtFirstRow(bResultSet); in CheckResultSetAttribute()
221 iRet = resultSet->IsAtFirstRow(bResultSet);
272 resultSet->IsAtFirstRow(bResultSet);
385 int iRet = resultSet->IsAtFirstRow(bResultSet);
415 int iRet = resultSet->IsAtFirstRow(bResultSet);
838 int iRet = resultSet->IsAtFirstRow(bResultSet);
882 EXPECT_EQ(E_OK, resultSet->IsAtFirstRow(bResultSet));
928 iRet = resultSet->IsAtFirstRow(bResultSet);
978 iRet = resultSet->IsAtFirstRow(bResultSet);
1069 iRet = resultSet->IsAtFirstRow(bResultSet);
[all …]
Drdb_sqlite_shared_result_set_test.cpp193 iRet = rstSet->IsAtFirstRow(bResultSet); in CheckResultSetAttribute()
452 rstSet->IsAtFirstRow(isAtFirstRow);
463 rstSet->IsAtFirstRow(isAtFirstRow);
474 rstSet->IsAtFirstRow(isAtFirstRow);
821 rstSet->IsAtFirstRow(isAtFrtRow);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Dremote_result_set.h236 virtual int IsAtFirstRow(bool &result) const = 0;
Dabs_result_set.h255 API_EXPORT int IsAtFirstRow(bool &result) const override;
Dcache_result_set.h255 API_EXPORT int IsAtFirstRow(bool &result) const override;
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
Dabs_result_set.h55 int IsAtFirstRow(bool &result) const override;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Dresult_set_proxy.h42 int IsAtFirstRow(bool &result) const override;
Dstep_result_set.h42 int IsAtFirstRow(bool &result) const override;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
Dstep_result_set.h42 int IsAtFirstRow(bool &result) const override;
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
Dnapi_result_set.h68 static napi_value IsAtFirstRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/
Dnapi_result_set.h69 static napi_value IsAtFirstRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/include/
Dnapi_result_set.h65 static napi_value IsAtFirstRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
Dnapi_result_set.h74 static napi_value IsAtFirstRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
Ddatashare_abs_result_set.cpp129 int DataShareAbsResultSet::IsAtFirstRow(bool &result) const in IsAtFirstRow() function in OHOS::DataShare::DataShareAbsResultSet
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_result_set_impl.h49 int IsAtFirstRow(bool &result) const override;
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
Dnapi_result_set.cpp265 napi_value ResultSetProxy::IsAtFirstRow(napi_env env, napi_callback_info info) in IsAtFirstRow() function in OHOS::RelationalStoreJsKit::ResultSetProxy
271 int errCode = resultSetProxy->GetInstance()->IsAtFirstRow(result); in IsAtFirstRow()
555 DECLARE_NAPI_GETTER("isAtFirstRow", IsAtFirstRow), in Init()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
Dnapi_result_set.cpp152 DECLARE_NAPI_GETTER("isAtFirstRow", IsAtFirstRow), in GetConstructor()
499 napi_value ResultSetProxy::IsAtFirstRow(napi_env env, napi_callback_info info) in IsAtFirstRow() function in OHOS::RdbJsKit::ResultSetProxy
506 int errCode = resultSetProxy->GetInstance()->IsAtFirstRow(result); in IsAtFirstRow()

12