Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/core/manager/src/
Dhdf_driver_installer.c35 struct IDriverInstaller *driverInstallIf = (struct IDriverInstaller *)inst; in DriverInstallerConstruct()
50 struct IDriverInstaller *DriverInstallerGetInstance(void) in DriverInstallerGetInstance()
52 static struct IDriverInstaller *installer = NULL; in DriverInstallerGetInstance()
54 … installer = (struct IDriverInstaller *)HdfObjectManagerGetObject(HDF_OBJECT_ID_DRIVER_INSTALLER); in DriverInstallerGetInstance()
Ddevmgr_service.c55 struct IDriverInstaller *installer = DriverInstallerGetInstance(); in DevmgrServiceStartHostProcess()
133 struct IDriverInstaller *installer = DriverInstallerGetInstance(); in DevmgrServiceStopHost()
/drivers/hdf_core/framework/core/manager/include/
Dhdf_driver_installer.h14 struct IDriverInstaller { struct
21 struct IDriverInstaller super; argument
25 struct IDriverInstaller *DriverInstallerGetInstance(void);
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddriver_installer_full.c47 struct IDriverInstaller *pvtbl = (struct IDriverInstaller *)inst; in DriverInstallerFullConstruct()