Searched refs:GetViewByRef (Results 1 - 9 of 9) sorted by relevance
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/directive/ |
H A D | directive_tdd_test.cpp | 221 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()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/canvas/ |
H A D | canvas_tdd_test.cpp | 77 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()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | qrcode_tdd_test.cpp | 93 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()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/data_binding/ |
H A D | data_binding_tdd_test.cpp | 193 UILabel *label = reinterpret_cast<UILabel *>(GetViewByRef(page, "text")); in AttrBindingTest001() 210 UILabel *label = reinterpret_cast<UILabel *>(GetViewByRef(page, "text")); in StyleBindingTest002()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/chart/ |
H A D | chart_tdd_test.cpp | 260 UIChart *chart = reinterpret_cast<UIChart *>(GetViewByRef(page, "chart")); in VerifyWidthAndHeight() 278 UIChart *chart = reinterpret_cast<UIChart *>(GetViewByRef(page, "chart")); in ChangeComponentHeight()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/image_animator/ |
H A D | image_animator_tdd_test.cpp | 279 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()
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/ |
H A D | basic_tdd_test.cpp | 176 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 D | basic_tdd_test.h | 52 UIView *GetViewByRef(JSValue page, const char *ref) const;
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/event_bubble/ |
H A D | event_bubble_tdd_test.cpp | 1417 FlexLayout *container = reinterpret_cast<FlexLayout *>(GetViewByRef(page, "box")); in EventBubbleTest017() 1421 UIList *list = reinterpret_cast<UIList *>(GetViewByRef(page, "list")); in EventBubbleTest017()
|
Completed in 11 milliseconds