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:JS_CARD
(Results
1 - 15
of
15
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/form/
H
A
D
sub_container.h
175
FrontendType cardType_ = FrontendType::
JS_CARD
;
176
FrontendType uiSyntax_ = FrontendType::
JS_CARD
;
H
A
D
sub_container.cpp
180
} else if (cardType_ == FrontendType::
JS_CARD
) {
in RunCard()
316
} else if (cardType_ == FrontendType::
JS_CARD
) {
in RunCard()
/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H
A
D
render_radio.cpp
135
if (context && context->GetFrontend() && context->GetFrontendType() == FrontendType::
JS_CARD
) {
in UpdateGroupValue()
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ace_container.cpp
194
} else if (type_ == FrontendType::
JS_CARD
) {
in InitializeFrontend()
522
if ((type == FrontendType::JS) || (type == FrontendType::DECLARATIVE_JS) || (type == FrontendType::
JS_CARD
) ||
in RunPage()
867
pipelineContext->SetIsJsCard(type_ == FrontendType::
JS_CARD
);
in AttachView()
980
pipelineContext_->SetIsJsCard(type_ == FrontendType::
JS_CARD
);
in AttachView()
H
A
D
ace_ability.cpp
223
LOGI("CreateContainer with
JS_CARD
frontend");
in AceAbility()
224
AceContainer::CreateContainer(ACE_INSTANCE_ID, FrontendType::
JS_CARD
, false);
in AceAbility()
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
frontend.h
79
enum class FrontendType { JSON, JS,
JS_CARD
, DECLARATIVE_JS, JS_PLUGIN, ETS_CARD, DECLARATIVE_CJ };
member in OHOS::Ace::FrontendType
/foundation/arkui/ace_engine/test/unittest/core/pattern/form/
H
A
D
form_node_test.cpp
120
FrontendType uiSyntaxBak = FrontendType::
JS_CARD
;
in HWTEST_F()
H
A
D
form_test_ng.cpp
561
* match the cardType whith this
JS_CARD
.
in HWTEST_F()
578
subContainer->cardType_ = FrontendType::
JS_CARD
;
in HWTEST_F()
H
A
D
form_pattern_test.cpp
1764
subContainer->cardType_ = FrontendType::
JS_CARD
;
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H
A
D
form_manager_delegate.cpp
956
OHOS::Ace::FrontendType type = OHOS::Ace::FrontendType::
JS_CARD
;
in ProcessFormUpdate()
960
OHOS::Ace::FrontendType uiSyntax = OHOS::Ace::FrontendType::
JS_CARD
;
in ProcessFormUpdate()
/foundation/arkui/ace_engine/frameworks/core/components/image/
H
A
D
rosen_render_image.cpp
378
bool syncMode = (context->IsBuildingFirstPage() && frontend->GetType() == FrontendType::
JS_CARD
&&
in FetchImageObject()
1494
bool syncMode = context->IsBuildingFirstPage() && frontend->GetType() == FrontendType::
JS_CARD
&&
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_ability.cpp
68
return FrontendType::
JS_CARD
;
in GetFrontendType()
H
A
D
ace_container.cpp
392
} else if (type_ == FrontendType::
JS_CARD
) {
in InitializeFrontend()
1999
} else if (type_ != FrontendType::
JS_CARD
) {
in AttachView()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_context.cpp
107
if (frontend->GetType() == FrontendType::
JS_CARD
) {
in PipelineContext()
1538
if (frontEnd && (frontEnd->GetType() == FrontendType::
JS_CARD
)) {
in OnTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/form/
H
A
D
form_pattern.cpp
1568
subContainer->GetCardType() == FrontendType::
JS_CARD
) {
in CreateCardContainer()
Completed in 30 milliseconds