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:isFormRender_
(Results
1 - 16
of
16
) sorted by relevance
/foundation/arkui/ace_engine/test/mock/core/common/
H
A
D
mock_container.h
54
isFormRender_
= isFormRender;
59
return
isFormRender_
;
109
bool
isFormRender_
= false;
member in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H
A
D
form_frontend_declarative.h
108
isFormRender_
= isCardfront;
in SetIsFormRender()
113
return
isFormRender_
;
in IsFormRender()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_module_reader.cpp
36
: JsModuleSearcher(bundleName),
isFormRender_
(isFormRender)
in JsModuleReader()
82
if (
isFormRender_
) {
in GetAppHspPath()
H
A
D
js_module_reader.h
58
bool
isFormRender_
= false;
member in OHOS::AbilityRuntime::final
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.h
361
return
isFormRender_
;
508
isFormRender_
= isFormRender;
765
bool
isFormRender_
= false;
member in OHOS::OHOS::OHOS::Ace::Platform::AceContainer
H
A
D
ui_content_impl.cpp
734
: runtime_(runtime),
isFormRender_
(isCard)
in UIContentImpl()
800
if (
isFormRender_
&& !window) {
in InitializeInner()
829
if (
isFormRender_
&& !window) {
in PreInitializeForm()
1012
if (!
isFormRender_
) {
in CommonInitializeForm()
1096
if (
isFormRender_
) {
in CommonInitializeForm()
1229
container->SetIsFormRender(
isFormRender_
);
in CommonInitializeForm()
1232
container->SetIsFRSCardContainer(
isFormRender_
);
in CommonInitializeForm()
1287
} else if (
isFormRender_
) {
in CommonInitializeForm()
1299
if (!
isFormRender_
) {
in CommonInitializeForm()
1317
if (
isFormRender_
in CommonInitializeForm()
[all...]
H
A
D
ace_container.cpp
398
if (
isFormRender_
) {
in InitializeFrontend()
1035
if (!
isFormRender_
) {
in InitDragEventCallback()
1136
if (container->
isFormRender_
) {
in SetViewNew()
2021
if (
isFormRender_
) {
in AttachView()
2022
pipelineContext_->SetIsFormRender(
isFormRender_
);
in AttachView()
2040
if (
isFormRender_
) {
in AttachView()
2171
if (jsEngine && !
isFormRender_
) {
in AttachView()
2424
if (!
isFormRender_
&& !bundle.empty() && !module.empty()) {
in GetAbilityContextByModule()
2438
return
isFormRender_
? nullptr : context->CreateModuleContext(bundle, module);
in GetAbilityContextByModule()
2462
if (
isFormRender_
) {
in CheckAndSetFontFamily()
[all...]
H
A
D
ui_content_impl.h
404
bool
isFormRender_
= false;
member in OHOS::OHOS::Ace::UIContentImpl
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_base.h
672
if (isJsCard_ ||
isFormRender_
) {
in GetDraggable()
736
isFormRender_
= isEtsCard;
in SetIsFormRender()
741
return
isFormRender_
;
in IsFormRender()
1495
bool
isFormRender_
= false;
member in OHOS::OHOS::Ace::PipelineBase
H
A
D
pipeline_base.cpp
243
if ((isJsCard_ || (
isFormRender_
&& !isDynamicRender_)) && GreatOrEqual(fontScale_, CARD_MAX_FONT_SCALE)) {
in SetFontScale()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H
A
D
pipeline_context_test_ng_new.cpp
1518
* @tc.step1: Set pipelineContext attribute
isFormRender_
and renderingMode_.
in HWTEST_F()
1521
context_->
isFormRender_
= false;
in HWTEST_F()
1537
* @tc.step1: Set pipelineContext attribute
isFormRender_
and renderingMode_.
in HWTEST_F()
1540
context_->
isFormRender_
= true;
in HWTEST_F()
1556
* @tc.step1: Set pipelineContext attribute
isFormRender_
and renderingMode_.
in HWTEST_F()
1559
context_->
isFormRender_
= true;
in HWTEST_F()
1575
* @tc.step1: Set pipelineContext attribute
isFormRender_
and renderingMode_.
in HWTEST_F()
1578
context_->
isFormRender_
= false;
in HWTEST_F()
1592
* @tc.step1: Set pipelineContext attribute
isFormRender_
and renderingMode_.
in HWTEST_F()
1595
context_->
isFormRender_
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
ui_content_impl.h
198
bool
isFormRender_
= false;
member in OHOS::Ace::UIContentImpl
H
A
D
ui_content_impl.cpp
280
: instanceId_(ACE_INSTANCE_ID), runtime_(runtime),
isFormRender_
(isCard)
in UIContentImpl()
282
LOGI("The constructor is used to support ets card,
isFormRender_
= %{public}d",
isFormRender_
);
in UIContentImpl()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H
A
D
declarative_frontend.h
252
bool
isFormRender_
= false;
member in OHOS::Ace::DeclarativeFrontend
H
A
D
declarative_frontend.cpp
492
if (
isFormRender_
) {
in Initialize()
678
if (
isFormRender_
) {
in Initialize()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.cpp
869
if (
isFormRender_
&& drawDelegate_ && rootNode_) {
in FlushVsync()
927
if ((!
isFormRender_
) || isDynamicRender) {
in FlushVsync()
1404
if (!IsJsCard() && !
isFormRender_
) {
in SetupRootElement()
5149
if (!
isFormRender_
|| (renderingMode_ != RENDERING_SINGLE_COLOR)) {
in CheckNeedUpdateBackgroundColor()
5158
if (!
isFormRender_
|| (renderingMode_ != RENDERING_SINGLE_COLOR)) {
in CheckNeedDisableUpdateBackgroundImage()
5487
if (!
isFormRender_
&& !taskExecutor_->WillRunOnCurrentThread(OHOS::Ace::TaskExecutor::TaskType::UI)) {
in CheckThreadSafe()
Completed in 33 milliseconds