Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_common.h41 static const inline std::string EVENT_UID = "UID"; variable
H A Ddb_helper.cpp46 long uid = record->GetEventIntValue(FreezeCommon::EVENT_UID); in GetResultMap()
H A Dfreeze_detector_plugin.cpp108 long uid = sysEvent.GetEventIntValue(FreezeCommon::EVENT_UID); in MakeWatchPoint()
H A Dvendor.cpp139 oss << FreezeCommon::EVENT_UID << FreezeCommon::COLON << watchPoint.GetUid() << std::endl; in DumpEventInfo()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp42 constexpr char EVENT_UID[] = "UID"; 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.cpp36 constexpr char EVENT_UID[] = "UID"; variable