Lines Matching refs:WallpaperServiceStub
33 WallpaperServiceStub::WallpaperServiceStub() in WallpaperServiceStub() function in OHOS::WallpaperMgrService::WallpaperServiceStub
35 …memberFuncMap_[WallpaperServiceIpcInterfaceCode::SET_WALLPAPER] = &WallpaperServiceStub::OnSetWall… in WallpaperServiceStub()
36 …memberFuncMap_[WallpaperServiceIpcInterfaceCode::GET_PIXELMAP] = &WallpaperServiceStub::OnGetPixel… in WallpaperServiceStub()
37 … memberFuncMap_[WallpaperServiceIpcInterfaceCode::GET_COLORS] = &WallpaperServiceStub::OnGetColors; in WallpaperServiceStub()
38 …memberFuncMap_[WallpaperServiceIpcInterfaceCode::GET_WALLPAPER_ID] = &WallpaperServiceStub::OnGetW… in WallpaperServiceStub()
39 memberFuncMap_[WallpaperServiceIpcInterfaceCode::GET_FILE] = &WallpaperServiceStub::OnGetFile; in WallpaperServiceStub()
40 memberFuncMap_[WallpaperServiceIpcInterfaceCode::ON] = &WallpaperServiceStub::OnWallpaperOn; in WallpaperServiceStub()
41 memberFuncMap_[WallpaperServiceIpcInterfaceCode::OFF] = &WallpaperServiceStub::OnWallpaperOff; in WallpaperServiceStub()
42 …memberFuncMap_[WallpaperServiceIpcInterfaceCode::IS_CHANGE_PERMITTED] = &WallpaperServiceStub::OnI… in WallpaperServiceStub()
44 &WallpaperServiceStub::OnIsOperationAllowed; in WallpaperServiceStub()
45 …memberFuncMap_[WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER] = &WallpaperServiceStub::OnReset… in WallpaperServiceStub()
47 &WallpaperServiceStub::OnRegisterWallpaperCallback; in WallpaperServiceStub()
48 …memberFuncMap_[WallpaperServiceIpcInterfaceCode::SET_WALLPAPER_V9] = &WallpaperServiceStub::OnSetW… in WallpaperServiceStub()
49 …memberFuncMap_[WallpaperServiceIpcInterfaceCode::GET_PIXELMAP_V9] = &WallpaperServiceStub::OnGetPi… in WallpaperServiceStub()
50 …memberFuncMap_[WallpaperServiceIpcInterfaceCode::GET_COLORS_V9] = &WallpaperServiceStub::OnGetColo… in WallpaperServiceStub()
51 …memberFuncMap_[WallpaperServiceIpcInterfaceCode::RESET_WALLPAPER_V9] = &WallpaperServiceStub::OnRe… in WallpaperServiceStub()
52 memberFuncMap_[WallpaperServiceIpcInterfaceCode::SET_VIDEO] = &WallpaperServiceStub::OnSetVideo; in WallpaperServiceStub()
53 …memberFuncMap_[WallpaperServiceIpcInterfaceCode::SET_CUSTOM] = &WallpaperServiceStub::OnSetCustomW… in WallpaperServiceStub()
54 … memberFuncMap_[WallpaperServiceIpcInterfaceCode::SEND_EVENT] = &WallpaperServiceStub::OnSendEvent; in WallpaperServiceStub()
57 WallpaperServiceStub::~WallpaperServiceStub() in ~WallpaperServiceStub()
62 int32_t WallpaperServiceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &re… in OnRemoteRequest()
67 std::u16string myDescriptor = WallpaperServiceStub::GetDescriptor(); in OnRemoteRequest()
91 int32_t WallpaperServiceStub::OnSetWallpaper(MessageParcel &data, MessageParcel &reply) in OnSetWallpaper()
96 int32_t WallpaperServiceStub::OnSetWallpaperV9(MessageParcel &data, MessageParcel &reply) in OnSetWallpaperV9()
101 int32_t WallpaperServiceStub::OnSetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool i… in OnSetWallpaperInner()
126 int32_t WallpaperServiceStub::OnGetPixelMap(MessageParcel &data, MessageParcel &reply) in OnGetPixelMap()
131 int32_t WallpaperServiceStub::OnSetVideo(MessageParcel &data, MessageParcel &reply) in OnSetVideo()
146 int32_t WallpaperServiceStub::OnSetCustomWallpaper(MessageParcel &data, MessageParcel &reply) in OnSetCustomWallpaper()
159 int32_t WallpaperServiceStub::OnGetPixelMapV9(MessageParcel &data, MessageParcel &reply) in OnGetPixelMapV9()
164 int32_t WallpaperServiceStub::OnGetPixelMapInner(MessageParcel &data, MessageParcel &reply, bool is… in OnGetPixelMapInner()
198 int32_t WallpaperServiceStub::OnGetColors(MessageParcel &data, MessageParcel &reply) in OnGetColors()
203 int32_t WallpaperServiceStub::OnGetColorsV9(MessageParcel &data, MessageParcel &reply) in OnGetColorsV9()
208 int32_t WallpaperServiceStub::OnGetColorsInner(MessageParcel &data, MessageParcel &reply, bool isSy… in OnGetColorsInner()
233 int32_t WallpaperServiceStub::OnGetFile(MessageParcel &data, MessageParcel &reply) in OnGetFile()
258 int32_t WallpaperServiceStub::OnGetWallpaperId(MessageParcel &data, MessageParcel &reply) in OnGetWallpaperId()
272 int32_t WallpaperServiceStub::OnIsChangePermitted(MessageParcel &data, MessageParcel &reply) in OnIsChangePermitted()
283 int32_t WallpaperServiceStub::OnIsOperationAllowed(MessageParcel &data, MessageParcel &reply) in OnIsOperationAllowed()
294 int32_t WallpaperServiceStub::OnResetWallpaper(MessageParcel &data, MessageParcel &reply) in OnResetWallpaper()
299 int32_t WallpaperServiceStub::OnResetWallpaperV9(MessageParcel &data, MessageParcel &reply) in OnResetWallpaperV9()
304 int32_t WallpaperServiceStub::OnResetWallpaperInner(MessageParcel &data, MessageParcel &reply, bool… in OnResetWallpaperInner()
321 int32_t WallpaperServiceStub::OnWallpaperOn(MessageParcel &data, MessageParcel &reply) in OnWallpaperOn()
346 int32_t WallpaperServiceStub::OnWallpaperOff(MessageParcel &data, MessageParcel &reply) in OnWallpaperOff()
371 int32_t WallpaperServiceStub::OnSendEvent(MessageParcel &data, MessageParcel &reply) in OnSendEvent()
383 int32_t WallpaperServiceStub::OnRegisterWallpaperCallback(MessageParcel &data, MessageParcel &reply) in OnRegisterWallpaperCallback()