Home
last modified time | relevance | path

Searched refs:onShow_ (Results 1 - 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h103 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 Dwindow.cpp31 if (!onShow_) { in RequestFrame()
68 if (!onShow_) { in SetUiDvsyncSwitch()
/foundation/arkui/ace_engine/frameworks/core/components/custom_dialog/
H A Dcustom_dialog_component.h100 return onShow_; in GetOnShow()
105 onShow_ = value; in SetOnShow()
167 EventMarker onShow_; member in OHOS::Ace::CustomDialogComponent
H A Dcustom_dialog_element.cpp34 onShow_ = AceAsyncEvent<void()>::Create(dialog_->GetOnShow(), context_); in PerformBuild()
40 if (dialog->onShow_) { in PerformBuild()
41 dialog->onShow_(); in PerformBuild()
H A Dcustom_dialog_element.h41 std::function<void()> onShow_; member in OHOS::Ace::CustomDialogElement
/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dwindow_test.cpp59 EXPECT_TRUE(window.onShow_); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp188 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 Drosen_window.cpp129 CHECK_NULL_VOID(onShow_); in RequestFrame()
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_coverage.cpp1207 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 Dframe_node_test_ng.cpp708 * @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 Dpipeline_context.h796 return onShow_;
964 std::atomic<bool> onShow_ = true; member in OHOS::OHOS::Ace::PipelineContext
H A Dpipeline_context.cpp145 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 Dpipeline_context.h492 return onShow_;
1196 bool onShow_ = false; member in OHOS::Ace::NG::PipelineContext
H A Dpipeline_context.cpp925 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