Home
last modified time | relevance | path

Searched refs:OnDemandLoadCallback (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_load_usb_service.cpp37 OnDemandLoadCallback::OnDemandLoadCallback() in OnDemandLoadCallback() function in OHOS::HDI::Usb::V1_1::OnDemandLoadCallback
42 OnDemandLoadCallback::~OnDemandLoadCallback() in ~OnDemandLoadCallback()
47 void OnDemandLoadCallback::OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess()
53 void OnDemandLoadCallback::OnLoadSystemAbilityFail(int32_t systemAbilityId) in OnLoadSystemAbilityFail()
86 loadCallback_ = new (std::nothrow) OnDemandLoadCallback(); in LoadService()
88 HDF_LOGE("create OnDemandLoadCallback failed"); in LoadService()
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_load_usb_service.h32 class OnDemandLoadCallback : public SystemAbilityLoadCallbackStub { class
35 explicit OnDemandLoadCallback();
36 ~OnDemandLoadCallback();
50 sptr<OnDemandLoadCallback> loadCallback_ {nullptr};

Completed in 1 milliseconds