Home
last modified time | relevance | path

Searched refs:IsSnapshotExisted (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_persistence_test.cpp180 * @tc.name: IsSnapshotExisted
181 * @tc.desc: test function : IsSnapshotExisted
184 HWTEST_F(ScenePersistenceTest, IsSnapshotExisted, Function | SmallTest | Level1) in HWTEST_F()
190 bool result = scenePersistence->IsSnapshotExisted(); in HWTEST_F()
215 bool result2 = scenePersistence->IsSnapshotExisted(); in HWTEST_F()
236 result2 = scenePersistence->IsSnapshotExisted(); in HWTEST_F()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistence.h42 bool IsSnapshotExisted() const;
/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp241 bool ScenePersistence::IsSnapshotExisted() const in IsSnapshotExisted() function in OHOS::Rosen::ScenePersistence
243 HITRACE_METER_FMT(HITRACE_TAG_WINDOW_MANAGER, "IsSnapshotExisted"); in IsSnapshotExisted()
255 if (!IsSnapshotExisted()) { in GetLocalSnapshotPixelMap()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp152 (session_->GetScenePersistence()->IsSnapshotExisted() || in OnAttachToFrameNode()

Completed in 3 milliseconds