Home
last modified time | relevance | path

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

/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
Dplatform_device_test.c165 PlatformDeviceDestroyService(device); in PlatformDeviceTestCreateService()
189 PlatformDeviceDestroyService(device); in PlatformDeviceTestBindDeviceAfter()
259 PlatformDeviceDestroyService(NULL); in PlatformDeviceTestReliability()
/drivers/hdf_core/framework/support/platform/include/fwk/
Dplatform_device.h217 void PlatformDeviceDestroyService(struct PlatformDevice *device);
/drivers/hdf_core/framework/support/platform/src/gpio/
Dgpio_service.c370 (void)PlatformDeviceDestroyService(&gpioMgr->device); in GpioServiceBind()
401 (void)PlatformDeviceDestroyService(&gpioMgr->device); in GpioServiceRelease()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dplatform_device_test.c173 PlatformDeviceDestroyService(device); in PlatformDeviceTestCreateService()
246 PlatformDeviceDestroyService(NULL); in PlatformDeviceTestReliability()
/drivers/hdf_core/framework/support/platform/src/fwk/
Dplatform_device.c270 void PlatformDeviceDestroyService(struct PlatformDevice *device) in PlatformDeviceDestroyService() function