/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/ |
H A D | result_set_utils.cpp | 91 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 D | result_set_utils.h | 41 int IsAtLastRow(bool &result) override;
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/ |
H A D | result_set.h | 165 virtual int IsAtLastRow(bool &result) = 0;
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | result_set_proxy.h | 40 int IsAtLastRow(bool &result) override;
|
/foundation/multimedia/ringtone_library/interfaces/inner_api/native/ |
H A D | ringtone_fetch_result.h | 46 EXPORT bool IsAtLastRow();
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/consumer/include/ |
H A D | datashare_abs_result_set.h | 46 int IsAtLastRow(bool &result) override;
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_impl_resultsetproxy.h | 47 bool IsAtLastRow();
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | remote_result_set.h | 233 virtual int IsAtLastRow(bool &result) = 0;
|
H A D | abs_result_set.h | 250 API_EXPORT int IsAtLastRow(bool &result) override;
|
H A D | cache_result_set.h | 262 API_EXPORT int IsAtLastRow(bool &result) override;
|
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | abs_shared_result_set_mock.h | 44 MOCK_METHOD1(IsAtLastRow, int(bool &));
|
H A D | result_set_mock.h | 44 MOCK_METHOD1(IsAtLastRow, int(bool &));
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/ |
H A D | clouddisk_resultset_mock.h | 44 MOCK_METHOD1(IsAtLastRow, int(bool &));
|
H A D | result_set_mock.h | 44 MOCK_METHOD1(IsAtLastRow, int(bool &));
|
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | fetch_result.h | 49 EXPORT bool IsAtLastRow();
|
/foundation/multimedia/ringtone_library/services/ringtone_helper/src/ |
H A D | ringtone_fetch_result.cpp | 173 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 D | relational_store_impl_resultsetproxy.cpp | 105 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 D | datashare_abs_result_set.cpp | 134 int DataShareAbsResultSet::IsAtLastRow(bool &result)
in IsAtLastRow() function in OHOS::DataShare::DataShareAbsResultSet
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_result_set_impl.h | 51 int IsAtLastRow(bool &result) override;
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/ |
H A D | napi_result_set.h | 75 static napi_value IsAtLastRow(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_result_set.h | 69 static napi_value IsAtLastRow(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/mock/include/ |
H A D | napi_result_set.h | 66 static napi_value IsAtLastRow(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | result_set_proxy.cpp | 116 int ResultSetProxy::IsAtLastRow(bool &result) in IsAtLastRow() function in OHOS::NativeRdb::ResultSetProxy
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/ |
H A D | napi_result_set.h | 70 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 D | fetch_result_test.cpp | 339 EXPECT_EQ(fetchResult->IsAtLastRow(), false); in HWTEST_F() 342 EXPECT_EQ(result->IsAtLastRow(), false); in HWTEST_F()
|