ESP-IDF
hash_map_foreach()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hash_map_foreach()
hash_map_foreach() function
Syntax
Show:
Summary
Declaration
Definition
from
hash_map.h:108
void
hash_map_foreach
(
hash_map_t
*
hash_map
,
hash_map_iter_cb
callback
,
void
*
context
)
;
Implemented in
hash_map.c:213
Arguments
Argument
hash_map
callback
context
Related Functions
Found 6 other functions taking a
hash_map_t
argument:
Function
hash_map_get()
hash_map_set()
hash_map_erase()
hash_map_free()
hash_map_has_key()
hash_map_clear()
Examples
References
from
examples
Code
Location
Referrer
void
hash_map_foreach
(
hash_map_t
*
hash_map
,
hash_map_iter_cb
callback
,
void
*
context
)
hash_map.c:213
void
hash_map_foreach
(
hash_map_t
*
hash_map
,
hash_map_iter_cb
callback
,
void
*
context
)
;
hash_map.h:108
hash_map_foreach
(
bta_alarm_hash_map
,
hash_iter_ro_cb
,
&
remaining_ms
)
;
bta_sys_main.c:635
bta_sys_get_remaining_ticks()
hash_map_foreach
(
background_connections
,
background_connections_pending_cb
,
&
pending_connections
)
;
btm_ble_bgconn.c:117
background_connections_pending()
Call Tree
from
examples
hash_map_foreach()
is called by 2 functions and calls 6 functions:
bta_sys_get_remaining_ticks()
background_connections_pending()
All items filtered out
hash_map_foreach()
__assert_func()
list_begin()
list_end()
list_next()
list_node()
hash_map_foreach()::callback
All items filtered out
Data Use
from
examples
hash_map_foreach()
reads 3 variables:
hash_map_bucket_t::list
hash_map_t::bucket
hash_map_t::num_bucket
All items filtered out
hash_map_foreach()
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