Home
last modified time | relevance | path

Searched refs:GoToLastRow (Results 1 - 25 of 38) sorted by relevance

12

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/
H A Dresult_set_utils.cpp61 int ResultSetUtils::GoToLastRow() in GoToLastRow() function in OHOS::RdbDataAbilityAdapter::ResultSetUtils
63 return resultSet_->GoToLastRow(); in GoToLastRow()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_ability_adapter/include/
H A Dresult_set_utils.h35 int GoToLastRow() override;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/
H A Dresult_set.h121 virtual int GoToLastRow() = 0;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dresult_set_proxy.h34 int GoToLastRow() override;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_abs_result_set.h42 int GoToLastRow() override;
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_resultsetproxy.h61 bool GoToLastRow(int32_t* rtnCode);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dremote_result_set.h191 virtual int GoToLastRow() = 0;
H A Dabs_result_set.h224 API_EXPORT int GoToLastRow() override;
H A Dcache_result_set.h236 API_EXPORT int GoToLastRow() override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dabs_shared_result_set_mock.h40 MOCK_METHOD0(GoToLastRow, int());
H A Dresult_set_mock.h40 MOCK_METHOD0(GoToLastRow, int());
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dclouddisk_resultset_mock.h40 MOCK_METHOD0(GoToLastRow, int());
H A Dresult_set_mock.h40 MOCK_METHOD0(GoToLastRow, int());
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_result_set_proxy.h44 static napi_value GoToLastRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp160 bool ResultSetImpl::GoToLastRow(int32_t* rtnCode) in GoToLastRow() function in OHOS::Relational::ResultSetImpl
162 *rtnCode = resultSetValue->GoToLastRow(); in GoToLastRow()
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_abs_result_set.cpp102 int DataShareAbsResultSet::GoToLastRow() in GoToLastRow() function in OHOS::DataShare::DataShareAbsResultSet
107 LOG_WARN("return GoToLastRow.GetRowCount ret is wrong!"); in GoToLastRow()
113 LOG_WARN("return GoToLastRow.GoToRow ret is wrong!"); in GoToLastRow()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_impl.h45 int GoToLastRow() override;
H A Drdb_result_set_stub.cpp148 int status = resultSet_->GoToLastRow(); in OnGoToLastRow()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_result_set.h71 static napi_value GoToLastRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_result_set.h65 static napi_value GoToLastRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/include/
H A Dnapi_result_set.h62 static napi_value GoToLastRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dresult_set_proxy.cpp86 int ResultSetProxy::GoToLastRow() in GoToLastRow() function in OHOS::NativeRdb::ResultSetProxy
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/
H A Dnapi_result_set.h66 static napi_value GoToLastRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/
H A Ddatashare_result_set_proxy.cpp83 DECLARE_NAPI_FUNCTION("goToLastRow", GoToLastRow), in GetConstructor()
186 napi_value DataShareResultSetProxy::GoToLastRow(napi_env env, napi_callback_info info) in GoToLastRow() function in OHOS::DataShare::DataShareResultSetProxy
191 errCode = innerResultSet->GoToLastRow(); in GoToLastRow()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_result_set.cpp139 DECLARE_NAPI_FUNCTION("goToLastRow", GoToLastRow), in GetConstructor()
478 napi_value ResultSetProxy::GoToLastRow(napi_env env, napi_callback_info info) in GoToLastRow() function in OHOS::RdbJsKit::ResultSetProxy
484 int errCode = resultSetProxy->GetInstance()->GoToLastRow(); in GoToLastRow()

Completed in 14 milliseconds

12