Home
last modified time | relevance | path

Searched refs:KillProcess (Results 1 – 25 of 92) sorted by relevance

1234

/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
H A Daction_application_process.cpp129 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 Dres_sched_client_test.cpp119 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 Dres_sched_exe_client_test.cpp121 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 Dwatchdog.cpp62 KillProcess(); in WaitForWakeUP()
67 void WatchDog::KillProcess() in KillProcess() function in OHOS::Camera::WatchDog
H A Dwatchdog.h33 void KillProcess();
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/moduletest/
H A Dleak_detector_module_test.cpp44 TestUtil::KillProcess("hiview"); in SetUpTestCase()
52 TestUtil::KillProcess("hiview"); in TearDownTestCase()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/testutil/
H A Dressched_test.cpp82 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 Dkill_process.cpp36 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 Dlibressched_client.versionscript20 *ResSchedClient*KillProcess*;
35 KillProcess;
/ohos5.0/foundation/ability/ability_runtime/tools/test/unittest/aa/
H A Daa_command_force_stop_test.cpp116 EXPECT_CALL(*mockAbilityManagerStub, KillProcess(_, _))
144 EXPECT_CALL(*mockAbilityManagerStub, KillProcess(_, _))
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexeservice/src/
H A Dres_sched_exe_service.cpp51 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 Dres_sched_exe_client.cpp58 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 Dkill_process.h23 class KillProcess {
H A Dres_sched_mgr.h75 std::shared_ptr<KillProcess> killProcess_ = nullptr;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/include/
H A Dires_sched_exe_service.h54 virtual int32_t KillProcess(pid_t pid) = 0;
H A Dres_sched_exe_service_proxy.h60 int32_t KillProcess(pid_t pid) override;
H A Dres_sched_exe_client.h66 int32_t KillProcess(pid_t pid);
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/unittest/
H A Dleak_detector_unit_test.cpp44 TestUtil::KillProcess("hiview"); in TearDownTestCase()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dprocess.h30 void KillProcess(int signal);
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/
H A Dtest_util.cpp81 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 Dres_sched_exe_service.h61 int32_t KillProcess(pid_t pid) override;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_client.cpp104 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 Dkillprocessesbybundlename_fuzzer.cpp40 if (abilitymgr->KillProcess(bundleName) != 0) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
H A Dires_sched_service.h54 virtual int32_t KillProcess(const nlohmann::json& payload) = 0;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/include/
H A Dres_sched_exe_mgr.h68 int32_t KillProcess(pid_t pid);

1234