Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.h879 if (!rightCaptureId_.has_value()) { in GetRightCaptureId()
880 rightCaptureId_ = ElementRegister::GetInstance()->MakeUniqueId(); in GetRightCaptureId()
882 return rightCaptureId_.value(); in GetRightCaptureId()
891 rightCaptureId_ = std::nullopt; in RemoveAllCaptureNode()
1040 std::optional<int32_t> rightCaptureId_; 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.cpp1638 EXPECT_TRUE(pattern_->rightCaptureId_.has_value());
1655 EXPECT_FALSE(pattern_->rightCaptureId_.has_value());