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:xcPattern
(Results
1 - 5
of
5
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H
A
D
xcomponent_ext_surface_callback_client.cpp
21
auto
xcPattern
= weakXComponentPattern_.Upgrade();
in ProcessSurfaceCreate()
local
29
auto
xcPattern
= weakXComponentPattern_.Upgrade();
in ProcessSurfaceChange()
local
37
auto
xcPattern
= weakXComponentPattern_.Upgrade();
in ProcessSurfaceDestroy()
local
H
A
D
xcomponent_model_ng.cpp
67
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
in InitXComponent()
local
80
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
in GetLibraryName()
local
107
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
in SetSoPath()
local
133
auto
xcPattern
in SetOnLoad()
local
265
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
SetRenderFit()
local
274
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
EnableSecure()
local
319
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
CreateTypeNode()
local
327
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
SetXComponentId()
local
334
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
SetXComponentType()
local
342
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
SetXComponentSurfaceSize()
local
349
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
GetXComponentId()
local
356
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
GetXComponentType()
local
363
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
GetXComponentSurfaceWidth()
local
371
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
GetXComponentSurfaceHeight()
local
385
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
EnableAnalyzer()
local
398
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
EnableAnalyzer()
local
411
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
SetImageAIOptions()
local
419
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
SetXComponentLibraryname()
local
484
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
SetImageAIOptions()
local
492
auto
xcPattern
= AceType::DynamicCast<XComponentPattern>(frameNode->GetPattern());
EnableSecure()
local
[all...]
/foundation/arkui/ace_engine/interfaces/inner_api/xcomponent_controller/
H
A
D
xcomponent_controller.cpp
66
auto*
xcPattern
= frameNode->GetPatternPtr<NG::XComponentPattern>();
in SetSurfaceCallbackMode()
local
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H
A
D
node_xcomponent_modifier.cpp
139
auto
xcPattern
= frameNode->GetPattern<XComponentPattern>();
in GetNativeXComponent()
local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H
A
D
jsi_declarative_engine.cpp
2162
auto
xcPattern
= DynamicCast<NG::XComponentPattern>(xcFrameNode->GetPattern());
in FireExternalEvent()
local
[all...]
Completed in 7 milliseconds