/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | sqlite_shared_result_set.cpp | 164 …if ((uint32_t)newPosition < GetBlock()->GetStartPos() || (uint32_t)newPosition >= GetBlock()->GetL… in OnGo() 193 if ((block->GetStartPos() == block->GetLastPos() && (uint32_t)rowCount_ != block->GetStartPos()) in FillBlock() 194 … || ((uint32_t)requiredPos < block->GetStartPos() || block->GetLastPos() <= (uint32_t)requiredPos) in FillBlock() 195 || block->GetStartPos() > 0) { in FillBlock() 198 … rowCount_, requiredPos, block->GetStartPos(), block->GetLastPos(), block->GetBlockPos()); in FillBlock()
|
H A D | abs_shared_result_set.cpp | 99 uint32_t startPos = block->GetStartPos(); in UpdateBlockPos()
|
H A D | share_block.cpp | 141 info->startPos = serializer.GetStartPos(); in FillSharedBlockOpt()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_canvas_unit_test.cpp | 89 Point GetStartPos() const in GetStartPos() function in OHOS::TestUICanvas 342 Point start = canvas_->GetStartPos(); 365 Point start = canvas_->GetStartPos(); 389 Point start = canvas_->GetStartPos(); 422 Point start = canvas_->GetStartPos(); 452 Point start = canvas_->GetStartPos(); 479 Point start = canvas_->GetStartPos(); 507 Point start = canvas_->GetStartPos(); 533 Point start = canvas_->GetStartPos(); 560 Point start = canvas_->GetStartPos(); [all …]
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/ |
H A D | flex_layout.cpp | 35 void FlexLayout::GetStartPos(const int16_t& length, in GetStartPos() function in OHOS::FlexLayout 77 GetStartPos(length, majorPos, interval, 0, &totalValidLength, &childrenNum); in GetNoWrapStartPos() 86 GetStartPos(GetWidth(), pos, interval, count, rowsWidth, rowsChildNum); in GetRowStartPos() 95 GetStartPos(GetHeight(), pos, interval, count, columnsHeight, columnsChildNum); in GetColumnStartPos()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/ |
H A D | shared_block_serializer_info.h | 60 int GetStartPos() const in GetStartPos() function
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/ |
H A D | flex_layout.h | 119 void GetStartPos(const int16_t& length, int16_t& pos, int16_t& interval, int16_t count,
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_label.cpp | 39 int16_t GetStartPos() const in GetStartPos() function in OHOS::LabelAnimator 405 …return hasAnimator_ ? static_cast<LabelAnimator*>(animator_.animator)->GetStartPos() : animator_.p… in GetRollStartPos()
|
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/ |
H A D | shared_block.h | 223 uint32_t GetStartPos() in GetStartPos() function
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include/ |
H A D | shared_block.h | 286 API_EXPORT uint32_t GetStartPos() in GetStartPos() function
|