Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/
H A Dability.rs50 fn on_system_ability_remove_event(&self, said: i32, device_id: String) {} in on_system_ability_remove_event() method
H A Dwrapper.rs189 self.inner.on_system_ability_remove_event(said, device_id) in OnRemoveSystemAbility()
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/examples/audio_rust_sa/src/
H A Dlib.rs100 fn on_system_ability_remove_event(&self, said: i32, device_id: String) { in on_system_ability_remove_event() method