Searched refs:KillProcessByPid (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/ |
H A D | xcollie_utils.h | 101 bool KillProcessByPid(int32_t pid);
|
H A D | xcollie_utils.cpp | 292 bool KillProcessByPid(int32_t pid) in KillProcessByPid() function
|
H A D | watchdog_inner.cpp | 1050 result = KillProcessByPid(getprocpid()); in KillPeerBinderProcess()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service_inner.cpp | 1445 result = KillProcessByPid(*iter, reason); in KillApplicationByUid() 1535 auto result = KillProcessByPid(*iter, reason); in KillApplicationSelf() 1562 result = KillProcessByPid(*iter, reason); in KillApplicationByBundleName() 1623 result = KillProcessByPid(*iter, reason); in KillApplicationByUserIdLocked() 2749 (void)KillProcessByPid(pid, "KillProcessesInBatch"); in KillProcessesInBatch() 5731 KillProcessByPid(pid, "AppRecoveryNotifyApp"); in AppRecoveryNotifyApp() 6279 KillProcessByPid(pid, "KillRenderProcess"); in NotifyAppFaultBySA() 7085 KillProcessByPid(childPid, "KillChildProcess"); in NotifyAppFaultBySA() 7158 KillProcessByPid(pid, "KillAttachedChildProcess"); in NotifyAppFaultBySA() 7859 KillProcessByPid(pid, "KillProcessDependedOnWeb"); in NotifyAppFaultBySA() [all …]
|
H A D | app_running_manager.cpp | 443 appMgrServiceInner->KillProcessByPid(priorityObject->GetPid(), "OnRemoteDied"); in OnRemoteDied() 566 (void)serviceInner->KillProcessByPid(pid, "AttachTimeoutKillSCB"); in HandleAbilityAttachTimeOut() 647 auto result = inner->KillProcessByPid(pid, "TerminateAbility"); in TerminateAbility()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/ |
H A D | plugin_mgr.h | 159 void KillProcessByPid(const nlohmann::json& payload, std::string killClientInitiator);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/ |
H A D | rs_memory_manager.cpp | 644 static void KillProcessByPid(const pid_t pid, const std::string& processName, const std::string& re… in KillProcessByPid() function 696 KillProcessByPid(pid, bundleName, reason); in MemoryOverflow()
|
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/test/unittest/common/ |
H A D | watchdog_inner_test.cpp | 239 bool ret = KillProcessByPid(pid);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/ |
H A D | ams_app_life_cycle_test.cpp | 1434 int32_t ret = serviceInner_->KillProcessByPid(pid, "KillProcessByPid001"); 1439 int32_t ret = serviceInner_->KillProcessByPid(pid, "KillProcessByPid001"); 1453 int32_t ret = serviceInner_->KillProcessByPid(-1, "KillProcessByPid002");
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service_inner.h | 823 int32_t KillProcessByPid(const pid_t pid, const std::string& reason = "foundation");
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 1084 int result = appMgrServiceInner->KillProcessByPid(0, "KillProcessByPid_001"); 1087 result = appMgrServiceInner->KillProcessByPid(1, "KillProcessByPid_001"); 1114 int result = appMgrServiceInner->KillProcessByPid(pid, "KillProcessByPid_002");
|