Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h114 bool CanKillSystemProcess(const std::shared_ptr<SystemProcessContext>& processContext);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp1428 int32_t ret = systemAbilityStateScheduler->CanKillSystemProcess(systemProcessContext);
1449 bool ret = systemAbilityStateScheduler->CanKillSystemProcess(systemProcessContext);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp777 bool SystemAbilityStateScheduler::CanKillSystemProcess( in CanKillSystemProcess() function in OHOS::SystemAbilityStateScheduler