Home
last modified time | relevance | path

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

/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service_stub.h40 int32_t OnGetFile(MessageParcel &data, MessageParcel &reply);
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service_stub.cpp45 [this](MessageParcel &data, MessageParcel &reply) { return OnGetFile(data, reply); } }, in WallpaperServiceStub()
305 int32_t WallpaperServiceStub::OnGetFile(MessageParcel &data, MessageParcel &reply) in OnGetFile() function in OHOS::WallpaperMgrService::WallpaperServiceStub