Home
last modified time | relevance | path

Searched refs:ReporterFault (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp221 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in SetWallpaper()
281 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in SetVideo()
315 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in SetCustomWallpaper()
542 void WallpaperManager::ReporterFault(FaultType faultType, FaultCode faultCode) in ReporterFault() function in OHOS::WallpaperMgrService::WallpaperManager
729 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in GetFdByPath()
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/include/
H A Dwallpaper_manager.h169 void ReporterFault(FaultType faultType, FaultCode faultCode);
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp172 ReporterFault(FaultType::SERVICE_FAULT, FaultCode::SF_SERVICE_UNAVAILABLE); in Init()
1191 void WallpaperService::ReporterFault(FaultType faultType, FaultCode faultCode) in ReporterFault() function in OHOS::WallpaperMgrService::WallpaperService
1270 ReporterFault(FaultType::LOAD_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in GetImageFd()
1368 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_DROP_FAILED); in SetWallpaper()
1446 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_DROP_FAILED); in WritePixelMapToFile()
1788 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_DROP_FAILED); in WriteFdToFile()
1967 ReporterFault(FaultType::LOAD_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in GetImageFd()
/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dwallpaper_service.h96 void ReporterFault(MiscServices::FaultType faultType, MiscServices::FaultCode faultCode);