Home
last modified time | relevance | path

Searched full:start_type (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiview/plugins/performance/reporter/infrastructure/
DAppStartReporter.cpp38 "START_TYPE", data.startType, in ReportNormal()
67 "START_TYPE", data.startType, in ReportFault()
/base/hiviewdfx/hiview/plugins/performance/
Dhisysevent.yaml26 START_TYPE: {type: INT32, desc: start type}
52 START_TYPE: { type: INT32, desc: start type }
DEvtParser.h79 const std::string KEY_START_TYPE = "START_TYPE";
/base/hiviewdfx/hiview/base/event_publish/
Dapp_event_handler.cpp112 AddValueToJsonString("start_type", event.startType, jsonStr); in PostEvent()