Home
last modified time | relevance | path

Searched refs:get_running_system_process (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/
H A Dbasic.rs33 let infos = SystemAbilityManager::get_running_system_process(); in basic()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs223 pub fn get_running_system_process() -> Vec<SystemProcessInfo> { in get_running_system_process() method