Home
last modified time | relevance | path

Searched refs:load_system_ability (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/tests/
H A Dbasic.rs25 SystemAbilityManager::load_system_ability(TEST_AUDIO_ID, 100).unwrap(); in init()
28 SystemAbilityManager::load_system_ability(TEST_LISTEN_ID, 100); in init()
/ohos5.0/base/request/request/services/examples/
H A Drun_count.rs44 SystemAbilityManager::load_system_ability(DOWNLOAD_SERVICE_ID, 15000).unwrap(); in main()
/ohos5.0/base/security/asset/interfaces/inner_kits/rs/src/
H A Dlib.rs31 None => match SystemAbilityManager::load_system_ability(SA_ID, LOAD_TIMEOUT_IN_SECONDS) { in get_remote()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs163 pub fn load_system_ability(said: i32, timeout: i32) -> Option<RemoteObj> { in load_system_ability() method
/ohos5.0/base/request/request/test/rustest/src/
H A Dlib.rs366 SystemAbilityManager::load_system_ability(DOWNLOAD_SERVICE_ID, 15000).unwrap(); in remote()