/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/ |
H A D | action_application_process.cpp | 129 ErrCode ActionApplicationProcess::KillProcess(const pid_t pid) in KillProcess() function in OHOS::PowerMgr::ActionApplicationProcess 173 if (KillProcess(bg.pid_) != ERR_OK) { in KillBgAppProcess() 182 if (KillProcess(fg.pid_) != ERR_OK) { in KillFgAppProcess() 191 if (KillProcess(all.pid_) != ERR_OK) { in KillAllAppProcess()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/ |
H A D | res_sched_client_test.cpp | 119 ResSchedClient::GetInstance().KillProcess(mapPayload); 136 ResSchedClient::GetInstance().KillProcess(mapPayload); 140 ResSchedClient::GetInstance().KillProcess(mapPayload); 145 ResSchedClient::GetInstance().KillProcess(mapPayload); 150 ResSchedClient::GetInstance().KillProcess(mapPayload); 159 ResSchedClient::GetInstance().KillProcess(payload); in StartKillProcess()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/test/unittest/ |
H A D | res_sched_exe_client_test.cpp | 121 ResSchedExeClient::GetInstance().KillProcess(pid); 139 ResSchedExeClient::GetInstance().KillProcess(pid); 143 ResSchedExeClient::GetInstance().KillProcess(pid);
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/utils/watchdog/ |
H A D | watchdog.cpp | 62 KillProcess(); in WaitForWakeUP() 67 void WatchDog::KillProcess() in KillProcess() function in OHOS::Camera::WatchDog
|
H A D | watchdog.h | 33 void KillProcess();
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/moduletest/ |
H A D | leak_detector_module_test.cpp | 44 TestUtil::KillProcess("hiview"); in SetUpTestCase() 52 TestUtil::KillProcess("hiview"); in TearDownTestCase()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/testutil/ |
H A D | ressched_test.cpp | 82 static void KillProcess(int32_t argc, char *argv[]) in KillProcess() function 94 int32_t res = OHOS::ResourceSchedule::ResSchedClient::GetInstance().KillProcess(mapPayload); in KillProcess() 142 KillProcess(argc, argv); in main()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | kill_process.cpp | 36 int32_t KillProcess::KillProcessByPidWithClient(const nlohmann::json& payload) in KillProcessByPidWithClient() 58 int32_t killRes = ResSchedExeClient::GetInstance().KillProcess(pid); in KillProcessByPidWithClient()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/ |
H A D | libressched_client.versionscript | 20 *ResSchedClient*KillProcess*; 35 KillProcess;
|
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/ |
H A D | aa_command_force_stop_test.cpp | 116 EXPECT_CALL(*mockAbilityManagerStub, KillProcess(_, _)) 144 EXPECT_CALL(*mockAbilityManagerStub, KillProcess(_, _))
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/ |
H A D | res_sched_exe_service.cpp | 51 int32_t ResSchedExeService::KillProcess(pid_t pid) in KillProcess() function in OHOS::ResourceSchedule::ResSchedExeService 53 return ResSchedExeMgr::GetInstance().KillProcess(pid); in KillProcess()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/ |
H A D | res_sched_exe_client.cpp | 58 int32_t ResSchedExeClient::KillProcess(pid_t pid) in KillProcess() function in OHOS::ResourceSchedule::ResSchedExeClient 66 return proxy->KillProcess(pid); in KillProcess()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/include/ |
H A D | kill_process.h | 23 class KillProcess {
|
H A D | res_sched_mgr.h | 75 std::shared_ptr<KillProcess> killProcess_ = nullptr;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/ |
H A D | ires_sched_exe_service.h | 54 virtual int32_t KillProcess(pid_t pid) = 0;
|
H A D | res_sched_exe_service_proxy.h | 60 int32_t KillProcess(pid_t pid) override;
|
H A D | res_sched_exe_client.h | 66 int32_t KillProcess(pid_t pid);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/unittest/ |
H A D | leak_detector_unit_test.cpp | 44 TestUtil::KillProcess("hiview"); in TearDownTestCase()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/ |
H A D | process.h | 30 void KillProcess(int signal);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/ |
H A D | test_util.cpp | 81 KillProcess(name); in RestartProcess() 95 void TestUtil::KillProcess(const string &name) in KillProcess() function in OHOS::HiviewDFX::TestUtil
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/include/ |
H A D | res_sched_exe_service.h | 61 int32_t KillProcess(pid_t pid) override;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/ |
H A D | res_sched_client.cpp | 104 int32_t ResSchedClient::KillProcess(const std::unordered_map<std::string, std::string>& mapPayload) in KillProcess() function in OHOS::ResourceSchedule::ResSchedClient 116 return proxy->KillProcess(payload); in KillProcess() 575 extern "C" void KillProcess(const std::unordered_map<std::string, std::string>& mapPayload) in KillProcess() function 577 ResSchedClient::GetInstance().KillProcess(mapPayload); in KillProcess()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/killprocessesbybundlename_fuzzer/ |
H A D | killprocessesbybundlename_fuzzer.cpp | 40 if (abilitymgr->KillProcess(bundleName) != 0) { in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/ |
H A D | ires_sched_service.h | 54 virtual int32_t KillProcess(const nlohmann::json& payload) = 0;
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/include/ |
H A D | res_sched_exe_mgr.h | 68 int32_t KillProcess(pid_t pid);
|