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:onShow_
(Results
1 - 14
of
14
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/common/
H
A
D
window.h
103
onShow_
= true;
in OnShow()
108
onShow_
= false;
in OnHide()
113
return !
onShow_
;
in IsHide()
214
bool
onShow_
= true;
member in OHOS::OHOS::Ace::Window
H
A
D
window.cpp
31
if (!
onShow_
) {
in RequestFrame()
68
if (!
onShow_
) {
in SetUiDvsyncSwitch()
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H
A
D
custom_dialog_component.h
100
return
onShow_
;
in GetOnShow()
105
onShow_
= value;
in SetOnShow()
167
EventMarker
onShow_
;
member in OHOS::Ace::CustomDialogComponent
H
A
D
custom_dialog_element.cpp
34
onShow_
= AceAsyncEvent<void()>::Create(dialog_->GetOnShow(), context_);
in PerformBuild()
40
if (dialog->
onShow_
) {
in PerformBuild()
41
dialog->
onShow_
();
in PerformBuild()
H
A
D
custom_dialog_element.h
41
std::function<void()>
onShow_
;
member in OHOS::Ace::CustomDialogElement
/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H
A
D
window_test.cpp
59
EXPECT_TRUE(window.
onShow_
);
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H
A
D
pipeline_context_test_ng.cpp
188
context_->
onShow_
= false;
in HWTEST_F()
208
context_->
onShow_
= true;
in HWTEST_F()
240
context_->
onShow_
= true;
in HWTEST_F()
567
* @tc.steps2: Call the function WindowFocus with "true" and
onShow_
= true.
in HWTEST_F()
570
context_->
onShow_
= true;
in HWTEST_F()
576
* @tc.steps3: Call the function WindowFocus with "true" and
onShow_
= false.
in HWTEST_F()
579
context_->
onShow_
= false;
in HWTEST_F()
585
* @tc.steps4: Call the function WindowFocus with "false" and
onShow_
= true.
in HWTEST_F()
588
context_->
onShow_
= true;
in HWTEST_F()
594
* @tc.steps5: Call the function WindowFocus with "false" and
onShow_
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H
A
D
rosen_window.cpp
129
CHECK_NULL_VOID(
onShow_
);
in RequestFrame()
/foundation/arkui/ace_engine/test/unittest/core/base/
H
A
D
frame_node_test_ng_coverage.cpp
1207
context->
onShow_
= true;
in HWTEST_F()
1245
context->
onShow_
= true;
in HWTEST_F()
1283
context->
onShow_
= true;
in HWTEST_F()
1331
context->
onShow_
= false;
in HWTEST_F()
1369
context->
onShow_
= false;
in HWTEST_F()
H
A
D
frame_node_test_ng.cpp
708
* @tc.steps: step3. set
onShow_
and call TriggerVisibleAreaChangeCallback
in HWTEST_F()
712
context->
onShow_
= true;
in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H
A
D
pipeline_context.h
796
return
onShow_
;
964
std::atomic<bool>
onShow_
= true;
member in OHOS::OHOS::Ace::PipelineContext
H
A
D
pipeline_context.cpp
145
if (
onShow_
&& onFocus_) {
in FlushPipelineWithoutAnimation()
2285
if (autoFinish && rootElement_ &&
onShow_
) {
in Finish()
2587
onShow_
= true;
in OnShow()
2626
onShow_
= false;
in OnHide()
2803
if (onFocus_ &&
onShow_
) {
in WindowFocus()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H
A
D
pipeline_context.h
492
return
onShow_
;
1196
bool
onShow_
= false;
member in OHOS::Ace::NG::PipelineContext
H
A
D
pipeline_context.cpp
925
if (
onShow_
&& onFocus_ && isWindowHasFocused_) {
in FlushVsync()
4019
onShow_
= true;
in OnShow()
4037
onShow_
= false;
in OnHide()
5086
window_->GetLastRequestVsyncTime(), GetSysTimestamp(),
onShow_
, lastFrameInfo.GetTimeInfo().c_str());
in PrintVsyncInfoIfNeed()
Completed in 29 milliseconds