Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/schedule/
H A Dsystem_ability_state_scheduler.h116 int32_t KillSystemProcessLocked(const std::shared_ptr<SystemProcessContext>& processContext);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/schedule/
H A Dsystem_ability_state_scheduler.cpp661 int32_t result = KillSystemProcessLocked(processContext); in PostUnloadTimeoutTask()
772 return KillSystemProcessLocked(processContext); in TryKillSystemProcess()
796 int32_t SystemAbilityStateScheduler::KillSystemProcessLocked( in KillSystemProcessLocked() function in OHOS::SystemAbilityStateScheduler
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_state_scheduler_test.cpp766 int result = systemAbilityStateScheduler->KillSystemProcessLocked(systemProcessContext);