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:qrcode_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/
H
A
D
ui_qrcode_unit_test.cpp
31
static UIQrcode*
qrcode_
;
member in OHOS::UIQrcodeTest
34
UIQrcode* UIQrcodeTest::
qrcode_
= nullptr;
member in OHOS::UIQrcodeTest
38
if (
qrcode_
== nullptr) {
in SetUpTestCase()
39
qrcode_
= new UIQrcode();
in SetUpTestCase()
45
if (
qrcode_
!= nullptr) {
in TearDownTestCase()
46
delete
qrcode_
;
in TearDownTestCase()
47
qrcode_
= nullptr;
in TearDownTestCase()
59
if (
qrcode_
== nullptr) {
in HWTEST_F()
63
EXPECT_EQ(
qrcode_
->GetViewType(), UI_QRCODE);
in HWTEST_F()
74
if (
qrcode_
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H
A
D
render_qrcode.cpp
28
qrcode_
= AceType::DynamicCast<QrcodeComponent>(component);
in Update()
29
if (!
qrcode_
) {
in Update()
33
value_ =
qrcode_
->GetValue();
in Update()
40
color_ =
qrcode_
->GetQrcodeColor();
in Update()
41
backgroundColor_ =
qrcode_
->GetBackgroundColor();
in Update()
46
if (!
qrcode_
) {
in PerformLayout()
49
width_ = NormalizePercentToPx(
qrcode_
->GetQrcodeWidth(), false);
in PerformLayout()
50
height_ = NormalizePercentToPx(
qrcode_
->GetQrcodeHeight(), true);
in PerformLayout()
51
auto isWidthDefined =
qrcode_
->IsWidthDefined();
in PerformLayout()
52
auto isHeightDefined =
qrcode_
in PerformLayout()
[all...]
H
A
D
rosen_render_qrcode.cpp
50
if (!
qrcode_
) {
in DrawQRCode()
54
if (
qrcode_
->GetType() == QrcodeType::CIRCLE) {
in DrawQRCode()
62
if (
qrcode_
->GetType() == QrcodeType::CIRCLE) {
in DrawQRCode()
72
if (
qrcode_
->GetType() == QrcodeType::CIRCLE) {
in DrawQRCode()
79
if (
qrcode_
->GetType() == QrcodeType::CIRCLE) {
in DrawQRCode()
105
if (!
qrcode_
) {
in ProcessQrcodeData()
116
? ConvertColorFromHighToLow(
qrcode_
->GetQrcodeColor())
in ProcessQrcodeData()
117
: ConvertColorFromHighToLow(
qrcode_
->GetBackgroundColor());
in ProcessQrcodeData()
129
if (!
qrcode_
) {
in ProcessQrcodeData()
140
? ConvertColorFromHighToLow(
qrcode_
in ProcessQrcodeData()
[all...]
H
A
D
render_qrcode.h
55
RefPtr<QrcodeComponent>
qrcode_
;
member in OHOS::Ace::RenderQrcode
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
qrcode_component.cpp
130
qrcode_
.SetQrcodeInfo(qrcodeValue_, qrcodeBackGroundColor_, qrcodeColor_);
in DrawQrcode()
131
qrcode_
.SetWidth(defaultWidth);
in DrawQrcode()
132
qrcode_
.SetHeight(defaultHeight);
in DrawQrcode()
H
A
D
qrcode_component.h
40
return (const_cast<UIQrcode *>(&
qrcode_
));
51
UIQrcode
qrcode_
;
member in OHOS::ACELite::final
Completed in 2 milliseconds