Searched refs:faultCode (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | hisys_event_util.cpp | 35 …void HisysEventUtil::reportFaultEvent(std::string name, int faultCode, std::string scene, std::str… in reportFaultEvent() argument 43 "FAULT_CODE", faultCode, in reportFaultEvent()
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_hisys_event_util.h | 27 …MOCK_METHOD4(reportFaultEvent, void (std::string name, int faultCode, std::string scene, std::stri…
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | hisys_event_util.h | 35 … static void reportFaultEvent(std::string name, int faultCode, std::string scene, std::string msg);
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/include/ |
H A D | wallpaper_manager.h | 169 void ReporterFault(FaultType faultType, FaultCode faultCode);
|
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/ |
H A D | wallpaper_manager.cpp | 542 void WallpaperManager::ReporterFault(FaultType faultType, FaultCode faultCode) in ReporterFault() argument 546 msg.errorCode = faultCode; in ReporterFault()
|
/ohos5.0/base/theme/wallpaper_mgr/services/include/ |
H A D | wallpaper_service.h | 96 void ReporterFault(MiscServices::FaultType faultType, MiscServices::FaultCode faultCode);
|
/ohos5.0/base/theme/wallpaper_mgr/services/src/ |
H A D | wallpaper_service.cpp | 1191 void WallpaperService::ReporterFault(FaultType faultType, FaultCode faultCode) in ReporterFault() argument 1195 msg.errorCode = faultCode; in ReporterFault()
|