Home
last modified time | relevance | path

Searched defs:SystemAbilityWrapper (Results 1 – 2 of 2) sorted by relevance

/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/
Dwrapper.rs36 fn OnStart(&self, system_ability: *mut ffi::SystemAbilityWrapper) { in OnStart()
46 system_ability: *mut ffi::SystemAbilityWrapper, in OnStartWithReason()
254 unsafe fn OnStart(self: &AbilityWrapper, system_ability: *mut SystemAbilityWrapper); in OnStart()
258 system_ability: *mut SystemAbilityWrapper, in OnStartWithReason()
292 type SystemAbilityWrapper; typedef
298 ) -> UniquePtr<SystemAbilityWrapper>; in BuildSystemAbility()
303 self: Pin<&mut SystemAbilityWrapper>, in AddSystemAbilityListener()
308 self: Pin<&mut SystemAbilityWrapper>, in RemoveSystemAbilityListener()
314 fn PublishWrapper(self: Pin<&mut SystemAbilityWrapper>, ability: Box<AbilityStub>) -> bool; in PublishWrapper()
326 self: Pin<&mut SystemAbilityWrapper>, in OnExtension()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/
Dsystem_ability_wrapper.cpp28 SystemAbilityWrapper::SystemAbilityWrapper( in SystemAbilityWrapper() function in OHOS::SafwkRust::SystemAbilityWrapper