Home
last modified time | relevance | path

Searched refs:PlatformDeviceTestExecute (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
H A Dplatform_device_test.h48 int PlatformDeviceTestExecute(int cmd);
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_device_test.h27 int PlatformDeviceTestExecute(int cmd);
H A Dplatform_device_test.c278 int PlatformDeviceTestExecute(int cmd) in PlatformDeviceTestExecute() function
324 ret = PlatformDeviceTestExecute(i); in PlatformDeviceTestExecuteAll()
/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dhdf_platform_entry_test.c38 msg->result = PlatformDeviceTestExecute(msg->subCmd); in HdfPlatformDeviceTestEntry()
H A Dplatform_device_test.c289 int PlatformDeviceTestExecute(int cmd) in PlatformDeviceTestExecute() function
343 int32_t ret = PlatformDeviceTestExecute(i); in PlatformDeviceTestExecuteAll()
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/entry/
H A Dhdf_platform_entry_test.c43 msg->result = PlatformDeviceTestExecute(msg->subCmd); in HdfPlatformDeviceTestEntry()