/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/test/unittest/src/wallpaper_js/ |
H A D | Wallpaper.test.js | 3180 rotateState: wallpaper.RotateState.PORT, property in AnonymousFunction259a4ca50100.AnonymousFunction259a4ca5a700.wallpaperInfo1 3209 rotateState: wallpaper.RotateState.PORT, property in AnonymousFunction259a4ca50100.AnonymousFunction259a4ca5a800.wallpaperInfo1 3238 rotateState: wallpaper.RotateState.PORT, property in AnonymousFunction259a4ca50100.AnonymousFunction259a4ca5a900.wallpaperInfo1 3267 rotateState: wallpaper.RotateState.PORT, property in AnonymousFunction259a4ca50100.AnonymousFunction259a4ca5aa00.wallpaperInfo1 3272 rotateState: wallpaper.RotateState.LAND, property in AnonymousFunction259a4ca50100.AnonymousFunction259a4ca5aa00.wallpaperInfo2 3301 rotateState: wallpaper.RotateState.PORT, property in AnonymousFunction259a4ca50100.AnonymousFunction259a4ca5ab00.wallpaperInfo1 3306 rotateState: wallpaper.RotateState.LAND, property in AnonymousFunction259a4ca50100.AnonymousFunction259a4ca5ab00.wallpaperInfo2 3311 rotateState: wallpaper.RotateState.PORT, property in AnonymousFunction259a4ca50100.AnonymousFunction259a4ca5ab00.wallpaperInfo3 3316 rotateState: wallpaper.RotateState.LAND, property in AnonymousFunction259a4ca50100.AnonymousFunction259a4ca5ab00.wallpaperInfo4 3367 rotateState: wallpaper.RotateState.PORT, property in AnonymousFunction259a4ca50100.AnonymousFunction259a4ca5ad00.wallpaperInfo1 [all …]
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/ |
H A D | native_module.cpp | 64 napi_value rotateState = nullptr; in InitRotateState() local 100 napi_value rotateState = InitRotateState(env); in Init() local
|
H A D | wallpaper_js_util.cpp | 93 int32_t rotateState; in Convert2WallpaperInfo() local
|
H A D | napi_wallpaper_ability.h | 52 int32_t rotateState = 0; member
|
H A D | napi_wallpaper_ability.cpp | 1064 int rotateState; in IsValidRotateStateRange() local
|
/ohos5.0/base/theme/wallpaper_mgr/utils/include/ |
H A D | wallpaper_manager_common_info.h | 59 RotateState rotateState; member
|
H A D | wallpaper_common.h | 69 RotateState rotateState; member
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_service_proxy.cpp | 583 … int32_t wallpaperType, int32_t foldState, int32_t rotateState, IWallpaperService::FdInfo &fdInfo) in GetCorrespondWallpaper() 590 int32_t rotateState, WallpaperServiceIpcInterfaceCode code, IWallpaperService::FdInfo &fdInfo) in GetCorrespondWallpaperInner()
|
H A D | wallpaper_manager.cpp | 754 …int32_t wallpaperType, int32_t foldState, int32_t rotateState, std::shared_ptr<OHOS::Media::PixelM… in GetCorrespondWallpaper()
|
/ohos5.0/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 1880 … int32_t wallpaperType, int32_t foldState, int32_t rotateState, IWallpaperService::FdInfo &fdInfo) in GetCorrespondWallpaper() 1922 …int32_t userId, WallpaperType wallpaperType, int32_t &size, int32_t foldState, int32_t rotateState) in GetImageSize() 1953 … int32_t userId, WallpaperType wallpaperType, int32_t &fd, int32_t foldState, int32_t rotateState) in GetImageFd() 1975 …Id, WallpaperType wallpaperType, std::string &filePathName, int32_t foldState, int32_t rotateState) in GetWallpaperDataPath() 1989 std::string WallpaperService::GetWallpaperPath(int32_t foldState, int32_t rotateState, WallpaperDat… in GetWallpaperPath() 2056 std::string WallpaperService::GetRotateStateName(RotateState rotateState) in GetRotateStateName()
|
H A D | wallpaper_service_stub.cpp | 526 int32_t rotateState = data.ReadInt32(); in OnGetCorrespondWallpaper() local
|