Home
last modified time | relevance | path

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

/foundation/graphic/ui/test/uitest/test_qrcode/
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()
176 UIQrcode* qrcode = new UIQrcode(); in UIKitUIQrcodeTestDisplay006()
193 UIQrcode* qrcode = new UIQrcode(); in UIKitUIQrcodeTestDisplay007()
210 UIQrcode* qrcode = new UIQrcode(); in UIKitUIQrcodeTestDisplay008()
227 UIQrcode* qrcode = new UIQrcode(); in UIKitUIQrcodeTestDisplay009()
/foundation/graphic/ui/frameworks/components/
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()
60 void UIQrcode::RefreshQrcode() in RefreshQrcode()
68 void UIQrcode::SetWidth(int16_t width) in SetWidth()
76 void UIQrcode::SetHeight(int16_t height) in SetHeight()
84 void UIQrcode::ReMeasure() in ReMeasure()
99 void UIQrcode::SetQrcodeVal(const char* qrcodeVal, uint32_t length) in SetQrcodeVal()
116 void UIQrcode::SetImageInfo(qrcodegen::QrCode& qrcode) in SetImageInfo()
141 void UIQrcode::GenerateQrCode(qrcodegen::QrCode& qrcode) in GenerateQrCode()
[all …]
/foundation/ace/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
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/graphic/ui/test/unittest/components/
Dui_qrcode_unit_test.cpp31 static UIQrcode* qrcode_;
34 UIQrcode* UIQrcodeTest::qrcode_ = nullptr;
39 qrcode_ = new UIQrcode(); in SetUpTestCase()
/foundation/graphic/ui/interfaces/kits/components/
Dui_qrcode.h51 class UIQrcode : public UIImageView {
59 UIQrcode();
67 virtual ~UIQrcode();
/foundation/ace/ace_engine_lite/frameworks/src/core/components/
Dqrcode_component.h40 return (const_cast<UIQrcode *>(&qrcode_)); in GetComponentRootView()
51 UIQrcode qrcode_;
/foundation/graphic/ui/test/uitest/test_border_margin_padding/
Dui_test_border_margin_padding.cpp609 UIQrcode* qrcode = new UIQrcode(); in UIKit_UITestBorderMarginPadding_Test_015()