/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_trans_db_test.cpp | 167 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 D | rdb_step_result_get_row_test.cpp | 108 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 D | rdb_bigint_test.cpp | 98 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 D | rdb_cursor.cpp | 80 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 D | cache_cursor.cpp | 88 return GetRow(entry); in GetEntry() 91 int32_t CacheCursor::GetRow(DistributedData::VBucket &data) in GetRow() function in OHOS::DistributedRdb::CacheCursor
|
H A D | rdb_cursor.h | 33 int32_t GetRow(DistributedData::VBucket &data) override;
|
H A D | cache_cursor.h | 33 int32_t GetRow(DistributedData::VBucket &data) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_modifier.cpp | 208 …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 D | patternlock_pattern.cpp | 371 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 D | rosen_render_pattern_lock.cpp | 160 …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 D | render_pattern_lock.cpp | 237 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 D | cursor_mock.cpp | 83 GetRow(entry); in GetEntry() 87 int32_t CursorMock::GetRow(DistributedData::VBucket &data) in GetRow() function in OHOS::DistributedData::CursorMock
|
H A D | cursor_mock.h | 37 int32_t GetRow(DistributedData::VBucket &data) override;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/ |
H A D | csv_string_resource_loader.cpp | 134 if (parser.GetRow(header); header.empty()) { in ParseCsv() 146 while (parser.GetRow(items)) { in ParseCsv()
|
H A D | csv_parser.h | 49 bool GetRow(CsvRow& row); in META_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | cursor.h | 44 virtual int32_t GetRow(VBucket &data) = 0;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | image_mesh.h | 38 int32_t GetRow() const in GetRow() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | render_shape_container.h | 70 int32_t GetRow() const in GetRow() function
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_buffer.h | 122 RowData GetRow(int32_t y) const in GetRow() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | result_set.h | 62 virtual int GetRow(RowEntity &rowEntity) = 0;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_cursor_test.cpp | 180 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 D | result_set_mock.h | 52 MOCK_METHOD1(GetRow, int(RowEntity &));
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | abs_shared_result_set_mock.h | 52 MOCK_METHOD1(GetRow, int(RowEntity &));
|
H A D | result_set_mock.h | 52 MOCK_METHOD1(GetRow, int(RowEntity &));
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_result_set_test.cpp | 258 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);
|