Home
last modified time | relevance | path

Searched refs:devHostName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddriver_installer_full.c28 int DriverInstallerFullStartDeviceHost(uint32_t devHostId, const char* devHostName, bool dynamic) in DriverInstallerFullStartDeviceHost() argument
31 int ret = ServiceControlWithExtra(devHostName, START, NULL, 0); in DriverInstallerFullStartDeviceHost()
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
41 ret = ServiceControlWithExtra(devHostName, STOP, NULL, 0); in DriverInstallerFullStopDeviceHost()
42 HDF_LOGI("%{public}s %{public}s %{public}d %{public}d", __func__, devHostName, devHostId, ret); in DriverInstallerFullStopDeviceHost()
/ohos5.0/drivers/hdf_core/framework/core/shared/include/
H A Dhdf_attribute_macro.h20 const char *devHostName; member
78 (host)->devHostName = HCS_PROP(node, hostName); \
92 host->devHostName = HCS_PROP(node, hostName); \
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Dhdf_driver_installer.c16 static int DriverInstallerStartDeviceHost(uint32_t devHostId, const char *devHostName, bool dynamic) in DriverInstallerStartDeviceHost() argument
18 struct IDevHostService *hostServiceIf = DevHostServiceNewInstance(devHostId, devHostName); in DriverInstallerStartDeviceHost()
/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_attribute_macro.c34 hostInfo->hostName = hostNode->devHostName; in GetHostInfoMacro()