Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/core/host/include/
Ddevhost_service.h34 struct IDevHostService *DevHostServiceNewInstance(uint16_t hostId, const char *hostName);
/drivers/hdf_core/framework/core/manager/src/
Dhdf_driver_installer.c18 struct IDevHostService *hostServiceIf = DevHostServiceNewInstance(devHostId, devHostName); in DriverInstallerStartDeviceHost()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
Dsample_hdi_service.cpp187 struct IDevHostService *instance = DevHostServiceNewInstance(0, nullptr); in SampleServiceEndHost()
206 struct IDevHostService *instance = DevHostServiceNewInstance(0, nullptr); in InjectPmState()
/drivers/hdf_core/adapter/uhdf2/host/
Ddevhost.c142 struct IDevHostService *instance = DevHostServiceNewInstance(hostId, hostName); in main()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
Ddevhost_test.cpp160 hostService = DevHostServiceNewInstance(0, "sample_host");
171 hostService = DevHostServiceNewInstance(0, nullptr);
/drivers/hdf_core/framework/core/host/src/
Ddevhost_service.c263 struct IDevHostService *DevHostServiceNewInstance(uint16_t hostId, const char *hostName) in DevHostServiceNewInstance() function
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddevsvc_manager_proxy.c213 struct IDevHostService *instance = DevHostServiceNewInstance(0, NULL); in DevSvcManagerProxyOnRemoteDied()