Home
last modified time | relevance | path

Searched refs:GetRow (Results 1 – 25 of 70) sorted by relevance

123

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_trans_db_test.cpp167 errCode = resultSet->GetRow(rowEntity);
194 errCode = resultSet->GetRow(rowEntity);
218 errCode = resultSet->GetRow(rowEntity);
245 errCode = resultSet->GetRow(rowEntity);
272 errCode = resultSet->GetRow(rowEntity);
299 errCode = resultSet->GetRow(rowEntity);
324 errCode = resultSet->GetRow(rowEntity);
367 errCode = resultSet->GetRow(rowEntity);
394 errCode = resultSet->GetRow(rowEntity);
498 errCode = resultSet->GetRow(rowEntity);
[all …]
H A Drdb_step_result_get_row_test.cpp108 iRet = resultSet->GetRow(rowEntity);
160 iRet = resultSet->GetRow(rowEntity);
198 iRet = resultSet->GetRow(rowEntity);
257 iRet = resultSet->GetRow(rowEntity);
291 EXPECT_EQ(E_OK, resultSet->GetRow(rowEntity));
324 EXPECT_EQ(E_ALREADY_CLOSED, resultSet->GetRow(rowEntity));
H A Drdb_bigint_test.cpp98 status = resultSet->GetRow(entity);
132 status = resultSet->GetRow(entity);
168 status = resultSet->GetRow(entity);
240 status = resultSet->GetRow(entity);
282 status = resultSet->GetRow(entity);
324 status = resultSet->GetRow(entity);
368 status = resultSet->GetRow(entity);
406 status = resultSet->GetRow(entity);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.cpp80 return GetRow(entry); in GetEntry()
83 int32_t RdbCursor::GetRow(VBucket &data) in GetRow() function in OHOS::DistributedRdb::RdbCursor
86 auto ret = resultSet_->GetRow(bucket); in GetRow()
99 if (GetRow(bucket) != GeneralError::E_OK) { in Get()
H A Dcache_cursor.cpp88 return GetRow(entry); in GetEntry()
91 int32_t CacheCursor::GetRow(DistributedData::VBucket &data) in GetRow() function in OHOS::DistributedRdb::CacheCursor
H A Drdb_cursor.h33 int32_t GetRow(DistributedData::VBucket &data) override;
H A Dcache_cursor.h33 int32_t GetRow(DistributedData::VBucket &data) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_modifier.cpp208 …tF pointBegin = GetCircleCenterByXY(offset, choosePoint_[i].GetColumn(), choosePoint_[i].GetRow()); in PaintLockLineForApiNine()
214 …GetCircleCenterByXY(offset, choosePoint_[count - 1].GetColumn(), choosePoint_[count - 1].GetRow()); in PaintLockLineForApiNine()
310 … GetCircleCenterByXY(offset, choosePoint_[i + 1].GetColumn(), choosePoint_[i + 1].GetRow()); in PaintLockLine()
318 …GetCircleCenterByXY(offset, choosePoint_[count - 1].GetColumn(), choosePoint_[count - 1].GetRow()); in PaintLockLine()
338 choosePoint_[count - ANIMATABLE_POINT_COUNT].GetRow()); in AddConnectedLineToPath()
353 …GetCircleCenterByXY(offset, choosePoint_[count - 1].GetColumn(), choosePoint_[count - 1].GetRow()); in AddCanceledLineToPath()
441 if (it.GetColumn() == x && it.GetRow() == y) { in CheckChoosePoint()
452 choosePoint_.at(choosePoint_.size() - static_cast<uint32_t>(index)).GetRow() == y) { in CheckChoosePointIsLastIndex()
477 … offset_->Get(), choosePoint_[count - 1].GetColumn(), choosePoint_[count - 1].GetRow()); in SetSideLength()
497 auto index = (cell.GetColumn() - 1) * PATTERN_LOCK_COL_COUNT + cell.GetRow() - 1; in SetCircleRadius()
[all …]
H A Dpatternlock_pattern.cpp371 if (it.GetColumn() == x && it.GetRow() == y) { in CheckChoosePoint()
394 … StartModifierAddPassPointAnimate(passPointVec.front().GetColumn(), passPointVec.front().GetRow()); in AddPassPointToChoosePoint()
398 … StartModifierAddPassPointAnimate(passPointVec.back().GetColumn(), passPointVec.back().GetRow()); in AddPassPointToChoosePoint()
403 … StartModifierAddPassPointAnimate(passPointVec.back().GetColumn(), passPointVec.back().GetRow()); in AddPassPointToChoosePoint()
407 … StartModifierAddPassPointAnimate(passPointVec.front().GetColumn(), passPointVec.front().GetRow()); in AddPassPointToChoosePoint()
420 int32_t lastY = lastCell.GetRow(); in AddPassPoint()
847 (lastPoint.GetRow() * RADIUS_TO_DIAMETER - 1)); in GetLastChoosePointOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Drosen_render_pattern_lock.cpp160 …et pointBegin = GetCircleCenterByXY(offset, choosePoint_[i].GetColumn(), choosePoint_[i].GetRow()); in PaintLockLine()
161 …ntEnd = GetCircleCenterByXY(offset, choosePoint_[i + 1].GetColumn(), choosePoint_[i + 1].GetRow()); in PaintLockLine()
166 …GetCircleCenterByXY(offset, choosePoint_[count - 1].GetColumn(), choosePoint_[count - 1].GetRow()); in PaintLockLine()
213 …et pointBegin = GetCircleCenterByXY(offset, choosePoint_[i].GetColumn(), choosePoint_[i].GetRow()); in PaintLockLine()
214 …ntEnd = GetCircleCenterByXY(offset, choosePoint_[i + 1].GetColumn(), choosePoint_[i + 1].GetRow()); in PaintLockLine()
221 …GetCircleCenterByXY(offset, choosePoint_[count - 1].GetColumn(), choosePoint_[count - 1].GetRow()); in PaintLockLine()
H A Drender_pattern_lock.cpp237 if ((*it).GetColumn() == x && (*it).GetRow() == y) { in CheckChoosePoint()
247 choosePoint_.at(choosePoint_.size() - static_cast<uint32_t>(index)).GetRow() == y) { in CheckChoosePointIsLastIndex()
268 int16_t lastY = lastCell.GetRow(); in AddPassPoint()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dcursor_mock.cpp83 GetRow(entry); in GetEntry()
87 int32_t CursorMock::GetRow(DistributedData::VBucket &data) in GetRow() function in OHOS::DistributedData::CursorMock
H A Dcursor_mock.h37 int32_t GetRow(DistributedData::VBucket &data) override;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/
H A Dcsv_string_resource_loader.cpp134 if (parser.GetRow(header); header.empty()) { in ParseCsv()
146 while (parser.GetRow(items)) { in ParseCsv()
H A Dcsv_parser.h49 bool GetRow(CsvRow& row); in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dcursor.h44 virtual int32_t GetRow(VBucket &data) = 0;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dimage_mesh.h38 int32_t GetRow() const in GetRow() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape_container.h70 int32_t GetRow() const in GetRow() function
/ohos5.0/foundation/arkui/ui_lite/frameworks/render/
H A Drender_buffer.h122 RowData GetRow(int32_t y) const in GetRow() function
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dresult_set.h62 virtual int GetRow(RowEntity &rowEntity) = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_cursor_test.cpp180 DBStatus GetRow(std::map<std::string, DistributedDB::VariantData> &data) const override in GetRow() function in OHOS::Test::DistributedRDBTest::MockResultSet
251 result = rdbCursor->GetRow(data);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
H A Dresult_set_mock.h52 MOCK_METHOD1(GetRow, int(RowEntity &));
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dabs_shared_result_set_mock.h52 MOCK_METHOD1(GetRow, int(RowEntity &));
H A Dresult_set_mock.h52 MOCK_METHOD1(GetRow, int(RowEntity &));
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_result_set_test.cpp258 EXPECT_EQ(resultSet->GetRow(data), DBStatus::NOT_FOUND); // the invalid position
327 EXPECT_EQ(resultSet->GetRow(data), DBStatus::OK);
392 EXPECT_EQ(resultSet->GetRow(data), DBStatus::OK);

123