/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cursor.cpp | 77 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 D | cache_cursor.cpp | 89 return GetRow(entry); in GetEntry() 92 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;
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_step_result_get_row_test.cpp | 88 * @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 D | rdb_bigint_test.cpp | 98 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 D | rdb_trans_db_test.cpp | 167 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 D | patternlock_modifier.cpp | 195 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 D | patternlock_pattern.cpp | 357 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 D | rosen_render_pattern_lock.cpp | 160 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 D | cursor_mock.cpp | 84 GetRow(entry); in GetEntry() 88 int32_t CursorMock::GetRow(DistributedData::VBucket &data) in GetRow() function in OHOS::DistributedData::CursorMock
|
H A D | cursor_mock.h | 38 int32_t GetRow(DistributedData::VBucket &data) override;
|
/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/ |
H A D | csv_parser.h | 42 * @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 D | csv_string_resource_loader.cpp | 134 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 D | cursor.h | 44 virtual int32_t GetRow(VBucket &data) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | render_shape_container.h | 70 int32_t GetRow() const in GetRow() function in OHOS::Ace::RenderShapeContainer
|
/foundation/arkui/ace_engine/frameworks/base/geometry/ng/ |
H A D | image_mesh.h | 38 int32_t GetRow() const in GetRow() function in OHOS::Ace::NG::final
|
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_buffer.h | 120 * @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 D | result_set.h | 62 virtual int GetRow(RowEntity &rowEntity) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
H A D | kv_store_result_set.h | 102 DB_API virtual DBStatus GetRow(std::map<std::string, VariantData> &data) const = 0;
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_cursor_impl.h | 42 int32_t GetRow(DBVBucket &data) override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | relational_result_set_impl.h | 113 DBStatus GetRow(std::map<std::string, VariantData> &data) const override;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/distributeddb/ |
H A D | result_set.h | 105 DB_API virtual DBStatus GetRow(std::map<std::string, VariantData> &data) const = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_result_set_impl.h | 110 DBStatus GetRow(std::map<std::string, VariantData> &data) const override;
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_impl_resultsetproxy.h | 87 ValuesBucket GetRow(int32_t* rtnCode);
|