Home
last modified time | relevance | path

Searched refs:faultCode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dhisys_event_util.cpp35 …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 Dmock_hisys_event_util.h27 …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 Dhisys_event_util.h35 … 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 Dwallpaper_manager.h169 void ReporterFault(FaultType faultType, FaultCode faultCode);
/ohos5.0/base/theme/wallpaper_mgr/frameworks/native/src/
H A Dwallpaper_manager.cpp542 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 Dwallpaper_service.h96 void ReporterFault(MiscServices::FaultType faultType, MiscServices::FaultCode faultCode);
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp1191 void WallpaperService::ReporterFault(FaultType faultType, FaultCode faultCode) in ReporterFault() argument
1195 msg.errorCode = faultCode; in ReporterFault()