Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistent_storage.cpp24 std::map<ScenePersistentStorageType, std::string> ScenePersistentStorage::storagePath_; member in OHOS::Rosen::ScenePersistentStorage
54 auto iter = storagePath_.find(storageType); in GetPreference()
55 if (iter == storagePath_.end()) { in GetPreference()
58 auto fileName = storagePath_[storageType]; in GetPreference()
74 storagePath_ = { in InitDir()
/foundation/window/window_manager/utils/src/
H A Dpersistent_storage.cpp29 std::map<PersistentStorageType, std::string> PersistentStorage::storagePath_ = { member in OHOS::Rosen::PersistentStorage
62 auto iter = storagePath_.find(storageType); in GetPreference()
63 if (iter == storagePath_.end()) { in GetPreference()
66 auto fileName = storagePath_[storageType]; in GetPreference()
/foundation/window/window_manager/utils/include/
H A Dpersistent_storage.h44 static std::map<PersistentStorageType, std::string> storagePath_; member in OHOS::Rosen::PersistentStorage
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistent_storage.h102 static std::map<ScenePersistentStorageType, std::string> storagePath_; member in OHOS::Rosen::ScenePersistentStorage

Completed in 2 milliseconds