Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/services/include/
Dwallpaper_service_stub.h38 int32_t OnGetFile(MessageParcel &data, MessageParcel &reply);
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service_stub.cpp39 memberFuncMap_[WallpaperServiceIpcInterfaceCode::GET_FILE] = &WallpaperServiceStub::OnGetFile; in WallpaperServiceStub()
233 int32_t WallpaperServiceStub::OnGetFile(MessageParcel &data, MessageParcel &reply) in OnGetFile() function in OHOS::WallpaperMgrService::WallpaperServiceStub