Home
last modified time | relevance | path

Searched refs:subCmd (Results 1 - 25 of 38) sorted by relevance

12

/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_test_entry.c18 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 Dhdf_platform_entry_test.c27 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 Dhdf_adc_entry_test.c22 msg->result = AdcTestExecute(msg->subCmd); in HdfAdcTestEntry()
H A Dhdf_clock_entry_test.c22 msg->result = ClockTestExecute(msg->subCmd); in HdfClockTestEntry()
H A Dhdf_gpio_entry_test.c22 msg->result = GpioTestExecute(msg->subCmd); in HdfGpioTestEntry()
H A Dhdf_dac_entry_test.c22 msg->result = DacTestExecute(msg->subCmd); in HdfDacTestEntry()
H A Dhdf_i2c_entry_test.c22 msg->result = I2cTestExecute(msg->subCmd); in HdfI2cTestEntry()
H A Dhdf_pcie_bus_entry_test.c21 msg->result = PcieBusTestExecute(msg->subCmd); in HdfPcieBusUnitTestEntry()
H A Dhdf_pcie_entry_test.c22 msg->result = PcieTestExecute(msg->subCmd); in HdfPcieUnitTestEntry()
H A Dhdf_pwm_entry_test.c22 msg->result = PwmTestExecute(msg->subCmd); in HdfPwmUnitTestEntry()
H A Dhdf_rtc_entry_test.c22 msg->result = RtcTestExecute(msg->subCmd); in HdfRtcTestEntry()
H A Dhdf_watchdog_entry_test.c22 msg->result = WatchdogTestExecute(msg->subCmd); in HdfWatchdogTestEntry()
H A Dhdf_i3c_entry_test.c23 msg->result = I3cTestExecute(msg->subCmd); in HdfI3cTestEntry()
H A Dhdf_pin_entry_test.c24 msg->result = PinTestExecute(msg->subCmd); in HdfPinTestEntry()
H A Dhdf_timer_entry_test.c22 msg->result = TimerTestExecute(msg->subCmd); in HdfTimerUnitTestEntry()
H A Dhdf_uart_entry_test.c22 msg->result = UartTestExecute(msg->subCmd); in HdfUartUnitTestEntry()
H A Dhdf_spi_entry_test.c22 msg->result = SpiTestExecute(msg->subCmd); in HdfSpiUnitTestEntry()
/drivers/hdf_core/framework/test/unittest/model/usb/host/src/
H A Dhdf_usb_entry_test.c21 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 Dhdf_platform_entry_test.c38 msg->result = PlatformDeviceTestExecute(msg->subCmd); in HdfPlatformDeviceTestEntry()
46 msg->result = PlatformManagerTestExecute(msg->subCmd); in HdfPlatformManagerTestEntry()
/drivers/hdf_core/framework/test/unittest/wifi/
H A Dhdf_wifi_test.c64 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 Dhdf_main_test.h38 uint8_t subCmd; // test case command member
49 uint8_t subCmd; // test case command member
/drivers/hdf_core/framework/test/unittest/common/
H A Dhdf_main_test.h17 uint8_t subCmd; // test case command member
28 uint8_t subCmd; // test case command member
H A Dhdf_main_test.c226 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 Dhdf_audio_test.c126 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 Dhcs_parser_test.c80 if (msg->subCmd != g_hdfConfigTestCaseList[i].subCmd) { in HdfConfigEntry()

Completed in 5 milliseconds

12