Home
last modified time | relevance | path

Searched refs:IsAtLastRow (Results 1 - 25 of 42) sorted by relevance

12

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/
H A Dresult_set_utils.cpp91 int ResultSetUtils::IsAtLastRow(bool &result) in IsAtLastRow() function in OHOS::RdbDataAbilityAdapter::ResultSetUtils
93 return resultSet_->IsAtLastRow(result); in IsAtLastRow()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_ability_adapter/include/
H A Dresult_set_utils.h41 int IsAtLastRow(bool &result) override;
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/
H A Dresult_set.h165 virtual int IsAtLastRow(bool &result) = 0;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dresult_set_proxy.h40 int IsAtLastRow(bool &result) override;
/foundation/multimedia/ringtone_library/interfaces/inner_api/native/
H A Dringtone_fetch_result.h46 EXPORT bool IsAtLastRow();
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/
H A Ddatashare_abs_result_set.h46 int IsAtLastRow(bool &result) override;
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_resultsetproxy.h47 bool IsAtLastRow();
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dremote_result_set.h233 virtual int IsAtLastRow(bool &result) = 0;
H A Dabs_result_set.h250 API_EXPORT int IsAtLastRow(bool &result) override;
H A Dcache_result_set.h262 API_EXPORT int IsAtLastRow(bool &result) override;
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dabs_shared_result_set_mock.h44 MOCK_METHOD1(IsAtLastRow, int(bool &));
H A Dresult_set_mock.h44 MOCK_METHOD1(IsAtLastRow, int(bool &));
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dclouddisk_resultset_mock.h44 MOCK_METHOD1(IsAtLastRow, int(bool &));
H A Dresult_set_mock.h44 MOCK_METHOD1(IsAtLastRow, int(bool &));
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dfetch_result.h49 EXPORT bool IsAtLastRow();
/foundation/multimedia/ringtone_library/services/ringtone_helper/src/
H A Dringtone_fetch_result.cpp173 bool RingtoneFetchResult<T>::IsAtLastRow() in IsAtLastRow() function in OHOS::Media::RingtoneFetchResult
181 resultset_->IsAtLastRow(retVal); in IsAtLastRow()
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_resultsetproxy.cpp105 bool ResultSetImpl::IsAtLastRow() in IsAtLastRow() function in OHOS::Relational::ResultSetImpl
108 int errCode = resultSetValue->IsAtLastRow(result); in IsAtLastRow()
110 LOGE("IsAtLastRow failed code:%{public}d", errCode); in IsAtLastRow()
171 LOGE("IsAtLastRow failed code:%{public}d", *rtnCode); in GetColumnName()
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_abs_result_set.cpp134 int DataShareAbsResultSet::IsAtLastRow(bool &result) in IsAtLastRow() function in OHOS::DataShare::DataShareAbsResultSet
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_result_set_impl.h51 int IsAtLastRow(bool &result) override;
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_result_set.h75 static napi_value IsAtLastRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_result_set.h69 static napi_value IsAtLastRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/include/
H A Dnapi_result_set.h66 static napi_value IsAtLastRow(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dresult_set_proxy.cpp116 int ResultSetProxy::IsAtLastRow(bool &result) in IsAtLastRow() function in OHOS::NativeRdb::ResultSetProxy
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/
H A Dnapi_result_set.h70 static napi_value IsAtLastRow(napi_env env, napi_callback_info info);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dfetch_result_test.cpp339 EXPECT_EQ(fetchResult->IsAtLastRow(), false); in HWTEST_F()
342 EXPECT_EQ(result->IsAtLastRow(), false); in HWTEST_F()

Completed in 14 milliseconds

12