Searched refs:hostServiceIf (Results 1 – 3 of 3) sorted by relevance
18 struct IDevHostService *hostServiceIf = DevHostServiceNewInstance(devHostId, devHostName); in DriverInstallerStartDeviceHost() local21 if ((hostServiceIf == NULL) || (hostServiceIf->StartService == NULL)) { in DriverInstallerStartDeviceHost()25 ret = hostServiceIf->StartService(hostServiceIf); in DriverInstallerStartDeviceHost()28 DevHostServiceFreeInstance(hostServiceIf); in DriverInstallerStartDeviceHost()
204 struct IDevHostService *hostServiceIf = &inst->super.super; in DevHostServiceFullConstruct() local207 hostServiceIf->AddDevice = DevHostServiceFullAddDevice; in DevHostServiceFullConstruct()208 hostServiceIf->DelDevice = DevHostServiceFullDelDevice; in DevHostServiceFullConstruct()209 hostServiceIf->StartService = DevHostServiceFullStartService; in DevHostServiceFullConstruct()210 hostServiceIf->PmNotify = DevHostServiceFullPmNotify; in DevHostServiceFullConstruct()
222 struct IDevHostService *hostServiceIf = &service->super; in DevHostServiceConstruct() local223 hostServiceIf->AddDevice = DevHostServiceAddDevice; in DevHostServiceConstruct()224 hostServiceIf->DelDevice = DevHostServiceDelDevice; in DevHostServiceConstruct()225 hostServiceIf->StartService = DevHostServiceStartService; in DevHostServiceConstruct()226 hostServiceIf->PmNotify = DevHostServicePmNotify; in DevHostServiceConstruct()