Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/services/include/
Dwallpaper_service_stub.h52 int32_t OnSetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi);
53 int32_t OnGetPixelMapInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi);
54 int32_t OnGetColorsInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi);
55 int32_t OnResetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi);
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service_stub.cpp101 …lpaperServiceStub::OnSetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi) in OnSetWallpaperInner() argument
113 if (isSystemApi) { in OnSetWallpaperInner()
164 …llpaperServiceStub::OnGetPixelMapInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi) in OnGetPixelMapInner() argument
171 if (isSystemApi) { in OnGetPixelMapInner()
208 …WallpaperServiceStub::OnGetColorsInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi) in OnGetColorsInner() argument
214 if (isSystemApi) { in OnGetColorsInner()
304 …aperServiceStub::OnResetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi) in OnResetWallpaperInner() argument
309 if (isSystemApi) { in OnResetWallpaperInner()
/base/theme/wallpaper_mgr/utils/include/
Dwallpaper_common.h41 bool isSystemApi; member
/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp150 if (apiInfo.isSystemApi) { in GetColors()
203 if (apiInfo.isSystemApi) { in SetWallpaper()
253 if (apiInfo.isSystemApi) { in SetWallpaper()
349 if (apiInfo.isSystemApi) { in GetPixelMap()
444 if (apiInfo.isSystemApi) { in ResetWallpaper()