Searched refs:HisysEventUtil (Results 1 - 9 of 9) sorted by relevance
/base/print/print_fwk/services/print_service/src/ |
H A D | hisys_event_util.cpp | 23 void HisysEventUtil::reportBehaviorEvent(std::string name, int behaviorCode, const std::string &msg) in reportBehaviorEvent() 35 void HisysEventUtil::reportFaultEvent(std::string name, int faultCode, std::string scene, std::string msg) in reportFaultEvent() 48 void HisysEventUtil::reportPrintSuccess(const std::string &msg) in reportPrintSuccess() 53 void HisysEventUtil::faultPrint(std::string scene, std::string msg) in faultPrint()
|
H A D | print_service_ability.cpp | 1749 HisysEventUtil::reportPrintSuccess(msg.dump()); in ReportCompletedPrint() 1793 HisysEventUtil::faultPrint("PRINT_JOB_BLOCKED", msg.dump()); in ReportHisysEvent()
|
/base/print/print_fwk/test/unittest/service_test/ |
H A D | hisys_event_util_test.cpp | 49 HisysEventUtil::reportPrintSuccess("printSuccess"); in HWTEST_F() 60 HisysEventUtil::faultPrint("printfault", "errCode"); in HWTEST_F()
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/ |
H A D | hisysevent_util.h | 22 namespace HisysEventUtil { namespace
|
H A D | hisysevent_util.cpp | 21 namespace HisysEventUtil { namespace
|
H A D | bbox_detector_plugin.cpp | 107 if (HisysEventUtil::IsEventProcessed(name, "LOG_PATH", dynamicPaths)) {
in HandleBBoxEvent() 165 HisysEventUtil::IsEventProcessed(name, "LOG_PATH", historyMap["dynamicPaths"])) {
in StartBootScan() 189 int res = HiSysEventWrite(HisysEventUtil::KERNEL_VENDOR, name, HiSysEvent::EventType::FAULT,
in CheckAndHiSysEventWrite()
|
H A D | panic_report_recovery.cpp | 243 HisysEventUtil::KERNEL_VENDOR, in ReportPanicEventAfterRecovery() 276 if (HisysEventUtil::IsEventProcessed("PANIC", "LOG_PATH", GetBackupFilePath(timeStr))) { in ConfirmReportResult()
|
/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/test/mock/ |
H A D | hisysevent_util_mock.cpp | 27 namespace HisysEventUtil { namespace
|
/base/print/print_fwk/services/print_service/include/ |
H A D | hisys_event_util.h | 22 class HisysEventUtil { class
|
Completed in 10 milliseconds