Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_common.h39 static const inline std::string EVENT_PID = "PID"; variable
H A Ddb_helper.cpp38 long pid = record->GetEventIntValue(FreezeCommon::EVENT_PID); in GetResultMap()
H A Dfreeze_detector_plugin.cpp106 long pid = sysEvent.GetEventIntValue(FreezeCommon::EVENT_PID); in MakeWatchPoint()
H A Dvendor.cpp138 oss << FreezeCommon::EVENT_PID << FreezeCommon::COLON << watchPoint.GetPid() << std::endl; in DumpEventInfo()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp43 constexpr char EVENT_PID[] = "PID"; variable
308 … OHOS::HiviewDFX::HiSysEvent::EventType::FAULT, EVENT_UID, appInfo.uid, EVENT_PID, appInfo.pid, in NotifyANR()
315 … OHOS::HiviewDFX::HiSysEvent::EventType::FAULT, EVENT_UID, appInfo.uid, EVENT_PID, appInfo.pid, in NotifyANR()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp37 constexpr char EVENT_PID[] = "PID"; variable