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:CardFrontend
(Results
1 - 7
of
7
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
card_frontend.cpp
26
CardFrontend
::~
CardFrontend
()
in ~CardFrontend()
28
TAG_LOGI(AceLogTag::ACE_FORM, "
CardFrontend
Destroyed");
in ~CardFrontend()
31
bool
CardFrontend
::Initialize(FrontendType type, const RefPtr<TaskExecutor>& taskExecutor)
in Initialize()
40
void
CardFrontend
::Destroy()
in Destroy()
43
TAG_LOGI(AceLogTag::ACE_FORM, "
CardFrontend
Destroy begin.");
in Destroy()
49
void
CardFrontend
::AttachPipelineContext(const RefPtr<PipelineBase>& context)
in AttachPipelineContext()
61
void
CardFrontend
::SetAssetManager(const RefPtr<AssetManager>& assetManager)
in SetAssetManager()
66
void
CardFrontend
::ParseManifest() const
in ParseManifest()
78
UIContentErrorCode
CardFrontend
[all...]
H
A
D
card_frontend.h
32
class ACE_EXPORT
CardFrontend
: public Frontend {
class
33
DECLARE_ACE_TYPE(
CardFrontend
, Frontend);
38
CardFrontend
() = default;
39
~
CardFrontend
() override;
H
A
D
card_frontend_declarative.h
37
class ACE_EXPORT CardFrontendDeclarative : public
CardFrontend
{
38
DECLARE_ACE_TYPE(CardFrontendDeclarative,
CardFrontend
);
/foundation/arkui/ace_engine/frameworks/core/components/form/
H
A
D
sub_container.h
163
RefPtr<
CardFrontend
> frontend_;
H
A
D
sub_container.cpp
181
frontend_ = AceType::MakeRefPtr<
CardFrontend
>();
in RunCard()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ace_container.cpp
196
frontend_ = AceType::MakeRefPtr<
CardFrontend
>();
in InitializeFrontend()
296
auto cardFront = static_cast<
CardFrontend
*>(RawPtr(frontend_));
in SetStageCardConfig()
912
auto cardFronted = AceType::DynamicCast<
CardFrontend
>(frontend_);
in AttachView()
1045
auto cardFronted = AceType::DynamicCast<
CardFrontend
>(frontend_);
in AttachView()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.cpp
395
frontend_ = AceType::MakeRefPtr<
CardFrontend
>();
in InitializeFrontend()
Completed in 11 milliseconds