Home
last modified time | relevance | path

Searched refs:TryKillSystemProcess (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h113 int32_t TryKillSystemProcess(const std::shared_ptr<SystemProcessContext>& processContext);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp685 int32_t ret = TryKillSystemProcess(processContext); in PostTryKillProcessTask()
763 int32_t SystemAbilityStateScheduler::TryKillSystemProcess( in TryKillSystemProcess() function in OHOS::SystemAbilityStateScheduler
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp1371 int32_t ret = systemAbilityStateScheduler->TryKillSystemProcess(nullptr);
1389 int32_t ret = systemAbilityStateScheduler->TryKillSystemProcess(systemProcessContext);
1409 int32_t ret = systemAbilityStateScheduler->TryKillSystemProcess(systemProcessContext);