Home
last modified time | relevance | path

Searched refs:killRes (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dkill_process.cpp58 int32_t killRes = ResSchedExeClient::GetInstance().KillProcess(pid); in KillProcessByPidWithClient() local
59 if (killRes < 0) { in KillProcessByPidWithClient()
64 return killRes; in KillProcessByPidWithClient()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp102 int32_t killRes = kill(pid, SIGNAL_KILL); in KillProcess() local
103 return killRes; in KillProcess()