Home
last modified time | relevance | path

Searched refs:leftCaptureId_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h872 if (!leftCaptureId_.has_value()) { in GetLeftCaptureId()
873 leftCaptureId_ = ElementRegister::GetInstance()->MakeUniqueId(); in GetLeftCaptureId()
875 return leftCaptureId_.value(); in GetLeftCaptureId()
889 leftCaptureId_ = std::nullopt; in RemoveAllCaptureNode()
1039 std::optional<int32_t> leftCaptureId_; variable
H A Dswiper_pattern.cpp4045 if (hasCachedCapture_ && leftCaptureId_.has_value() && rightCaptureId_.has_value()) { in RealTotalCount()
5961 leftCaptureId_.has_value() + rightCaptureId_.has_value()); in CheckSpecialItemCount()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_test_ng.cpp1637 EXPECT_TRUE(pattern_->leftCaptureId_.has_value());
1654 EXPECT_FALSE(pattern_->leftCaptureId_.has_value());