Searched refs:EVENT_PID (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | freeze_common.h | 39 static const inline std::string EVENT_PID = "PID"; variable
|
H A D | db_helper.cpp | 38 long pid = record->GetEventIntValue(FreezeCommon::EVENT_PID); in GetResultMap()
|
H A D | freeze_detector_plugin.cpp | 106 long pid = sysEvent.GetEventIntValue(FreezeCommon::EVENT_PID); in MakeWatchPoint()
|
H A D | vendor.cpp | 138 oss << FreezeCommon::EVENT_PID << FreezeCommon::COLON << watchPoint.GetPid() << std::endl; in DumpEventInfo()
|
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 43 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 D | appfreeze_inner.cpp | 37 constexpr char EVENT_PID[] = "PID"; variable
|