/drivers/hdf_core/framework/test/unittest/osal/ |
H A D | osal_test_entry.c | 18 if (msg->subCmd < OSAL_TEST_MAX) { in HdfOsalEntry() 19 if (msg->subCmd == OSAL_TEST_START) { in HdfOsalEntry() 21 } else if (msg->subCmd == OSAL_TEST_END) { in HdfOsalEntry() 23 } else if (msg->subCmd == OSAL_TEST_ALL) { in HdfOsalEntry() 26 result = OsalGetTestResult(msg->subCmd); in HdfOsalEntry()
|
/drivers/hdf_core/framework/test/unittest/platform/entry/ |
H A D | hdf_platform_entry_test.c | 27 msg->result = PlatformEventTestExecute(msg->subCmd); in HdfPlatformEventTestEntry() 35 msg->result = PlatformQueueTestExecute(msg->subCmd); in HdfPlatformQueueTestEntry() 43 msg->result = PlatformDeviceTestExecute(msg->subCmd); in HdfPlatformDeviceTestEntry() 51 msg->result = PlatformManagerTestExecute(msg->subCmd); in HdfPlatformManagerTestEntry() 61 msg->result = PlatformDumperTestExecute(msg->subCmd); in HdfPlatformDumperTestEntry() 72 msg->result = PlatformTraceTestExecute(msg->subCmd); in HdfPlatformTraceTestEntry() 83 msg->result = CanTestExecute(msg->subCmd); in HdfCanTestEntry()
|
H A D | hdf_adc_entry_test.c | 22 msg->result = AdcTestExecute(msg->subCmd); in HdfAdcTestEntry()
|
H A D | hdf_clock_entry_test.c | 22 msg->result = ClockTestExecute(msg->subCmd); in HdfClockTestEntry()
|
H A D | hdf_gpio_entry_test.c | 22 msg->result = GpioTestExecute(msg->subCmd); in HdfGpioTestEntry()
|
H A D | hdf_dac_entry_test.c | 22 msg->result = DacTestExecute(msg->subCmd); in HdfDacTestEntry()
|
H A D | hdf_i2c_entry_test.c | 22 msg->result = I2cTestExecute(msg->subCmd); in HdfI2cTestEntry()
|
H A D | hdf_pcie_bus_entry_test.c | 21 msg->result = PcieBusTestExecute(msg->subCmd); in HdfPcieBusUnitTestEntry()
|
H A D | hdf_pcie_entry_test.c | 22 msg->result = PcieTestExecute(msg->subCmd); in HdfPcieUnitTestEntry()
|
H A D | hdf_pwm_entry_test.c | 22 msg->result = PwmTestExecute(msg->subCmd); in HdfPwmUnitTestEntry()
|
H A D | hdf_rtc_entry_test.c | 22 msg->result = RtcTestExecute(msg->subCmd); in HdfRtcTestEntry()
|
H A D | hdf_watchdog_entry_test.c | 22 msg->result = WatchdogTestExecute(msg->subCmd); in HdfWatchdogTestEntry()
|
H A D | hdf_i3c_entry_test.c | 23 msg->result = I3cTestExecute(msg->subCmd); in HdfI3cTestEntry()
|
H A D | hdf_pin_entry_test.c | 24 msg->result = PinTestExecute(msg->subCmd); in HdfPinTestEntry()
|
H A D | hdf_timer_entry_test.c | 22 msg->result = TimerTestExecute(msg->subCmd); in HdfTimerUnitTestEntry()
|
H A D | hdf_uart_entry_test.c | 22 msg->result = UartTestExecute(msg->subCmd); in HdfUartUnitTestEntry()
|
H A D | hdf_spi_entry_test.c | 22 msg->result = SpiTestExecute(msg->subCmd); in HdfSpiUnitTestEntry()
|
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/ |
H A D | hdf_usb_entry_test.c | 21 dprintf("---%s::command[%u], subCommand[%u]\n", __func__, msg->cmd, msg->subCmd); in HdfUsbUnitTestEntry() 23 msg->result = UsbTestEntry(msg->subCmd); in HdfUsbUnitTestEntry() 25 msg->result = UsbRawTestEntry(msg->subCmd); in HdfUsbUnitTestEntry() 27 dprintf("%s::command[%u], subCommand[%u], result:%d\n", __func__, msg->cmd, msg->subCmd, msg->result); in HdfUsbUnitTestEntry()
|
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/ |
H A D | hdf_platform_entry_test.c | 38 msg->result = PlatformDeviceTestExecute(msg->subCmd); in HdfPlatformDeviceTestEntry() 46 msg->result = PlatformManagerTestExecute(msg->subCmd); in HdfPlatformManagerTestEntry()
|
/drivers/hdf_core/framework/test/unittest/wifi/ |
H A D | hdf_wifi_test.c | 64 if ((msg->subCmd == g_hdfWiFiTestCaseList[i].subCmd) && (g_hdfWiFiTestCaseList[i].testFunc != NULL)) { in HdfWifiEntry() 66 HDF_LOGE("HdfTest:Wifi test result[%s-%u]", ((result == 0) ? "pass" : "fail"), msg->subCmd); in HdfWifiEntry()
|
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/ |
H A D | hdf_main_test.h | 38 uint8_t subCmd; // test case command member 49 uint8_t subCmd; // test case command member
|
/drivers/hdf_core/framework/test/unittest/common/ |
H A D | hdf_main_test.h | 17 uint8_t subCmd; // test case command member 28 uint8_t subCmd; // test case command member
|
H A D | hdf_main_test.c | 226 replyMsg.subCmd = msg->subCmd; in HdfTestCaseProcess() 228 HDF_LOGE("%s::Hdf test receive cmd: command[%u], subCommand[%u]", __func__, msg->cmd, msg->subCmd); in HdfTestCaseProcess()
|
/drivers/hdf_core/framework/test/unittest/model/audio/src/ |
H A D | hdf_audio_test.c | 126 if ((msg->subCmd == g_hdfAudioTestCaseList[i].subCmd) && (g_hdfAudioTestCaseList[i].testFunc != NULL)) { in HdfAudioEntry() 128 HDF_LOGE("HdfTest:Audio test result[%s-%u]", ((result == 0) ? "pass" : "fail"), msg->subCmd); in HdfAudioEntry()
|
/drivers/hdf_core/framework/test/unittest/utils/hcs_parser/unittest/ |
H A D | hcs_parser_test.c | 80 if (msg->subCmd != g_hdfConfigTestCaseList[i].subCmd) { in HdfConfigEntry()
|