Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/
H A Dwrapper.rs73 unsafe fn OnStart(self: &AbilityWrapper, system_ability: *mut SystemAbilityWrapper); in OnStart()
77 system_ability: *mut SystemAbilityWrapper, in OnStartWithReason()
105 type SystemAbilityWrapper; typedef
111 ) -> UniquePtr<SystemAbilityWrapper>; in BuildSystemAbility()
116 self: Pin<&mut SystemAbilityWrapper>, in AddSystemAbilityListener()
121 self: Pin<&mut SystemAbilityWrapper>, in RemoveSystemAbilityListener()
125 fn StopAbilityWrapper(self: Pin<&mut SystemAbilityWrapper>, system_ability: i32); in StopAbilityWrapper()
129 fn PublishWrapper(self: Pin<&mut SystemAbilityWrapper>, ability: Box<AbilityStub>) -> bool; in PublishWrapper()
150 fn OnStart(&self, system_ability: *mut ffi::SystemAbilityWrapper) { in OnStart()
160 system_ability: *mut ffi::SystemAbilityWrapper, in OnStartWithReason()
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/
H A Dsystem_ability_wrapper.cpp28 SystemAbilityWrapper::SystemAbilityWrapper( in SystemAbilityWrapper() function in OHOS::SafwkRust::SystemAbilityWrapper