Home
last modified time | relevance | path

Searched refs:devFromHdf (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dplatform_device_test.c199 struct PlatformDevice *devFromHdf = NULL; in PlatformDeviceTestBindDevice() local
208 devFromHdf = PlatformDeviceFromHdfDev(&hdfDev); in PlatformDeviceTestBindDevice()
209 CHECK_EQ_RETURN(device, devFromHdf, HDF_FAILURE); in PlatformDeviceTestBindDevice()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_device_test.c185 struct PlatformDevice *devFromHdf = NULL; in PlatformDeviceTestBindDevice() local
195 devFromHdf = PlatformDeviceFromHdfDev(&hdfDev); in PlatformDeviceTestBindDevice()
196 CHECK_EQ_RETURN(device, devFromHdf, HDF_FAILURE); in PlatformDeviceTestBindDevice()