Home
last modified time | relevance | path

Searched refs:GetViewByRef (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/directive/
H A Ddirective_tdd_test.cpp221 UILabel *label = reinterpret_cast<UILabel *>(GetViewByRef(page, "text")); in DirectiveTest001()
225 label = reinterpret_cast<UILabel *>(GetViewByRef(page, "text")); in DirectiveTest001()
228 label = reinterpret_cast<UILabel *>(GetViewByRef(page, "text")); in DirectiveTest001()
239 FlexLayout *textBox = reinterpret_cast<FlexLayout *>(GetViewByRef(page, "textBox")); in DirectiveTest002()
261 UILabel *text = reinterpret_cast<UILabel *>(GetViewByRef(page, "text")); in DirectiveTest003()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/canvas/
H A Dcanvas_tdd_test.cpp77 UICanvas *canvas = reinterpret_cast<UICanvas *>(GetViewByRef(page, "canvas1")); in ComponentCanvasDefaultValueTest001()
95 UICanvas *canvas = reinterpret_cast<UICanvas *>(GetViewByRef(page, "canvas1")); in ComponentCanvasDefaultValueTest002()
109 UICanvas *canvas = reinterpret_cast<UICanvas *>(GetViewByRef(page, "canvas1")); in ComponentCanvasChangeHeightTest001()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dqrcode_tdd_test.cpp93 UIQrcode *qrcode = reinterpret_cast<UIQrcode *>(GetViewByRef(page, "qrcode")); in ComponentQrcodeStyleValueTest001()
113 UIQrcode *qrcode = reinterpret_cast<UIQrcode *>(GetViewByRef(page, "qrcode")); in ComponentQrcodeStyleValueTest002()
129 UIQrcode *qrcode = reinterpret_cast<UIQrcode *>(GetViewByRef(page, "qrcode")); in ComponentQrcodeAttributeValueTest001()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/data_binding/
H A Ddata_binding_tdd_test.cpp193 UILabel *label = reinterpret_cast<UILabel *>(GetViewByRef(page, "text")); in AttrBindingTest001()
210 UILabel *label = reinterpret_cast<UILabel *>(GetViewByRef(page, "text")); in StyleBindingTest002()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/
H A Dimage_animator_tdd_test.cpp279 UIViewGroup *wrapper = reinterpret_cast<UIViewGroup *>(GetViewByRef(page, "animator")); in ImageAnimatorTest001()
305 UIViewGroup *wrapper = reinterpret_cast<UIViewGroup *>(GetViewByRef(page, "animator")); in ImageAnimatorTest002()
336 UIViewGroup *wrapper = reinterpret_cast<UIViewGroup *>(GetViewByRef(page, "animator")); in ImageAnimatorTest003()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/chart/
H A Dchart_tdd_test.cpp260 UIChart *chart = reinterpret_cast<UIChart *>(GetViewByRef(page, "chart")); in VerifyWidthAndHeight()
278 UIChart *chart = reinterpret_cast<UIChart *>(GetViewByRef(page, "chart")); in ChangeComponentHeight()
/ohos5.0/foundation/arkui/ace_engine_lite/test/moduletest/common/
H A Dbasic_tdd_test.cpp176 UIView *BasicTddTest::GetViewByRef(JSValue page, const char *ref) const in GetViewByRef() function in OHOS::ACELite::BasicTddTest
197 return Click(GetViewByRef(page, ref), sleepTicks); in ClickByRef()
202 return LongPress(GetViewByRef(page, ref), sleepTicks); in LongPressByRef()
H A Dbasic_tdd_test.h52 UIView *GetViewByRef(JSValue page, const char *ref) const;
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/
H A Devent_bubble_tdd_test.cpp1417 FlexLayout *container = reinterpret_cast<FlexLayout *>(GetViewByRef(page, "box")); in EventBubbleTest017()
1421 UIList *list = reinterpret_cast<UIList *>(GetViewByRef(page, "list")); in EventBubbleTest017()