Home
last modified time | relevance | path

Searched refs:GetUpdatedIconPath (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistence.h53 std::string GetUpdatedIconPath() const;
H A Dscene_session.h346 std::string GetUpdatedIconPath() const;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp206 if (imagePacker.StartPacking(GetUpdatedIconPath(), option)) { in SaveUpdatedIcon()
222 std::string ScenePersistence::GetUpdatedIconPath() const in GetUpdatedIconPath() function in OHOS::Rosen::ScenePersistence
H A Dscene_session.cpp2893 std::string SceneSession::GetUpdatedIconPath() const in GetUpdatedIconPath() function in OHOS::Rosen::SceneSession
2897 return scenePersistence_->GetUpdatedIconPath(); in GetUpdatedIconPath()
H A Dsession.cpp1651 std::string updatedIconPath = scenePersistence_->GetUpdatedIconPath(); in SetSessionIcon()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test2.cpp1743 sceneSession->GetUpdatedIconPath();
1750 sceneSession->GetUpdatedIconPath();