Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Ddb_helper.cpp37 record->GetEventValue(FreezeCommon::EVENT_PROCESS_NAME) : packageName; in GetResultMap()
53 .InitProcessName(record->GetEventValue(FreezeCommon::EVENT_PROCESS_NAME)) in GetResultMap()
H A Dfreeze_common.h43 static const inline std::string EVENT_PROCESS_NAME = "PROCESS_NAME"; variable
H A Dfreeze_detector_plugin.cpp111 std::string processName = sysEvent.GetEventValue(FreezeCommon::EVENT_PROCESS_NAME); in MakeWatchPoint()
H A Dvendor.cpp141 …oss << FreezeCommon::EVENT_PROCESS_NAME << FreezeCommon::COLON << watchPoint.GetProcessName() << s… in DumpEventInfo()
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/
H A Dappfreeze_manager.cpp48 constexpr char EVENT_PROCESS_NAME[] = "PROCESS_NAME"; variable
309 … EVENT_PACKAGE_NAME, appInfo.bundleName, EVENT_PROCESS_NAME, appInfo.processName, EVENT_MESSAGE, in NotifyANR()
317 … EVENT_PACKAGE_NAME, appInfo.bundleName, EVENT_PROCESS_NAME, appInfo.processName, EVENT_MESSAGE, in NotifyANR()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/dfr/
H A Dappfreeze_inner.cpp40 constexpr char EVENT_PROCESS_NAME[] = "PROCESS_NAME"; variable