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
defs:qrcode
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H
A
D
qrcode_model_impl.cpp
24
RefPtr<QrcodeComponent>
qrcode
= AceType::MakeRefPtr<OHOS::Ace::QrcodeComponent>();
in Create()
local
34
auto
qrcode
= AceType::DynamicCast<QrcodeComponent>(ViewStackProcessor::GetInstance()->GetMainComponent());
in SetQRCodeColor()
local
42
auto
qrcode
= AceType::DynamicCast<QrcodeComponent>(ViewStackProcessor::GetInstance()->GetMainComponent());
SetQRBackgroundColor()
local
[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()
local
113
UIQrcode *
qrcode
= reinterpret_cast<UIQrcode *>(GetViewByRef(page, "
qrcode
"));
ComponentQrcodeStyleValueTest002()
local
129
UIQrcode *
qrcode
= reinterpret_cast<UIQrcode *>(GetViewByRef(page, "
qrcode
"));
ComponentQrcodeAttributeValueTest001()
local
[all...]
/foundation/arkui/ui_lite/test/uitest/test_qrcode/
H
A
D
ui_test_qrcode.cpp
76
UIQrcode*
qrcode
= new UIQrcode();
in UIKitUIQrcodeTestDisplay001()
local
91
UIQrcode*
qrcode
= new UIQrcode();
in UIKitUIQrcodeTestDisplay002()
local
110
UIQrcode*
qrcode
= new UIQrcode();
UIKitUIQrcodeTestDisplay003()
local
134
UIQrcode*
qrcode
= new UIQrcode();
UIKitUIQrcodeTestDisplay004()
local
154
UIQrcode*
qrcode
= new UIQrcode();
UIKitUIQrcodeTestDisplay005()
local
176
UIQrcode*
qrcode
= new UIQrcode();
UIKitUIQrcodeTestDisplay006()
local
193
UIQrcode*
qrcode
= new UIQrcode();
UIKitUIQrcodeTestDisplay007()
local
210
UIQrcode*
qrcode
= new UIQrcode();
UIKitUIQrcodeTestDisplay008()
local
227
UIQrcode*
qrcode
= new UIQrcode();
UIKitUIQrcodeTestDisplay009()
local
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_qrcode.cpp
116
void UIQrcode::SetImageInfo(qrcodegen::QrCode&
qrcode
)
in SetImageInfo()
argument
142
void UIQrcode::GenerateQrCode(qrcodegen::QrCode&
qrcode
)
in GenerateQrCode()
argument
149
void UIQrcode::FillQrCodeColor(qrcodegen::QrCode&
qrcode
)
in FillQrCodeColor()
argument
[all...]
/foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/
H
A
D
ui_test_border_margin_padding.cpp
652
UIQrcode*
qrcode
= new UIQrcode();
in UIKitUITestBorderMarginPaddingTest015()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H
A
D
arkts_native_api_impl_bridge.cpp
5078
auto
qrcode
= panda::ObjectRef::New(vm);
in RegisterQRCodeAttributes()
local
[all...]
Completed in 13 milliseconds