Home
last modified time | relevance | path

Searched refs:oldPersistentId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp156 void ScenePersistence::RenameSnapshotFromOldPersistentId(const int32_t& oldPersistentId) in RenameSnapshotFromOldPersistentId() argument
158 auto task = [weakThis = wptr(this), oldPersistentId]() { in RenameSnapshotFromOldPersistentId()
167 std::to_string(oldPersistentId) + ASTC_IMAGE_SUFFIX; in RenameSnapshotFromOldPersistentId()
170 std::to_string(oldPersistentId) + IMAGE_SUFFIX; in RenameSnapshotFromOldPersistentId()
183 + std::to_string(oldPersistentId)); in RenameSnapshotFromOldPersistentId()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistence.h50 void RenameSnapshotFromOldPersistentId(const int32_t& oldPersistentId);