ESP-IDF
hash_map_set()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_set()
hash_map_set() function
Syntax
Show:
Summary
Declaration
Definition
from
hash_map.h:91
bool
hash_map_set
(
hash_map_t
*
hash_map
,
const
void
*
key
,
void
*
data
)
;
Implemented in
hash_map.c:126
Arguments
Argument
hash_map
key
data
Related Functions
Found 6 other functions taking a
hash_map_t
argument:
Function
hash_map_get()
hash_map_erase()
hash_map_free()
hash_map_has_key()
hash_map_clear()
hash_map_foreach()
Examples
References
from
examples
Code
Location
Referrer
bool
hash_map_set
(
hash_map_t
*
hash_map
,
const
void
*
key
,
void
*
data
)
hash_map.c:126
bool
hash_map_set
(
hash_map_t
*
hash_map
,
const
void
*
key
,
void
*
data
)
;
hash_map.h:91
hash_map_set
(
bta_alarm_hash_map
,
p_tle
,
osi_alarm_new
(
"bta_sys"
,
bta_alarm_cb
,
p_tle
,
0
)
)
;
bta_sys_main.c:606
bta_sys_start_timer()
hash_map_set
(
background_connections
,
&
(
connection
->
address
)
,
connection
)
;
btm_ble_bgconn.c:80
background_connection_add()
hash_map_set
(
btu_general_alarm_hash_map
,
p_tle
,
alarm
)
;
btu_task.c:439
btu_start_timer()
hash_map_set
(
btu_l2cap_alarm_hash_map
,
p_tle
,
(
void
*
)
alarm
)
;
btu_task.c:554
btu_start_quick_timer()
hash_map_set
(
btu_oneshot_alarm_hash_map
,
p_tle
,
alarm
)
;
btu_task.c:640
btu_start_timer_oneshot()
hash_map_set
(
partial_packets
,
(
void
*
)
(
uintptr_t
)
handle
,
partial_packet
)
;
packet_fragmenter.c:191
reassemble_and_dispatch()
if
(
!
hash_map_set
(
bm_alarm_hash_map
,
work
,
(
void
*
)
alarm
)
)
{
timer.c:91
k_delayed_work_init()
Call Tree
from
examples
hash_map_set()
is called by 7 functions and calls 7 functions:
bta_sys_start_timer()
reassemble_and_dispatch()
background_connection_add()
btu_start_timer()
btu_start_quick_timer()
btu_start_timer_oneshot()
k_delayed_work_init()
All items filtered out
hash_map_set()
__assert_func()
list_append()
list_remove()
osi_calloc_func()
find_bucket_entry_()
hash_map_t::hash_fn
list_new_internal()
All items filtered out
Data Use
from
examples
hash_map_set()
reads 5 variables and writes 5 variables:
bucket_free_()
hash_map_bucket_t::list
hash_map_t::bucket
hash_map_t::num_bucket
hash_map_t::hash_size
All items filtered out
hash_map_set()
hash_map_entry_t::key
hash_map_entry_t::data
hash_map_entry_t::hash_map
hash_map_bucket_t::list
hash_map_t::hash_size
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