Home
last modified time | relevance | path

Searched refs:EVENT_KEY_PID (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Devent_report.cpp56 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 Devent_report.cpp38 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 Dapp_mgr_service_inner.cpp211 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 Dability_connect_manager.cpp41 constexpr char EVENT_KEY_PID[] = "PID"; variable
H A Dmission_list_manager.cpp49 constexpr const char* EVENT_KEY_PID = "PID"; variable