Searched refs:LoadCallbackWrapper (Results 1 – 2 of 2) sorted by relevance
91 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::LoadCallbackWrapper357 void LoadCallbackWrapper::OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObj… in OnLoadSystemAbilitySuccess()362 void LoadCallbackWrapper::OnLoadSystemAbilityFail(int32_t systemAbilityId) in OnLoadSystemAbilityFail()
83 class LoadCallbackWrapper : public SystemAbilityLoadCallbackStub {85 LoadCallbackWrapper(rust::Fn<void()> on_success, rust::Fn<void()> on_fail);