Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp75 updatedIconPath_ = updatedIconDirectory_ + bundleName + IMAGE_SUFFIX; in ScenePersistence()
193 if (pixelMap == nullptr || updatedIconPath_.find('/') == std::string::npos) { in SaveUpdatedIcon()
203 if (remove(updatedIconPath_.c_str())) { in SaveUpdatedIcon()
224 return updatedIconPath_; in GetUpdatedIconPath()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistence.h65 std::string updatedIconPath_; variable