/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_update_test.cpp | 127 ret = resultSet->GoToNextRow(); 165 ret = resultSet->GoToNextRow(); 169 ret = resultSet->GoToNextRow(); 173 ret = resultSet->GoToNextRow(); 282 ret = resultSet->GoToNextRow(); 323 ret = resultSet->GoToNextRow(); 327 ret = resultSet->GoToNextRow(); 331 ret = resultSet->GoToNextRow(); 372 ret = resultSet->GoToNextRow(); 376 ret = resultSet->GoToNextRow(); [all …]
|
H A D | rdb_upgrade_test.cpp | 120 int ret = resultSet->GoToNextRow(); 122 ret = resultSet->GoToNextRow(); 124 ret = resultSet->GoToNextRow(); 126 ret = resultSet->GoToNextRow(); 143 ret = upgradeResultSet->GoToNextRow(); 157 ret = upgradeResultSet->GoToNextRow(); 159 ret = upgradeResultSet->GoToNextRow(); 161 ret = upgradeResultSet->GoToNextRow();
|
H A D | rdb_trans_db_test.cpp | 120 errCode = resultSet->GoToNextRow(); 124 errCode = resultSet->GoToNextRow(); 141 errCode = resultSet->GoToNextRow(); 147 errCode = resultSet->GoToNextRow(); 164 errCode = resultSet->GoToNextRow(); 191 errCode = resultSet->GoToNextRow(); 215 errCode = resultSet->GoToNextRow(); 242 errCode = resultSet->GoToNextRow(); 269 errCode = resultSet->GoToNextRow(); 296 errCode = resultSet->GoToNextRow(); [all …]
|
H A D | rdb_bigint_test.cpp | 96 while (resultSet->GoToNextRow() == E_OK) { 130 while (resultSet->GoToNextRow() == E_OK) { 166 while (resultSet->GoToNextRow() == E_OK) { 202 while (resultSet->GoToNextRow() == E_OK) { 238 while (resultSet->GoToNextRow() == E_OK) { 280 while (resultSet->GoToNextRow() == E_OK) { 322 while (resultSet->GoToNextRow() == E_OK) { 366 while (resultSet->GoToNextRow() == E_OK) { 404 while (resultSet->GoToNextRow() == E_OK) {
|
H A D | rdb_insert_test.cpp | 180 ret = resultSet->GoToNextRow(); in CheckResultSet() 304 ret = resultSet->GoToNextRow(); 329 ret = resultSet->GoToNextRow(); 365 ret = resultSet->GoToNextRow(); 390 ret = resultSet->GoToNextRow(); 462 ret = resultSet->GoToNextRow(); 484 ret = resultSet->GoToNextRow(); 520 ret = resultSet->GoToNextRow(); 542 ret = resultSet->GoToNextRow(); 675 ret = resultSet->GoToNextRow(); [all …]
|
H A D | rdb_transaction_test.cpp | 166 ret = resultSet->GoToNextRow(); 260 ret = resultSet->GoToNextRow(); 309 ret = resultSet->GoToNextRow(); 359 ret = resultSet->GoToNextRow(); 409 ret = resultSet->GoToNextRow(); 411 ret = resultSet->GoToNextRow(); 413 ret = resultSet->GoToNextRow(); 415 ret = resultSet->GoToNextRow(); 541 error = resultSet->GoToNextRow();
|
H A D | rdb_step_result_set_test.cpp | 236 EXPECT_EQ(E_OK, resultSet->GoToNextRow()); 321 EXPECT_EQ(E_OK, resultSet->GoToNextRow()); 330 while (E_OK == resultSet->GoToNextRow()) { 352 auto res = resultSet->GoToNextRow(); 382 EXPECT_EQ(E_OK, resultSet->GoToNextRow()); 412 EXPECT_NE(E_OK, resultSet->GoToNextRow()); 451 while (E_OK == resultSet->GoToNextRow()) { 486 while (E_OK == resultSet->GoToNextRow()) { 536 EXPECT_EQ(E_OK, resultSet->GoToNextRow()); 595 EXPECT_EQ(E_OK, resultSet->GoToNextRow()); [all …]
|
H A D | rdb_delete_test.cpp | 118 ret = resultSet->GoToNextRow(); 127 ret = resultSet->GoToNextRow(); 136 ret = resultSet->GoToNextRow(); 190 ret = resultSet->GoToNextRow();
|
H A D | rdb_sqlite_shared_result_set_test.cpp | 414 EXPECT_EQ(rstSet->GoToNextRow(), E_OK); 417 EXPECT_EQ(rstSet->GoToNextRow(), E_OK); 420 EXPECT_EQ(rstSet->GoToNextRow(), E_OK); 459 int retN = rstSet->GoToNextRow(); 513 int retN = rstSet->GoToNextRow(); 567 int retN = rstSet->GoToNextRow(); 619 int retN = rstSet->GoToNextRow(); 658 int retN = rstSet->GoToNextRow(); 665 int retN1 = rstSet->GoToNextRow(); 873 int retN = rstSet->GoToNextRow(); [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
H A D | medialibrary_backup_test.cpp | 258 ASSERT_FALSE(resultSet->GoToNextRow() == NativeRdb::E_OK); 269 ASSERT_FALSE(resultSet->GoToNextRow() == NativeRdb::E_OK); 280 ASSERT_FALSE(resultSet->GoToNextRow() == NativeRdb::E_OK); 291 ASSERT_FALSE(resultSet->GoToNextRow() == NativeRdb::E_OK); 302 ASSERT_FALSE(resultSet->GoToNextRow() == NativeRdb::E_OK); 344 ASSERT_FALSE(resultSet->GoToNextRow() == NativeRdb::E_OK); 354 ASSERT_FALSE(resultSet->GoToNextRow() == NativeRdb::E_OK); 769 ASSERT_TRUE(resultSet->GoToNextRow() == NativeRdb::E_OK); 795 ASSERT_TRUE(resultSet->GoToNextRow() == NativeRdb::E_OK); 808 ASSERT_TRUE(resultSet->GoToNextRow() == NativeRdb::E_OK); [all …]
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/cloud_sync_utils/ |
H A D | cloud_sync_utils.cpp | 76 if (resultSet->GoToNextRow() == E_OK) { in IsUnlimitedTrafficStatusOn() 101 if (resultSet->GoToNextRow() == E_OK) { in IsCloudSyncSwitchOn() 125 if (resultSet->GoToNextRow() == E_OK) { in IsCloudDataAgingPolicyOn()
|
/ohos5.0/base/security/security_guard/services/config_manager/src/ |
H A D | config_database_helper.cpp | 87 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in QueryAppInfoBase() 158 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in QueryAppInfosByName() 189 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in DeleteAppInfoByNameAndGlobbalFlag() 220 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in DeleteAppInfoByIsGlobalApp() 251 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in QueryAppInfoByAttribute()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_ability_adapter/src/ |
H A D | result_set_utils.cpp | 66 int ResultSetUtils::GoToNextRow() in GoToNextRow() function in OHOS::RdbDataAbilityAdapter::ResultSetUtils 68 return resultSet_->GoToNextRow(); in GoToNextRow()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_cursor.cpp | 75 int RelationalCursor::GoToNextRow(OH_Cursor *cursor) in GoToNextRow() function in OHOS::RdbNdk::RelationalCursor 81 return self->GoToNextRow(); in GoToNextRow() 190 goToNextRow = GoToNextRow; in RelationalCursor() 265 int RelationalCursor::GoToNextRow() in GoToNextRow() function in OHOS::RdbNdk::RelationalCursor 270 return ConvertorErrorCode::NativeToNdk(resultSet_->GoToNextRow()); in GoToNextRow()
|
H A D | relational_cursor.h | 39 virtual int GoToNextRow(); 57 static int GoToNextRow(OH_Cursor *cursor);
|
/ohos5.0/base/security/security_guard/test/unittest/mock/rdb/ |
H A D | result_set.h | 43 virtual int GoToNextRow() = 0; 64 MOCK_METHOD0(GoToNextRow, int());
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/ |
H A D | cloud_sync_switch_observer.cpp | 46 while (resultSet != nullptr && resultSet->GoToNextRow() == NativeRdb::E_OK) { in OnChange() 63 while (resultSetUpdateIndex->GoToNextRow() == NativeRdb::E_OK) { in OnChange()
|
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_share_dao.cpp | 135 if (resultSet->GoToNextRow() == NativeRdb::E_OK) { in GetEventListByUid() 160 if (resultSet->GoToNextRow() == NativeRdb::E_OK) { in GetUidByBundleName() 185 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in GetTotalSubscriberInfo()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/photo_album_operation/ |
H A D | photo_album_lpath_operation.cpp | 110 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in GetInvalidPhotoAlbums() 323 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in GetDuplicatelPathAlbumInfoMain() 342 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in GetDuplicatelPathAlbumInfoSub() 359 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in GetEmptylPathAlbumInfo()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | ptp_album_handles.cpp | 71 while (resultSet->GoToNextRow() == NativeRdb::E_OK) { in AddAlbumHandles() 92 } while (!resultSet->GoToNextRow()); in ChangeHandle()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/ |
H A D | clouddisk_rdb_utils_test.cpp | 362 EXPECT_CALL(*resultSet, GoToNextRow()).WillOnce(Return(E_RDB)); 384 EXPECT_CALL(*resultSet, GoToNextRow()).WillOnce(Return(E_OK)); 406 EXPECT_CALL(*resultSet, GoToNextRow()).WillOnce(Return(E_OK)); 445 EXPECT_CALL(*resultSet, GoToNextRow()).WillOnce(Return(E_RDB)); 462 EXPECT_CALL(*resultSet, GoToNextRow())
|
/ohos5.0/base/security/security_guard/test/unittest/data_collect/src/ |
H A D | security_guard_data_collect_test.cpp | 95 EXPECT_CALL(*resultSetMock, GoToNextRow).WillRepeatedly(Return(-1)); 133 … EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED)); 174 … EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED)); 216 … EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED)); 256 … EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED)); 297 … EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED)); 376 … EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED)); 439 … EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED));
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/ |
H A D | multistages_capture_manager.cpp | 77 } while (!resultSet->GoToNextRow()); in RemovePhotos() 120 } while (!resultSet->GoToNextRow()); in RestorePhotos()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/ |
H A D | medialibrary_device_operations.cpp | 199 if (queryResultSet->GoToNextRow() == NativeRdb::E_OK) { in QueryDeviceTable() 227 while (queryResultSet->GoToNextRow() == NativeRdb::E_OK) { in GetAllDeviceData() 274 } while (queryResultSet->GoToNextRow() == NativeRdb::E_OK); in GetAgingDeviceData() 298 } while (queryResultSet->GoToNextRow() == NativeRdb::E_OK); in GetAllDeviceUdid()
|
/ohos5.0/base/security/security_guard/test/unittest/config_manager/src/ |
H A D | app_info_database_test.cpp | 79 … EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED)); 151 … EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED)); 190 … EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED)); 229 …EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED));; 277 … EXPECT_CALL(*resultSetMock, GoToNextRow).WillOnce(Return(SUCCESS)).WillRepeatedly(Return(FAILED));
|