Searched refs:GetPictureFileName (Results 1 - 4 of 4) sorted by relevance
/base/theme/wallpaper_mgr/test/fuzztest/wallpapermanagerservice_fuzzer/getfile_fuzzer/ |
H A D | getpicturefilename_fuzzer.cpp | 42 WallpaperMgrService.GetPictureFileName(userId, wallpaperType, path); in GetPictureFileNameFuzzTest()
|
/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service.h | 113 bool GetPictureFileName(int32_t userId, WallpaperType wallpaperType, std::string &fileName);
|
/base/theme/wallpaper_mgr/test/unittest/ |
H A D | wallpaper_test.cpp | 1297 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 D | wallpaper_service.cpp | 520 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