Lines Matching refs:SystemAbilityManager
31 pub struct SystemAbilityManager;
33 unsafe impl Sync for SystemAbilityManager {}
34 unsafe impl Send for SystemAbilityManager {}
36 impl SystemAbilityManager {
39 /// use samgr::manage::SystemAbilityManager;
41 /// let context = SystemAbilityManager::get_context_manager();
71 /// use samgr::manage::SystemAbilityManager;
73 /// let request_abilty = SystemAbilityManager::get_system_ability(3706, None);
82 /// use samgr::manage::SystemAbilityManager;
93 /// use samgr::manage::SystemAbilityManager;
95 /// let download_service = SystemAbilityManager::check_system_ability(DOWNLOAD_SERVICE_ID).unwrap();
112 /// use samgr::manage::SystemAbilityManager;
114 /// SystemAbilityManager::remove_system_ability(DOWNLOAD_SERVICE_IDD);
187 /// use samgr::manage::SystemAbilityManager;
189 /// SystemAbilityManager::remove_system_ability(DOWNLOAD_SERVICE_IDD);
211 /// SystemAbilityManager::unload_all_idle_system_ability();