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:isFormRender
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/interfaces/
H
A
D
ui_content_test.cpp
52
bool
isFormRender
= false;
in HWTEST_F()
local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H
A
D
ui_content.cpp
39
UIContent* CreateUIContent(void* context, void* runtime, bool
isFormRender
)
in CreateUIContent()
argument
109
content.reset(CreateUIContent(reinterpret_cast<void*>(context), reinterpret_cast<void*>(runtime),
isFormRender
));
in Create()
local
105
Create( OHOS::AbilityRuntime::Context* context, NativeEngine* runtime, bool
isFormRender
)
Create()
argument
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_module_reader.cpp
35
JsModuleReader::JsModuleReader(const std::string& bundleName, const std::string& hapPath, bool
isFormRender
)
in JsModuleReader()
argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H
A
D
progress_modifier.cpp
290
bool
isFormRender
= context->IsFormRender();
in StartRingLoadingHeadAnimation()
local
312
bool
isFormRender
= context->IsFormRender();
in StartRingLoadingTailAnimation()
local
399
bool
isFormRender
= context->IsFormRender();
in StartRingSweepingAnimationImpl()
local
567
bool
isFormRender
= context->IsFormRender();
in StartLinearSweepingAnimationImpl()
local
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
container.h
270
virtual void SetIsFormRender(bool
isFormRender
) {};
in SetIsFormRender()
argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H
A
D
ace_container.cpp
1186
bool
isFormRender
= aceContainer->IsFormRender();
in RunPage()
local
Completed in 11 milliseconds