Home
last modified time | relevance | path

Searched refs:IsSavingSnapshot (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistence.h49 bool IsSavingSnapshot();
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_persistence_test.cpp246 * @tc.name: IsSavingSnapshot
247 * @tc.desc: test function : IsSavingSnapshot
250 HWTEST_F(ScenePersistenceTest, IsSavingSnapshot, Function | SmallTest | Level1) in HWTEST_F()
256 bool result = scenePersistence->IsSavingSnapshot(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp151 bool ScenePersistence::IsSavingSnapshot() in IsSavingSnapshot() function in OHOS::Rosen::ScenePersistence
H A Dsession.cpp3331 return scenePersistence_->IsSavingSnapshot() ? GetSnapshot() : in GetSnapshotPixelMap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp153 session_->GetScenePersistence()->IsSavingSnapshot())) { in OnAttachToFrameNode()
502 if (scenePersistence->IsSavingSnapshot()) { in CreateSnapshotWindow()

Completed in 8 milliseconds