Searched refs:EVENT_UID (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | freeze_common.h | 41 static const inline std::string EVENT_UID = "UID"; variable
|
H A D | db_helper.cpp | 46 long uid = record->GetEventIntValue(FreezeCommon::EVENT_UID); in GetResultMap()
|
H A D | freeze_detector_plugin.cpp | 108 long uid = sysEvent.GetEventIntValue(FreezeCommon::EVENT_UID); in MakeWatchPoint()
|
H A D | vendor.cpp | 139 oss << FreezeCommon::EVENT_UID << FreezeCommon::COLON << watchPoint.GetUid() << std::endl; in DumpEventInfo()
|
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 42 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 D | appfreeze_inner.cpp | 36 constexpr char EVENT_UID[] = "UID"; variable
|