Searched defs:SystemAbilityWrapper (Results 1 – 2 of 2) sorted by relevance
36 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; typedef298 ) -> 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()
28 SystemAbilityWrapper::SystemAbilityWrapper( in SystemAbilityWrapper() function in OHOS::SafwkRust::SystemAbilityWrapper