Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_device.h53 int32_t PlatformDeviceInit(struct PlatformDevice *device);
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dplatform_device_test.c228 ret = PlatformDeviceInit(NULL); in PlatformDeviceTestReliability()
316 if ((ret = PlatformDeviceInit(&device)) != HDF_SUCCESS) { in PlatformDeviceTestExecute()
H A Dplatform_manager_test.c57 ret = PlatformDeviceInit(g_platDevices[i]); in PlatformManagerTestCreateDevices()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_device_test.c215 ret = PlatformDeviceInit(NULL); in PlatformDeviceTestReliability()
305 if ((ret = PlatformDeviceInit(&device)) != HDF_SUCCESS) { in PlatformDeviceTestExecute()
H A Dplatform_manager_test.c38 ret = PlatformDeviceInit(g_platDevices[i]); in PlatformManagerTestCreateDevices()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_device.c110 int32_t PlatformDeviceInit(struct PlatformDevice *device) in PlatformDeviceInit() function
197 if ((ret = PlatformDeviceInit(device)) != HDF_SUCCESS) { in PlatformDeviceAdd()
H A Dplatform_manager.c33 if ((ret = PlatformDeviceInit(&manager->device)) != HDF_SUCCESS) { in PlatformManagerInit()