Home
last modified time | relevance | path

Searched refs:CreateUpdatedIconDir (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_persistence_test.cpp78 HWTEST_F(ScenePersistenceTest, CreateUpdatedIconDir, Function | SmallTest | Level1)
82 bool result = scenePersistence->CreateUpdatedIconDir(directory);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_persistence.h37 static bool CreateUpdatedIconDir(const std::string& directory);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_persistence.cpp55 bool ScenePersistence::CreateUpdatedIconDir(const std::string& directory) in CreateUpdatedIconDir() function in OHOS::Rosen::ScenePersistence
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp3533 if (!ScenePersistence::CreateUpdatedIconDir(fileDir)) { in InitUserInfo()