Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Dprinter.cpp93 DfxRingBufferWrapper::GetInstance().AppendBaseInfo(headerInfo.str()); in PrintDumpHeader()
178 DfxRingBufferWrapper::GetInstance().AppendBaseInfo(headerInfo.str()); in PrintThreadHeaderByConfig()
221 … DfxRingBufferWrapper::GetInstance().AppendBaseInfo("========SubmitterStacktrace========\n"); in PrintThreadBacktraceByConfig()
230 … DfxRingBufferWrapper::GetInstance().AppendBaseInfo(DfxFrameFormatter::GetFrameStr(frame)); in PrintThreadBacktraceByConfig()
261 DfxRingBufferWrapper::GetInstance().AppendBaseInfo(regs->PrintRegs()); in PrintRegsByConfig()
H A Ddfx_ring_buffer_wrapper.h48 void AppendBaseInfo(const std::string& info);
H A Ddfx_ring_buffer_wrapper.cpp115 void DfxRingBufferWrapper::AppendBaseInfo(const std::string& info) in AppendBaseInfo() function in OHOS::HiviewDFX::DfxRingBufferWrapper
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Ddecoded_event.cpp79 void DecodedEvent::AppendBaseInfo(std::stringstream& ss) in AppendBaseInfo() function in OHOS::HiviewDFX::EventRaw::DecodedEvent
226 AppendBaseInfo(jsonStream); in AsJsonStr()
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_event.h110 void AppendBaseInfo(std::stringstream& ss);
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_util.cpp625 void AppendBaseInfo(const napi_env env, napi_value& sysEventInfo, const std::string& key, Json::Val… in AppendBaseInfo() function
801 AppendBaseInfo(env, sysEventInfo, propertyName, eventJson[propertyName]); in CreateHiSysEventInfoJsObject()