Searched refs:EVENT_PROCESS_NAME (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | db_helper.cpp | 37 record->GetEventValue(FreezeCommon::EVENT_PROCESS_NAME) : packageName; in GetResultMap() 53 .InitProcessName(record->GetEventValue(FreezeCommon::EVENT_PROCESS_NAME)) in GetResultMap()
|
H A D | freeze_common.h | 43 static const inline std::string EVENT_PROCESS_NAME = "PROCESS_NAME"; variable
|
H A D | freeze_detector_plugin.cpp | 111 std::string processName = sysEvent.GetEventValue(FreezeCommon::EVENT_PROCESS_NAME); in MakeWatchPoint()
|
H A D | vendor.cpp | 141 …oss << FreezeCommon::EVENT_PROCESS_NAME << FreezeCommon::COLON << watchPoint.GetProcessName() << s… in DumpEventInfo()
|
/ohos5.0/foundation/ability/ability_runtime/services/appdfr/src/ |
H A D | appfreeze_manager.cpp | 48 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 D | appfreeze_inner.cpp | 40 constexpr char EVENT_PROCESS_NAME[] = "PROCESS_NAME"; variable
|