Searched refs:shell_backend_dummy_get_output (Results  1 – 8 of 8) sorted by relevance
| /Zephyr-latest/tests/drivers/comparator/shell/src/ | 
| D | test.c | 181 	out = shell_backend_dummy_get_output(test_sh, &out_size);  in ZTEST() 189 	out = shell_backend_dummy_get_output(test_sh, &out_size);  in ZTEST() 197 	out = shell_backend_dummy_get_output(test_sh, &out_size);  in ZTEST() 245 	out = shell_backend_dummy_get_output(test_sh, &out_size);  in ZTEST() 261 	out = shell_backend_dummy_get_output(test_sh, &out_size);  in ZTEST() 278 	out = shell_backend_dummy_get_output(test_sh, &out_size);  in ZTEST() 321 	out = shell_backend_dummy_get_output(test_sh, &out_size);  in ZTEST() 337 	out = shell_backend_dummy_get_output(test_sh, &out_size);  in ZTEST() 345 	out = shell_backend_dummy_get_output(test_sh, &out_size);  in ZTEST() 353 	out = shell_backend_dummy_get_output(test_sh, &out_size);  in ZTEST()
  | 
| /Zephyr-latest/include/zephyr/shell/ | 
| D | shell_dummy.h | 57 const char *shell_backend_dummy_get_output(const struct shell *sh,
  | 
| /Zephyr-latest/tests/subsys/shell/shell_custom_header/src/ | 
| D | main.c | 46 	buf = shell_backend_dummy_get_output(sh, &size);  in ZTEST()
  | 
| /Zephyr-latest/tests/subsys/shell/shell_flash/src/ | 
| D | shell_flash_test.c | 60 	buf = shell_backend_dummy_get_output(sh, &size);  in ZTEST()
  | 
| /Zephyr-latest/tests/subsys/shell/shell_device/src/ | 
| D | main.c | 79 	buf = shell_backend_dummy_get_output(sh, &size);  in main()
  | 
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/src/ | 
| D | shell_mgmt.c | 35 	return shell_backend_dummy_get_output(  in shell_get_output()
  | 
| /Zephyr-latest/subsys/shell/backends/ | 
| D | shell_dummy.c | 120 const char *shell_backend_dummy_get_output(const struct shell *sh,  in shell_backend_dummy_get_output()  function
  | 
| /Zephyr-latest/tests/subsys/shell/shell/src/ | 
| D | main.c | 335 	buf = shell_backend_dummy_get_output(sh, &size);  in ZTEST()
  |