Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Dhdf_driver_installer.h16 int (*StartDeviceHost)(uint32_t, const char *, bool); member
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Dhdf_driver_installer.c36 driverInstallIf->StartDeviceHost = DriverInstallerStartDeviceHost; in DriverInstallerConstruct()
H A Ddevmgr_service.c56 if (installer == NULL || installer->StartDeviceHost == NULL) { in DevmgrServiceStartHostProcess()
61 hostClnt->hostPid = installer->StartDeviceHost(hostClnt->hostId, hostClnt->hostName, dynamic); in DevmgrServiceStartHostProcess()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddriver_installer_full.c48 pvtbl->StartDeviceHost = DriverInstallerFullStartDeviceHost; in DriverInstallerFullConstruct()