Home
last modified time | relevance | path

Searched refs:systemAbilityId (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/usb/hdi_service/src/
H A Dusbd_load_usb_service.cpp47 void OnDemandLoadCallback::OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess() argument
50 HDF_LOGI("%{public}s: OnLoadSystemAbilitySuccess systemAbilityId: %{public}d", __func__, systemAbilityId); in OnLoadSystemAbilitySuccess()
53 void OnDemandLoadCallback::OnLoadSystemAbilityFail(int32_t systemAbilityId) in OnLoadSystemAbilityFail() argument
56 HDF_LOGI("%{public}s: OnLoadSystemAbilityFail systemAbilityId: %{public}d", __func__, systemAbilityId); in OnLoadSystemAbilityFail()
/drivers/peripheral/usb/hdi_service/include/
H A Dusbd_load_usb_service.h37 void OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject);
38 void OnLoadSystemAbilityFail(int32_t systemAbilityId);
/drivers/external_device_manager/test/unittest/drivers_pkg_manager_test/src/
H A Ddriver_pkg_manager_test.cpp44 void OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) override;
45 void OnLoadSystemAbilityFail(int32_t systemAbilityId) override;
109 int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess()
112 std::cout << "load success: systemAbilityId:" << systemAbilityId in OnLoadSystemAbilitySuccess()
118 void DriverPkgManagerTest::LoadCallback::OnLoadSystemAbilityFail(int32_t systemAbilityId) in OnLoadSystemAbilityFail() argument
121 std::cout << "load failed: systemAbilityId:" << systemAbilityId << std::endl; in OnLoadSystemAbilityFail()
108 OnLoadSystemAbilitySuccess( int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
H A Dpkg_db_helper_test.cpp50 void OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) override;
51 void OnLoadSystemAbilityFail(int32_t systemAbilityId) override;
169 int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess()
172 std::cout << "load success: systemAbilityId:" << systemAbilityId in OnLoadSystemAbilitySuccess()
178 void PkgDbHelperTest::LoadCallback::OnLoadSystemAbilityFail(int32_t systemAbilityId) in OnLoadSystemAbilityFail() argument
181 std::cout << "load failed: systemAbilityId:" << systemAbilityId << std::endl; in OnLoadSystemAbilityFail()
168 OnLoadSystemAbilitySuccess( int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/drivers/external_device_manager/test/unittest/driver_extension_manager_client_test/
H A Ddriver_extension_manager_client_test.cpp48 void OnLoadSystemAbilitySuccess(int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) override;
49 void OnLoadSystemAbilityFail(int32_t systemAbilityId) override;
134 int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) in OnLoadSystemAbilitySuccess()
136 std::cout << "load success: systemAbilityId:" << systemAbilityId in OnLoadSystemAbilitySuccess()
142 void DrvExtMgrClientTest::LoadCallback::OnLoadSystemAbilityFail(int32_t systemAbilityId) in OnLoadSystemAbilityFail() argument
144 std::cout << "load failed: systemAbilityId:" << systemAbilityId << std::endl; in OnLoadSystemAbilityFail()
133 OnLoadSystemAbilitySuccess( int32_t systemAbilityId, const sptr<IRemoteObject> &remoteObject) OnLoadSystemAbilitySuccess() argument
/drivers/external_device_manager/services/native/driver_extension_manager/src/
H A Ddriver_ext_mgr.cpp77 void DriverExtMgr::OnAddSystemAbility(int32_t systemAbilityId, const std::string &deviceId) in OnAddSystemAbility() argument
79 EDM_LOGI(MODULE_SERVICE, "OnAddSystemAbility systemAbilityId: %{public}d", systemAbilityId); in OnAddSystemAbility()
81 switch (systemAbilityId) { in OnAddSystemAbility()
86 accountPromise_.set_value(systemAbilityId); in OnAddSystemAbility()
94 bmsPromise_.set_value(systemAbilityId); in OnAddSystemAbility()
103 commEventPromise_.set_value(systemAbilityId); in OnAddSystemAbility()
/drivers/external_device_manager/services/native/driver_extension_manager/include/
H A Ddriver_ext_mgr.h34 void OnAddSystemAbility(int32_t systemAbilityId, const std::string &deviceId) override;

Completed in 3 milliseconds