/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/ |
H A D | result_set_utils.cpp | 61 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 D | result_set_utils.h | 35 int GoToLastRow() override;
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/ |
H A D | result_set.h | 121 virtual int GoToLastRow() = 0;
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | result_set_proxy.h | 34 int GoToLastRow() override;
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/ |
H A D | datashare_abs_result_set.h | 42 int GoToLastRow() override;
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_impl_resultsetproxy.h | 61 bool GoToLastRow(int32_t* rtnCode);
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | remote_result_set.h | 191 virtual int GoToLastRow() = 0;
|
H A D | abs_result_set.h | 224 API_EXPORT int GoToLastRow() override;
|
H A D | cache_result_set.h | 236 API_EXPORT int GoToLastRow() override;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | abs_shared_result_set_mock.h | 40 MOCK_METHOD0(GoToLastRow, int());
|
H A D | result_set_mock.h | 40 MOCK_METHOD0(GoToLastRow, int());
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/ |
H A D | clouddisk_resultset_mock.h | 40 MOCK_METHOD0(GoToLastRow, int());
|
H A D | result_set_mock.h | 40 MOCK_METHOD0(GoToLastRow, int());
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/ |
H A D | datashare_result_set_proxy.h | 44 static napi_value GoToLastRow(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_impl_resultsetproxy.cpp | 160 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 D | datashare_abs_result_set.cpp | 102 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 D | rdb_result_set_impl.h | 45 int GoToLastRow() override;
|
H A D | rdb_result_set_stub.cpp | 148 int status = resultSet_->GoToLastRow(); in OnGoToLastRow()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/ |
H A D | napi_result_set.h | 71 static napi_value GoToLastRow(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_result_set.h | 65 static napi_value GoToLastRow(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/include/ |
H A D | napi_result_set.h | 62 static napi_value GoToLastRow(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | result_set_proxy.cpp | 86 int ResultSetProxy::GoToLastRow() in GoToLastRow() function in OHOS::NativeRdb::ResultSetProxy
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/ |
H A D | napi_result_set.h | 66 static napi_value GoToLastRow(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/src/ |
H A D | datashare_result_set_proxy.cpp | 83 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 D | napi_result_set.cpp | 139 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()
|