Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevhost_service_clnt.c24 struct IDevHostService *devHostSvcIf = NULL; in DevHostServiceClntInstallDriver() local
30 devHostSvcIf = (struct IDevHostService *)hostClnt->hostService; in DevHostServiceClntInstallDriver()
31 if (devHostSvcIf == NULL || devHostSvcIf->AddDevice == NULL) { in DevHostServiceClntInstallDriver()
50 ret = devHostSvcIf->AddDevice(devHostSvcIf, deviceInfo); in DevHostServiceClntInstallDriver()