Searched refs:EVENT_KEY_PID (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/common/src/ |
H A D | event_report.cpp | 56 constexpr const char *EVENT_KEY_PID = "PID"; variable 477 EVENT_KEY_PID, eventInfo.pid, in SendProcessStartEvent() 492 EVENT_KEY_PID, eventInfo.pid, in SendProcessStartEvent() 578 EVENT_KEY_PID, eventInfo.pid, in SendStartServiceEvent() 601 EVENT_KEY_PID, eventInfo.pid, in SendStopServiceEvent() 623 EVENT_KEY_PID, eventInfo.pid, in SendConnectServiceEvent() 640 EVENT_KEY_PID, eventInfo.pid, in SendDisconnectServiceEvent()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | event_report.cpp | 38 constexpr char EVENT_KEY_PID[] = "PID"; variable 326 EVENT_KEY_PID, pidStr, in ANRShowDialog()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 211 constexpr const char* EVENT_KEY_PID = "PID"; variable 1267 … OHOS::HiviewDFX::HiSysEvent::EventType::BEHAVIOR, EVENT_KEY_PID, std::to_string(eventInfo.pid), in ApplicationTerminated() 2305 OHOS::HiviewDFX::HiSysEvent::EventType::FAULT, EVENT_KEY_PID, std::to_string(eventInfo.pid), in KillProcessByPidInner()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_connect_manager.cpp | 41 constexpr char EVENT_KEY_PID[] = "PID"; variable
|
H A D | mission_list_manager.cpp | 49 constexpr const char* EVENT_KEY_PID = "PID"; variable
|