Home
last modified time | relevance | path

Searched refs:UIQrcode (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/test/uitest/test_qrcode/
H A Dui_test_qrcode.cpp76 UIQrcode* qrcode = new UIQrcode(); in UIKitUIQrcodeTestDisplay001()
91 UIQrcode* qrcode = new UIQrcode(); in UIKitUIQrcodeTestDisplay002()
110 UIQrcode* qrcode = new UIQrcode(); in UIKitUIQrcodeTestDisplay003()
134 UIQrcode* qrcode = new UIQrcode(); in UIKitUIQrcodeTestDisplay004()
154 UIQrcode* qrcode = new UIQrcode(); in UIKitUIQrcodeTestDisplay005()
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_qrcode.cpp23 UIQrcode::UIQrcode() in UIQrcode() function in OHOS::UIQrcode
30 UIQrcode::~UIQrcode() in ~UIQrcode()
43 void UIQrcode::SetQrcodeInfo(const char* val, ColorType backgroundColor, ColorType qrColor) in SetQrcodeInfo()
46 GRAPHIC_LOGE("UIQrcode::SetQrcodeInfo val is null!\n"); in SetQrcodeInfo()
51 GRAPHIC_LOGE("UIQrcode::SetQrcodeInfo val length is equal 0 or greater than QRCODE_VAL_MAX!\n"); in SetQrcodeInfo()
60 void UIQrcode::RefreshQrcode() in RefreshQrcode()
68 void UIQrcode::SetWidth(int16_t width) in SetWidth()
76 void UIQrcode
[all...]
/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()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_qrcode_unit_test.cpp31 static UIQrcode* qrcode_;
34 UIQrcode* UIQrcodeTest::qrcode_ = nullptr;
39 qrcode_ = new UIQrcode(); in SetUpTestCase()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_qrcode.h29 * @brief Declares the attributes and functions of the <b>UIQrcode</b> class.
51 class UIQrcode : public UIImageView { class
54 * @brief A default constructor used to create a <b>UIQrcode</b> instance.
59 UIQrcode();
62 * @brief A destructor used to delete the <b>UIQrcode</b> instance.
67 virtual ~UIQrcode();
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dqrcode_component.h40 return (const_cast<UIQrcode *>(&qrcode_));
51 UIQrcode qrcode_;
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H A Dui_test_border_margin_padding.cpp651 AddTitle("UIQrcode"); in UIKitUITestBorderMarginPaddingTest015()
652 UIQrcode* qrcode = new UIQrcode(); in UIKitUITestBorderMarginPaddingTest015()

Completed in 4 milliseconds