Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/include/
H A Dsystem_ability_wrapper.h40 void StopAbilityWrapper(int32_t systemAbilityId);
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/cxx/
H A Dsystem_ability_wrapper.cpp40 void SystemAbilityWrapper::StopAbilityWrapper(int32_t systemAbilityId) in StopAbilityWrapper() function in OHOS::SafwkRust::SystemAbilityWrapper
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/src/
H A Dwrapper.rs125 fn StopAbilityWrapper(self: Pin<&mut SystemAbilityWrapper>, system_ability: i32); in StopAbilityWrapper() function