Home
last modified time | relevance | path

Searched refs:QRCODE_VAL_MAX (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dqrcode_component.h56 static constexpr uint16_t QRCODE_VAL_MAX = 256; member in OHOS::ACELite::final
H A Dqrcode_component.cpp125 if (length > QRCODE_VAL_MAX || length == 0) { in DrawQrcode()
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_config.h569 static constexpr uint32_t QRCODE_VAL_MAX = 2048; member
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_qrcode.cpp50 if ((length > QRCODE_VAL_MAX) || (length == 0)) { in SetQrcodeInfo()
51 GRAPHIC_LOGE("UIQrcode::SetQrcodeInfo val length is equal 0 or greater than QRCODE_VAL_MAX!\n"); in SetQrcodeInfo()

Completed in 4 milliseconds