advanced_tests sample
test_httpd_stop()
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
test_httpd_stop()
test_httpd_stop() function
Syntax
Show:
Summary
Declaration
from
tests.c:393
static
void
test_httpd_stop
(
httpd_handle_t
hd
)
;
Arguments
Argument
hd
Examples
References
from
examples
Code
Location
Referrer
static
void
test_httpd_stop
(
httpd_handle_t
hd
)
tests.c:393
test_httpd_stop
(
hd
)
;
tests.c:412
stop_tests()
Call Tree
from
examples
test_httpd_stop()
is called by 1 function and calls 4 functions:
stop_tests()
All items filtered out
test_httpd_stop()
esp_log_timestamp()
esp_log_write()
esp_get_free_heap_size()
httpd_stop()
All items filtered out
Data Use
from
examples
test_httpd_stop()
reads 7 variables and writes 1 variable:
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
post_stop_mem
All items filtered out
test_httpd_stop()
post_stop_mem
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