Searched refs:devHostId (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/ |
H A D | driver_installer_full.c | 28 int DriverInstallerFullStartDeviceHost(uint32_t devHostId, const char* devHostName, bool dynamic) in DriverInstallerFullStartDeviceHost() argument 32 … HDF_LOGD("%{public}s %{public}s %{public}d %{public}d", __func__, devHostName, devHostId, ret); in DriverInstallerFullStartDeviceHost() 38 int DriverInstallerFullStopDeviceHost(uint32_t devHostId, const char* devHostName) in DriverInstallerFullStopDeviceHost() argument 42 HDF_LOGI("%{public}s %{public}s %{public}d %{public}d", __func__, devHostName, devHostId, ret); in DriverInstallerFullStopDeviceHost()
|
/ohos5.0/drivers/hdf_core/framework/core/manager/src/ |
H A D | hdf_driver_installer.c | 16 static int DriverInstallerStartDeviceHost(uint32_t devHostId, const char *devHostName, bool dynamic) in DriverInstallerStartDeviceHost() argument 18 struct IDevHostService *hostServiceIf = DevHostServiceNewInstance(devHostId, devHostName); in DriverInstallerStartDeviceHost()
|