Lines Matching defs:WallpaperServiceStub
33 WallpaperServiceStub::WallpaperServiceStub(bool serialInvokeFlag) : IRemoteStub(serialInvokeFlag)
79 WallpaperServiceStub::~WallpaperServiceStub()
83 int32_t WallpaperServiceStub::OnRemoteRequest(
87 std::u16string myDescriptor = WallpaperServiceStub::GetDescriptor();
96 WallpaperRequestHandler WallpaperServiceStub::GetWallpaperRequestHandler(uint32_t code)
105 int32_t WallpaperServiceStub::HandleWallpaperRequest(
116 int32_t WallpaperServiceStub::OnSetWallpaper(MessageParcel &data, MessageParcel &reply)
121 int32_t WallpaperServiceStub::OnSetWallpaperV9(MessageParcel &data, MessageParcel &reply)
126 int32_t WallpaperServiceStub::OnSetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi)
128 HILOG_DEBUG("WallpaperServiceStub::SetWallpaper start.");
150 int32_t WallpaperServiceStub::OnSetWallpaperByPixelMap(MessageParcel &data, MessageParcel &reply)
155 int32_t WallpaperServiceStub::OnSetWallpaperV9ByPixelMap(MessageParcel &data, MessageParcel &reply)
160 int32_t WallpaperServiceStub::OnSetWallpaperInnerByPixelMap(MessageParcel &data, MessageParcel &reply, bool isSystemApi)
162 HILOG_DEBUG("WallpaperServiceStub::SetWallpaper start.");
193 int32_t WallpaperServiceStub::OnGetPixelMap(MessageParcel &data, MessageParcel &reply)
198 int32_t WallpaperServiceStub::OnSetVideo(MessageParcel &data, MessageParcel &reply)
200 HILOG_DEBUG("WallpaperServiceStub::OnSetVideo start.");
213 int32_t WallpaperServiceStub::OnSetCustomWallpaper(MessageParcel &data, MessageParcel &reply)
215 HILOG_DEBUG("WallpaperServiceStub::SetCustomWallpaper start.");
228 int32_t WallpaperServiceStub::OnGetPixelMapV9(MessageParcel &data, MessageParcel &reply)
233 int32_t WallpaperServiceStub::OnGetPixelMapInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi)
235 HILOG_DEBUG("WallpaperServiceStub::GetPixelMap start.");
266 int32_t WallpaperServiceStub::OnGetColors(MessageParcel &data, MessageParcel &reply)
271 int32_t WallpaperServiceStub::OnGetColorsV9(MessageParcel &data, MessageParcel &reply)
276 int32_t WallpaperServiceStub::OnGetColorsInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi)
278 HILOG_DEBUG("WallpaperServiceStub::OnGetColors start.");
294 HILOG_ERROR("WallpaperServiceStub::OnGetColors WriteUInt64Vector error!");
301 int32_t WallpaperServiceStub::OnGetFile(MessageParcel &data, MessageParcel &reply)
303 HILOG_DEBUG("WallpaperServiceStub::OnGetFile start.");
325 int32_t WallpaperServiceStub::OnGetWallpaperId(MessageParcel &data, MessageParcel &reply)
327 HILOG_DEBUG("WallpaperServiceStub::OnGetWallpaperId start.");
338 int32_t WallpaperServiceStub::OnIsChangePermitted(MessageParcel &data, MessageParcel &reply)
340 HILOG_DEBUG("WallpaperServiceStub::OnIsChangePermitted start.");
349 int32_t WallpaperServiceStub::OnIsOperationAllowed(MessageParcel &data, MessageParcel &reply)
351 HILOG_DEBUG("WallpaperServiceStub::OnIsOperationAllowed start.");
360 int32_t WallpaperServiceStub::OnResetWallpaper(MessageParcel &data, MessageParcel &reply)
365 int32_t WallpaperServiceStub::OnResetWallpaperV9(MessageParcel &data, MessageParcel &reply)
370 int32_t WallpaperServiceStub::OnResetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool isSystemApi)
372 HILOG_DEBUG("WallpaperServiceStub::OnResetWallpaper start.");
387 int32_t WallpaperServiceStub::OnWallpaperOn(MessageParcel &data, MessageParcel &reply)
389 HILOG_DEBUG("WallpaperServiceStub::OnWallpaperOn in.");
411 int32_t WallpaperServiceStub::OnWallpaperOff(MessageParcel &data, MessageParcel &reply)
413 HILOG_DEBUG("WallpaperServiceStub::OnWallpaperOff in.");
435 int32_t WallpaperServiceStub::OnSendEvent(MessageParcel &data, MessageParcel &reply)
437 HILOG_DEBUG("WallpaperServiceStub::OnSendEvent start.");
447 int32_t WallpaperServiceStub::OnRegisterWallpaperCallback(MessageParcel &data, MessageParcel &reply)
449 HILOG_DEBUG("WallpaperServiceStub::OnRegisterWallpaperCallback start.");
467 std::shared_ptr<OHOS::Media::PixelMap> WallpaperServiceStub::VectorToPixelMap(std::vector<std::uint8_t> value)