Home
last modified time | relevance | path

Searched refs:GoToNextRow (Results 1 – 25 of 75) sorted by relevance

123

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_upgrade_test.cpp122 int ret = resultSet->GoToNextRow();
124 ret = resultSet->GoToNextRow();
126 ret = resultSet->GoToNextRow();
128 ret = resultSet->GoToNextRow();
145 ret = upgradeResultSet->GoToNextRow();
160 ret = upgradeResultSet->GoToNextRow();
162 ret = upgradeResultSet->GoToNextRow();
164 ret = upgradeResultSet->GoToNextRow();
Drdb_update_test.cpp173 ret = resultSet->GoToNextRow();
228 ret = resultSet->GoToNextRow();
262 ret = resultSet->GoToNextRow();
293 ret = resultSet->GoToNextRow();
399 ret = resultSet->GoToNextRow();
430 ret = resultSet->GoToNextRow();
461 ret = resultSet->GoToNextRow();
520 ret = resultSet->GoToNextRow();
551 ret = resultSet->GoToNextRow();
582 ret = resultSet->GoToNextRow();
[all …]
Drdb_delete_test.cpp138 ret = resultSet->GoToNextRow();
147 ret = resultSet->GoToNextRow();
156 ret = resultSet->GoToNextRow();
210 ret = resultSet->GoToNextRow();
Drdb_step_result_set_test.cpp172 EXPECT_EQ(E_OK, resultSet->GoToNextRow());
292 EXPECT_EQ(E_OK, resultSet->GoToNextRow());
317 while (E_OK == resultSet->GoToNextRow()) {
369 EXPECT_NE(E_OK, resultSet->GoToNextRow());
430 EXPECT_EQ(E_OK, resultSet->GoToNextRow());
473 EXPECT_NE(E_OK, resultSet->GoToNextRow());
512 while (E_OK == resultSet->GoToNextRow()) {
550 while (E_OK == resultSet->GoToNextRow()) {
601 EXPECT_EQ(E_OK, resultSet->GoToNextRow());
660 EXPECT_EQ(E_OK, resultSet->GoToNextRow());
[all …]
Drdb_transaction_test.cpp204 ret = resultSet->GoToNextRow();
338 ret = resultSet->GoToNextRow();
406 ret = resultSet->GoToNextRow();
475 ret = resultSet->GoToNextRow();
544 ret = resultSet->GoToNextRow();
546 ret = resultSet->GoToNextRow();
548 ret = resultSet->GoToNextRow();
550 ret = resultSet->GoToNextRow();
686 error = resultSet->GoToNextRow();
Drdb_attach_test.cpp176 int ret = resultSet->GoToNextRow(); in QueryCheck1()
194 ret = resultSet->GoToNextRow(); in QueryCheck1()
212 int ret = resultSet->GoToNextRow(); in QueryCheck2()
Drdb_insert_test.cpp184 ret = resultSet->GoToNextRow(); in CheckResultSet()
313 ret = resultSet->GoToNextRow();
355 ret = resultSet->GoToNextRow();
396 ret = resultSet->GoToNextRow();
438 ret = resultSet->GoToNextRow();
622 ret = resultSet->GoToNextRow();
664 ret = resultSet->GoToNextRow();
Drdb_sqlite_shared_result_set_test.cpp398 int retN1 = rstSet->GoToNextRow();
410 int retN2 = rstSet->GoToNextRow();
424 int retN3 = rstSet->GoToNextRow();
438 int retN = rstSet->GoToNextRow();
483 int retN = rstSet->GoToNextRow();
537 int retN = rstSet->GoToNextRow();
591 int retN = rstSet->GoToNextRow();
643 int retN = rstSet->GoToNextRow();
682 int retN = rstSet->GoToNextRow();
689 int retN1 = rstSet->GoToNextRow();
[all …]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/
Dresult_set_utils.cpp81 int ResultSetUtils::GoToNextRow() in GoToNextRow() function in OHOS::RdbDataAbilityAdapter::ResultSetUtils
83 return resultSet_->GoToNextRow(); in GoToNextRow()
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Drelational_cursor.cpp88 int RelationalCursor::GoToNextRow(OH_Cursor *cursor) in GoToNextRow() function in OHOS::RdbNdk::RelationalCursor
94 return self->resultSet_->GoToNextRow(); in GoToNextRow()
195 goToNextRow = GoToNextRow; in RelationalCursor()
Drelational_cursor.h35 static int GoToNextRow(OH_Cursor *cursor);
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
Dmedialibrary_device_operations.cpp198 if (queryResultSet->GoToNextRow() == NativeRdb::E_OK) { in QueryDeviceTable()
226 while (queryResultSet->GoToNextRow() == NativeRdb::E_OK) { in GetAllDeviceData()
273 } while (queryResultSet->GoToNextRow() == NativeRdb::E_OK); in GetAgingDeviceData()
297 } while (queryResultSet->GoToNextRow() == NativeRdb::E_OK); in GetAllDeviceUdid()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/basic/
Dresult_set.h128 virtual int GoToNextRow() = 0;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Dstep_result_set.cpp133 while (GoToNextRow() == E_OK) { in GetRowCount()
165 int errCode = GoToNextRow(); in GoToRow()
178 int StepResultSet::GoToNextRow() in GoToNextRow() function in OHOS::NativeRdb::StepResultSet
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/
Dresult_set_mock.h41 MOCK_METHOD0(GoToNextRow, int());
Dabs_shared_result_set_mock.h41 MOCK_METHOD0(GoToNextRow, int());
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_ability_adapter/include/
Dresult_set_utils.h39 int GoToNextRow() override;
/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
Ddatashare_abs_result_set.h43 int GoToNextRow() override;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_queryperf_test/src/
Dmedialibrary_queryperf_test.cpp255 } while (!result->GoToNextRow());
304 } while (!result->GoToNextRow());
353 } while (!result->GoToNextRow());
482 } while (!result->GoToNextRow());
531 } while (!result->GoToNextRow());
582 } while (!result->GoToNextRow());
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/data/
Dresultset_json_formatter.cpp31 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in Marshal()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Dremote_result_set.h208 virtual int GoToNextRow() = 0;
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
Dabs_result_set.h53 int GoToNextRow() override;
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Dresult_set_proxy.h38 int GoToNextRow() override;
/foundation/ability/form_fwk/services/src/
Dform_rdb_data_mgr.cpp299 } while (absSharedResultSet->GoToNextRow() == NativeRdb::E_OK); in QueryData()
348 } while (absSharedResultSet->GoToNextRow() == NativeRdb::E_OK); in QueryAllData()
385 } while (absSharedResultSet->GoToNextRow() == NativeRdb::E_OK); in QueryAllKeys()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
Drdb_result_set_impl_test.cpp154 ASSERT_EQ(resultSet->GoToNextRow(), NativeRdb::E_ERROR);
207 resultSet->GoToNextRow();

123