advanced_tests sample
stop_tests()
is only used within advanced_tests sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
advanced_tests sample
stop_tests()
stop_tests() function
Syntax
Show:
Summary
Declaration
Definition
from
tests.h:7
extern
void
stop_tests
(
httpd_handle_t
hd
)
;
Implemented in
tests.c:409
Arguments
Argument
hd
Examples
References
from
examples
Code
Location
Referrer
void
stop_tests
(
httpd_handle_t
hd
)
tests.c:409
extern
void
stop_tests
(
httpd_handle_t
hd
)
;
tests.h:7
stop_tests
(
*
server
)
;
main.c:29
disconnect_handler()
Call Tree
from
examples
stop_tests()
is called by 1 function and calls 3 functions:
disconnect_handler()
All items filtered out
stop_tests()
esp_log_timestamp()
esp_log_write()
test_httpd_stop()
All items filtered out
Data Use
from
examples
stop_tests()
reads 6 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
TAG
All items filtered out
stop_tests()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out