Home
last modified time | relevance | path

Searched refs:PlatformDeviceCreateService (Results 1 – 5 of 5) sorted by relevance

/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
Dplatform_device_test.c159 ret = PlatformDeviceCreateService(device, TestDispatch); in PlatformDeviceTestCreateService()
177 ret = PlatformDeviceCreateService(device, TestDispatch); in PlatformDeviceTestBindDeviceBefore()
257 ret = PlatformDeviceCreateService(NULL, TestDispatch); in PlatformDeviceTestReliability()
/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_device.h207 int32_t PlatformDeviceCreateService(struct PlatformDevice *device,
/drivers/hdf_core/framework/test/unittest/platform/common/
Dplatform_device_test.c167 ret = PlatformDeviceCreateService(device, TestDispatch); in PlatformDeviceTestCreateService()
244 ret = PlatformDeviceCreateService(NULL, TestDispatch); in PlatformDeviceTestReliability()
/drivers/hdf_core/framework/support/platform/src/gpio/
Dgpio_service.c361 ret = PlatformDeviceCreateService(&gpioMgr->device, GpioServiceDispatch); in GpioServiceBind()
/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_device.c247 int32_t PlatformDeviceCreateService(struct PlatformDevice *device, in PlatformDeviceCreateService() function