Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UIQrcode
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ui_lite/test/uitest/test_qrcode/
H
A
D
ui_test_qrcode.cpp
76
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
D
ui_qrcode.cpp
23
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
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/ui_lite/test/unittest/components/
H
A
D
ui_qrcode_unit_test.cpp
31
static
UIQrcode
* qrcode_;
34
UIQrcode
* UIQrcodeTest::qrcode_ = nullptr;
39
qrcode_ = new
UIQrcode
();
in SetUpTestCase()
/foundation/arkui/ui_lite/interfaces/kits/components/
H
A
D
ui_qrcode.h
29
* @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
D
qrcode_component.h
40
return (const_cast<
UIQrcode
*>(&qrcode_));
51
UIQrcode
qrcode_;
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.cpp
651
AddTitle("
UIQrcode
");
in UIKitUITestBorderMarginPaddingTest015()
652
UIQrcode
* qrcode = new
UIQrcode
();
in UIKitUITestBorderMarginPaddingTest015()
Completed in 4 milliseconds