Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/manager/include/
H A Dhdf_driver_installer.h17 int (*StopDeviceHost)(uint32_t, const char *); member
/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c78 if (installer->StopDeviceHost != NULL) { in DevmgrServiceStartHostProcess()
79 installer->StopDeviceHost(hostClnt->hostId, hostClnt->hostName); in DevmgrServiceStartHostProcess()
137 if (installer == NULL || installer->StopDeviceHost == NULL) { in DevmgrServiceStopHost()
141 installer->StopDeviceHost(hostClnt->hostId, hostClnt->hostName); in DevmgrServiceStopHost()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddriver_installer_full.c49 pvtbl->StopDeviceHost = DriverInstallerFullStopDeviceHost; in DriverInstallerFullConstruct()