Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getfile_fuzzer/
H A Dgetpicturefilename_fuzzer.cpp42 WallpaperMgrService.GetPictureFileName(userId, wallpaperType, path); in GetPictureFileNameFuzzTest()
/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h113 bool GetPictureFileName(int32_t userId, WallpaperType wallpaperType, std::string &fileName);
/base/theme/wallpaper_mgr/test/unittest/
H A Dwallpaper_test.cpp1297 wallpaperService->GetPictureFileName(TEST_USERID1, WALLPAPER_SYSTEM, fileName); in HWTEST_F()
1302 wallpaperService->GetPictureFileName(TEST_USERID1, WALLPAPER_SYSTEM, fileName); in HWTEST_F()
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp520 bool WallpaperService::GetPictureFileName(int32_t userId, WallpaperType wallpaperType, std::string &filePathName) in GetPictureFileName() function in OHOS::WallpaperMgrService::WallpaperService
531 HILOG_INFO("GetPictureFileName filePathName : %{public}s", filePathName.c_str()); in GetPictureFileName()
626 if (!GetPictureFileName(userId, wallpaperType, pathName)) { in SaveColor()
1221 if (!GetPictureFileName(userId, wallpaperType, filePathName)) { in GetImageSize()

Completed in 7 milliseconds