Home
last modified time | relevance | path

Searched refs:OnGetWallpaperId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service_stub.h41 int32_t OnGetWallpaperId(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp43 … [this](MessageParcel &data, MessageParcel &reply) { return OnGetWallpaperId(data, reply); } }, in WallpaperServiceStub()
329 int32_t WallpaperServiceStub::OnGetWallpaperId(MessageParcel &data, MessageParcel &reply) in OnGetWallpaperId() function in OHOS::WallpaperMgrService::WallpaperServiceStub