Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/impl/
Dfaultlogger_client.cpp91 FaultLogInfoOhos infoOhos; in AddFaultLog() local
92 infoOhos.time = info.time; in AddFaultLog()
93 infoOhos.uid = info.id; in AddFaultLog()
94 infoOhos.pid = info.pid; in AddFaultLog()
95 infoOhos.faultLogType = info.faultLogType; in AddFaultLog()
96 infoOhos.module = GetPrintableStr(info.module); in AddFaultLog()
97 infoOhos.reason = info.reason; in AddFaultLog()
98 infoOhos.summary = info.summary; in AddFaultLog()
99 infoOhos.logPath = info.logPath; in AddFaultLog()
100 infoOhos.sectionMaps = info.sectionMaps; in AddFaultLog()
[all …]