Home
last modified time | relevance | path

Searched refs:LoadSystemAbilityWithCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dmanage.rs24 ListSystemAbilitiesWithDumpFlag, LoadSystemAbility, LoadSystemAbilityWithCallback,
170 LoadSystemAbilityWithCallback(said, on_success, on_fail) in load_system_ability_with_callback()
H A Dwrapper.rs65 fn LoadSystemAbilityWithCallback(said: i32, on_success: fn(), on_fail: fn()) -> i32; in LoadSystemAbilityWithCallback() function
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h40 int32_t LoadSystemAbilityWithCallback(int32_t systemAbilityId, rust::Fn<void()> on_success, rust::F…
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp85 int32_t LoadSystemAbilityWithCallback(int32_t systemAbilityId, rust::Fn<void()> on_success, rust::F… in LoadSystemAbilityWithCallback() function