Home
last modified time | relevance | path

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

/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service_stub.h55 int32_t OnSetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi);
56 …int32_t OnSetWallpaperInnerByPixelMap(MessageParcel &data, MessageParcel &reply, bool isSystemApi);
57 int32_t OnGetPixelMapInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi);
58 int32_t OnGetColorsInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi);
59 int32_t OnResetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi);
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp130 …lpaperServiceStub::OnSetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi) in OnSetWallpaperInner() argument
141 if (isSystemApi) { in OnSetWallpaperInner()
164 …iceStub::OnSetWallpaperInnerByPixelMap(MessageParcel &data, MessageParcel &reply, bool isSystemApi) in OnSetWallpaperInnerByPixelMap() argument
185 if (isSystemApi) { in OnSetWallpaperInnerByPixelMap()
237 …llpaperServiceStub::OnGetPixelMapInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi) in OnGetPixelMapInner() argument
243 if (isSystemApi) { in OnGetPixelMapInner()
280 …WallpaperServiceStub::OnGetColorsInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi) in OnGetColorsInner() argument
286 if (isSystemApi) { in OnGetColorsInner()
374 …aperServiceStub::OnResetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi) in OnResetWallpaperInner() argument
379 if (isSystemApi) { in OnResetWallpaperInner()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp172 if (apiInfo.isSystemApi) { in GetColors()
225 if (apiInfo.isSystemApi) { in SetWallpaper()
248 if (apiInfo.isSystemApi) { in SetWallpaper()
336 if (apiInfo.isSystemApi) { in GetPixelMap()
455 if (apiInfo.isSystemApi) { in ResetWallpaper()
/ohos5.0/base/theme/wallpaper_mgr/utils/include/
H A Dwallpaper_common.h36 bool isSystemApi; member
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp525 static napi_status CheckCreateOption(MediaAssetChangeRequestAsyncContext& context, bool isSystemApi) in CheckCreateOption() argument
544 if (!isSystemApi && subtype != static_cast<int32_t>(PhotoSubType::DEFAULT) && in CheckCreateOption()
568 const map<string, string>& createOptionsMap, bool isSystemApi) in ParseAssetCreateOptions() argument
607 return CheckCreateOption(context, isSystemApi); in ParseAssetCreateOptions()