Home
last modified time | relevance | path

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

/base/theme/wallpaper_mgr/frameworks/native/src/
Dwallpaper_manager.cpp199 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in SetWallpaper()
245 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in SetWallpaper()
288 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in SetVideo()
531 void WallpaperManager::ReporterFault(FaultType faultType, FaultCode faultCode) in ReporterFault() function in OHOS::WallpaperMgrService::WallpaperManager
/base/theme/wallpaper_mgr/frameworks/native/include/
Dwallpaper_manager.h165 void ReporterFault(FaultType faultType, FaultCode faultCode);
/base/theme/wallpaper_mgr/services/include/
Dwallpaper_service.h94 void ReporterFault(MiscServices::FaultType faultType, MiscServices::FaultCode faultCode);
/base/theme/wallpaper_mgr/services/src/
Dwallpaper_service.cpp141 ReporterFault(FaultType::SERVICE_FAULT, FaultCode::SF_SERVICE_UNAVAILABLE); in Init()
1132 void WallpaperService::ReporterFault(FaultType faultType, FaultCode faultCode) in ReporterFault() function in OHOS::WallpaperMgrService::WallpaperService
1219 ReporterFault(FaultType::LOAD_WALLPAPER_FAULT, FaultCode::RF_FD_INPUT_FAILED); in GetImageFd()
1328 ReporterFault(FaultType::SET_WALLPAPER_FAULT, FaultCode::RF_DROP_FAILED); in SetWallpaper()