Home
last modified time | relevance | path

Searched refs:GetRow (Results 1 - 25 of 68) sorted by relevance

123

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cursor.cpp77 return GetRow(entry); in GetEntry()
80 int32_t RdbCursor::GetRow(VBucket &data) in GetRow() function in OHOS::DistributedRdb::RdbCursor
83 auto ret = resultSet_->GetRow(bucket); in GetRow()
96 if (GetRow(bucket) != GeneralError::E_OK) { in Get()
H A Dcache_cursor.cpp89 return GetRow(entry); in GetEntry()
92 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;
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_step_result_get_row_test.cpp88 * @tc.desc: test StepResultSet GetRow
108 iRet = resultSet->GetRow(rowEntity); in HWTEST_F()
136 * @tc.desc: test StepResultSet GetRow
160 iRet = resultSet->GetRow(rowEntity); in HWTEST_F()
174 * @tc.desc: test StepResultSet GetRow
198 iRet = resultSet->GetRow(rowEntity); in HWTEST_F()
232 * @tc.desc: test StepResultSet GetRow
257 iRet = resultSet->GetRow(rowEntity); in HWTEST_F()
271 * @tc.desc: Abnormal testCase of GetRow for rowEntity, if params of Get() is invalid
291 EXPECT_EQ(E_OK, resultSet->GetRow(rowEntit in HWTEST_F()
[all...]
H A Drdb_bigint_test.cpp98 status = resultSet->GetRow(entity); in HWTEST_F()
132 status = resultSet->GetRow(entity); in HWTEST_F()
168 status = resultSet->GetRow(entity); in HWTEST_F()
240 status = resultSet->GetRow(entity); in HWTEST_F()
282 status = resultSet->GetRow(entity); in HWTEST_F()
324 status = resultSet->GetRow(entity); in HWTEST_F()
368 status = resultSet->GetRow(entity); in HWTEST_F()
406 status = resultSet->GetRow(entity); in HWTEST_F()
H A Drdb_trans_db_test.cpp167 errCode = resultSet->GetRow(rowEntity); in HWTEST_F()
194 errCode = resultSet->GetRow(rowEntity); in HWTEST_F()
218 errCode = resultSet->GetRow(rowEntity); in HWTEST_F()
245 errCode = resultSet->GetRow(rowEntity); in HWTEST_F()
272 errCode = resultSet->GetRow(rowEntity); in HWTEST_F()
299 errCode = resultSet->GetRow(rowEntity); in HWTEST_F()
324 errCode = resultSet->GetRow(rowEntity); in HWTEST_F()
367 errCode = resultSet->GetRow(rowEntity); in HWTEST_F()
394 errCode = resultSet->GetRow(rowEntity); in HWTEST_F()
423 errCode = resultSet->GetRow(rowEntit in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_modifier.cpp195 OffsetF pointBegin = GetCircleCenterByXY(offset, choosePoint_[i].GetColumn(), choosePoint_[i].GetRow()); in PaintLockLineForApiNine()
196 OffsetF pointEnd = GetCircleCenterByXY(offset, choosePoint_[i + 1].GetColumn(), choosePoint_[i + 1].GetRow()); in PaintLockLineForApiNine()
201 GetCircleCenterByXY(offset, choosePoint_[count - 1].GetColumn(), choosePoint_[count - 1].GetRow()); in PaintLockLineForApiNine()
295 OffsetF pointBegin = GetCircleCenterByXY(offset, choosePoint_[i].GetColumn(), choosePoint_[i].GetRow()); in PaintLockLine()
297 GetCircleCenterByXY(offset, choosePoint_[i + 1].GetColumn(), choosePoint_[i + 1].GetRow()); in PaintLockLine()
305 GetCircleCenterByXY(offset, choosePoint_[count - 1].GetColumn(), choosePoint_[count - 1].GetRow()); in PaintLockLine()
325 choosePoint_[count - ANIMATABLE_POINT_COUNT].GetRow()); in AddConnectedLineToPath()
340 GetCircleCenterByXY(offset, choosePoint_[count - 1].GetColumn(), choosePoint_[count - 1].GetRow()); in AddCanceledLineToPath()
428 if (it.GetColumn() == x && it.GetRow() == y) { in CheckChoosePoint()
439 choosePoint_.at(choosePoint_.size() - static_cast<uint32_t>(index)).GetRow() in CheckChoosePointIsLastIndex()
[all...]
H A Dpatternlock_pattern.cpp357 if (it.GetColumn() == x && it.GetRow() == y) { in CheckChoosePoint()
380 StartModifierAddPassPointAnimate(passPointVec.front().GetColumn(), passPointVec.front().GetRow()); in AddPassPointToChoosePoint()
384 StartModifierAddPassPointAnimate(passPointVec.back().GetColumn(), passPointVec.back().GetRow()); in AddPassPointToChoosePoint()
389 StartModifierAddPassPointAnimate(passPointVec.back().GetColumn(), passPointVec.back().GetRow()); in AddPassPointToChoosePoint()
393 StartModifierAddPassPointAnimate(passPointVec.front().GetColumn(), passPointVec.front().GetRow()); in AddPassPointToChoosePoint()
406 int32_t lastY = lastCell.GetRow(); in AddPassPoint()
833 (lastPoint.GetRow() * RADIUS_TO_DIAMETER - 1)); in GetLastChoosePointOffset()
/foundation/arkui/ace_engine/frameworks/core/components_v2/pattern_lock/
H A Drosen_render_pattern_lock.cpp160 Offset pointBegin = GetCircleCenterByXY(offset, choosePoint_[i].GetColumn(), choosePoint_[i].GetRow()); in PaintLockLine()
161 Offset pointEnd = 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 Offset pointBegin = GetCircleCenterByXY(offset, choosePoint_[i].GetColumn(), choosePoint_[i].GetRow()); in PaintLockLine()
214 Offset pointEnd = 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()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dcursor_mock.cpp84 GetRow(entry); in GetEntry()
88 int32_t CursorMock::GetRow(DistributedData::VBucket &data) in GetRow() function in OHOS::DistributedData::CursorMock
H A Dcursor_mock.h38 int32_t GetRow(DistributedData::VBucket &data) override;
/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/
H A Dcsv_parser.h42 * @brief GetRow returns the next row from the CSV file.
43 * Regularly the user should call GetRow in a loop until
49 bool GetRow(CsvRow& row);
H A Dcsv_string_resource_loader.cpp134 if (parser.GetRow(header); header.empty()) { in ParseCsv()
146 while (parser.GetRow(items)) { in ParseCsv()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dcursor.h44 virtual int32_t GetRow(VBucket &data) = 0;
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drender_shape_container.h70 int32_t GetRow() const in GetRow() function in OHOS::Ace::RenderShapeContainer
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/
H A Dimage_mesh.h38 int32_t GetRow() const in GetRow() function in OHOS::Ace::NG::final
/foundation/arkui/ui_lite/frameworks/render/
H A Drender_buffer.h120 * @brief GetRow Get row data
122 RowData GetRow(int32_t y) const in GetRow() function in OHOS::RenderBuffer
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dresult_set.h62 virtual int GetRow(RowEntity &rowEntity) = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_result_set.h102 DB_API virtual DBStatus GetRow(std::map<std::string, VariantData> &data) const = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_cursor_impl.h42 int32_t GetRow(DBVBucket &data) override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_result_set_impl.h113 DBStatus GetRow(std::map<std::string, VariantData> &data) const override;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/distributeddb/
H A Dresult_set.h105 DB_API virtual DBStatus GetRow(std::map<std::string, VariantData> &data) const = 0;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_result_set_impl.h110 DBStatus GetRow(std::map<std::string, VariantData> &data) const override;
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_resultsetproxy.h87 ValuesBucket GetRow(int32_t* rtnCode);

Completed in 11 milliseconds

123