Home
last modified time | relevance | path

Searched refs:LoadCallbackWrapper (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/
H A Dsystem_ability_manager_wrapper.cpp91 auto callback = sptr<LoadCallbackWrapper>::MakeSptr(on_success, on_fail); in LoadSystemAbilityWithCallback()
352 LoadCallbackWrapper::LoadCallbackWrapper(rust::Fn<void()> on_success, rust::Fn<void()> on_fail) in LoadCallbackWrapper() function in OHOS::SamgrRust::LoadCallbackWrapper
357 void LoadCallbackWrapper::OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObj… in OnLoadSystemAbilitySuccess()
362 void LoadCallbackWrapper::OnLoadSystemAbilityFail(int32_t systemAbilityId) in OnLoadSystemAbilityFail()
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/
H A Dsystem_ability_manager_wrapper.h83 class LoadCallbackWrapper : public SystemAbilityLoadCallbackStub {
85 LoadCallbackWrapper(rust::Fn<void()> on_success, rust::Fn<void()> on_fail);