ESP-IDF
hash_map_get()
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_get()
hash_map_get() function
Syntax
Show:
Summary
Declaration
Definition
from
hash_map.h:84
void
*
hash_map_get
(
const
hash_map_t
*
hash_map
,
const
void
*
key
)
;
Implemented in
hash_map.c:185
Arguments
Argument
hash_map
key
Related Functions
Found 6 other functions taking a
hash_map_t
argument:
Function
hash_map_set()
hash_map_erase()
hash_map_free()
hash_map_has_key()
hash_map_clear()
hash_map_foreach()
Examples
References
from
examples
Code
Location
Referrer
void
*
hash_map_get
(
const
hash_map_t
*
hash_map
,
const
void
*
key
)
hash_map.c:185
void
*
hash_map_get
(
const
hash_map_t
*
hash_map
,
const
void
*
key
)
;
hash_map.h:84
osi_alarm_t
*
alarm
=
hash_map_get
(
bta_alarm_hash_map
,
p_tle
)
;
bta_sys_main.c:610
bta_sys_start_timer()
osi_alarm_t
*
alarm
=
hash_map_get
(
bta_alarm_hash_map
,
p_tle
)
;
bta_sys_main.c:654
bta_sys_timer_is_active()
osi_alarm_t
*
alarm
=
hash_map_get
(
bta_alarm_hash_map
,
p_tle
)
;
bta_sys_main.c:675
bta_sys_stop_timer()
osi_alarm_t
*
alarm
=
hash_map_get
(
bta_alarm_hash_map
,
p_tle
)
;
bta_sys_main.c:696
bta_sys_free_timer()
background_connection_t
*
connection
=
hash_map_get
(
background_connections
,
address
)
;
btm_ble_bgconn.c:76
background_connection_add()
alarm
=
hash_map_get
(
btu_general_alarm_hash_map
,
p_tle
)
;
btu_task.c:443
btu_start_timer()
osi_alarm_t
*
alarm
=
hash_map_get
(
btu_general_alarm_hash_map
,
p_tle
)
;
btu_task.c:477
btu_stop_timer()
osi_alarm_t
*
alarm
=
hash_map_get
(
btu_general_alarm_hash_map
,
p_tle
)
;
btu_task.c:501
btu_free_timer()
alarm
=
hash_map_get
(
btu_l2cap_alarm_hash_map
,
p_tle
)
;
btu_task.c:558
btu_start_quick_timer()
osi_alarm_t
*
alarm
=
hash_map_get
(
btu_l2cap_alarm_hash_map
,
p_tle
)
;
btu_task.c:591
btu_stop_quick_timer()
osi_alarm_t
*
alarm
=
hash_map_get
(
btu_l2cap_alarm_hash_map
,
p_tle
)
;
btu_task.c:606
btu_free_quick_timer()
alarm
=
hash_map_get
(
btu_oneshot_alarm_hash_map
,
p_tle
)
;
btu_task.c:644
btu_start_timer_oneshot()
osi_alarm_t
*
alarm
=
hash_map_get
(
btu_oneshot_alarm_hash_map
,
p_tle
)
;
btu_task.c:668
btu_stop_timer_oneshot()
BT_HDR
*
partial_packet
=
(
BT_HDR
*
)
hash_map_get
(
partial_packets
,
(
void
*
)
(
uintptr_t
)
handle
)
;
packet_fragmenter.c:155
reassemble_and_dispatch()
alarm
=
hash_map_get
(
bm_alarm_hash_map
,
work
)
;
timer.c:77
k_delayed_work_init()
alarm
=
hash_map_get
(
bm_alarm_hash_map
,
(
void
*
)
work
)
;
timer.c:122
k_delayed_work_submit()
alarm
=
hash_map_get
(
bm_alarm_hash_map
,
(
void
*
)
work
)
;
timer.c:155
k_delayed_work_submit_periodic()
alarm
=
hash_map_get
(
bm_alarm_hash_map
,
(
void
*
)
work
)
;
timer.c:182
k_delayed_work_cancel()
alarm
=
hash_map_get
(
bm_alarm_hash_map
,
work
)
;
timer.c:208
k_delayed_work_free()
alarm
=
hash_map_get
(
bm_alarm_hash_map
,
(
void
*
)
work
)
;
timer.c:235
k_delayed_work_remaining_get()
Call Tree
from
examples
hash_map_get()
is called by 20 functions and calls 3 functions:
bta_sys_start_timer()
bta_sys_timer_is_active()
bta_sys_stop_timer()
bta_sys_free_timer()
reassemble_and_dispatch()
background_connection_add()
btu_start_timer()
btu_stop_timer()
btu_free_timer()
btu_start_quick_timer()
btu_stop_quick_timer()
btu_free_quick_timer()
btu_start_timer_oneshot()
btu_stop_timer_oneshot()
k_delayed_work_init()
k_delayed_work_submit()
k_delayed_work_submit_periodic()
k_delayed_work_cancel()
k_delayed_work_free()
k_delayed_work_remaining_get()
All items filtered out
hash_map_get()
__assert_func()
find_bucket_entry_()
hash_map_t::hash_fn
All items filtered out
Data Use
from
examples
hash_map_get()
reads 4 variables:
hash_map_entry_t::data
hash_map_bucket_t::list
hash_map_t::bucket
hash_map_t::num_bucket
All items filtered out
hash_map_get()
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