Searched refs:ReporterFault (Results 1 - 4 of 4) sorted by relevance
/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_manager.cpp | 220 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in SetWallpaper() 280 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in SetVideo() 314 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in SetCustomWallpaper() 548 void WallpaperManager::ReporterFault(FaultType faultType, FaultCode faultCode) in ReporterFault() function in OHOS::WallpaperMgrService::WallpaperManager
|
/base/theme/wallpaper_mgr/frameworks/native/include/ |
H A D | wallpaper_manager.h | 170 void ReporterFault(FaultType faultType, FaultCode faultCode);
|
/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service.h | 93 void ReporterFault(MiscServices::FaultType faultType, MiscServices::FaultCode faultCode);
|
/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 157 ReporterFault(FaultType::SERVICE_FAULT, FaultCode::SF_SERVICE_UNAVAILABLE); in Init() 1130 void WallpaperService::ReporterFault(FaultType faultType, FaultCode faultCode) in ReporterFault() function in OHOS::WallpaperMgrService::WallpaperService 1144 HILOG_INFO("ReporterFault success."); in ReporterFault() 1146 HILOG_ERROR("ReporterFault failed!"); in ReporterFault() 1209 ReporterFault(FaultType::LOAD_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in GetImageFd() 1307 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_DROP_FAILED); in SetWallpaper() 1385 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_DROP_FAILED); in WritePixelMapToFile()
|
Completed in 6 milliseconds