Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/dfx_reboot/reboot/shared/
Dnon_os_reboot.c79 static void cores_exception_test(cores_t core, ipc_exception_test_command_e exception_test_command) in cores_exception_test() argument
83 test_command.command = exception_test_command; in cores_exception_test()
96 static void app_exception_test(ipc_exception_test_command_e exception_test_command) in app_exception_test() argument
100 switch (exception_test_command) { in app_exception_test()
123 void exception_test(ipc_exception_test_command_e exception_test_command) in exception_test() argument
125 if (exception_test_command <= EXCEPTION_TEST_COMMAND_BT_STD_CHIP_WDT_FRST) { in exception_test()
126 cores_exception_test(CORES_BT_CORE, exception_test_command); in exception_test()
127 } else if (exception_test_command <= EXCEPTION_TEST_COMMAND_APP_WDT_FRST) { in exception_test()
128 app_exception_test(exception_test_command); in exception_test()
131 cores_exception_test(CORES_GNSS_CORE, exception_test_command); in exception_test()
Dnon_os_reboot.h214 void exception_test(ipc_exception_test_command_e exception_test_command);