ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_local_ctrl_prop::name
from the following samples and libraries:
esp_local_ctrl sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_local_ctrl_prop::name
esp_local_ctrl_prop::name field
Unique name of property
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl.h:32
char
*
name
;
Examples
esp_local_ctrl_prop::name
is referenced by 1 libraries and example projects:
esp_local_ctrl sample
References
from
0/1
examples
Code
Location
Referrer
char
*
name
;
esp_local_ctrl.h:32
free
(
local_ctrl_inst_ctx
->
props
[
i
]
->
name
)
;
esp_local_ctrl.c:219
esp_local_ctrl_stop()
if
(
strcmp
(
local_ctrl_inst_ctx
->
props
[
i
]
->
name
,
name
)
==
0
)
{
esp_local_ctrl.c:241
esp_local_ctrl_get_property_index()
if
(
!
prop
||
!
prop
->
name
)
{
esp_local_ctrl.c:254
esp_local_ctrl_add_property()
if
(
esp_local_ctrl_get_property_index
(
prop
->
name
)
>=
0
)
{
esp_local_ctrl.c:257
esp_local_ctrl_add_property()
ESP_LOGE
(
TAG
,
"Property with name %s exists"
,
prop
->
name
)
;
esp_local_ctrl.c:258
esp_local_ctrl_add_property()
ESP_LOGE
(
TAG
,
"Max properties limit reached. Cannot add property %s"
,
prop
->
name
)
;
esp_local_ctrl.c:264
esp_local_ctrl_add_property()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for new property %s"
,
prop
->
name
)
;
esp_local_ctrl.c:271
esp_local_ctrl_add_property()
local_ctrl_inst_ctx
->
props
[
i
]
->
name
=
strdup
(
prop
->
name
)
;
esp_local_ctrl.c:274
esp_local_ctrl_add_property()
if
(
!
local_ctrl_inst_ctx
->
props
[
i
]
->
name
)
{
esp_local_ctrl.c:275
esp_local_ctrl_add_property()
ESP_LOGE
(
TAG
,
"Failed to allocate memory for property data %s"
,
prop
->
name
)
;
esp_local_ctrl.c:276
esp_local_ctrl_add_property()
free
(
local_ctrl_inst_ctx
->
props
[
idx
]
->
name
)
;
esp_local_ctrl.c:304
esp_local_ctrl_remove_property()
props
[
i
]
.
name
=
local_ctrl_inst_ctx
->
props
[
indices
[
i
]
]
->
name
;
esp_local_ctrl.c:362
esp_local_ctrl_get_prop_values()
props
[
i
]
.
name
=
local_ctrl_inst_ctx
->
props
[
indices
[
i
]
]
->
name
;
esp_local_ctrl.c:414
esp_local_ctrl_set_prop_values()
resp_payload
->
props
[
i
]
->
name
=
descs
[
i
]
.
name
;
esp_local_ctrl_handler.c:132
cmd_get_prop_vals_handler()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_local_ctrl_prop::name
is written by 3 functions and is read by 7 functions:
esp_local_ctrl_add_property()
esp_local_ctrl_get_prop_values()
esp_local_ctrl_set_prop_values()
All items filtered out
esp_local_ctrl_prop::name
esp_local_ctrl_stop()
esp_local_ctrl_get_property_index()
esp_local_ctrl_add_property()
esp_local_ctrl_remove_property()
esp_local_ctrl_get_prop_values()
esp_local_ctrl_set_prop_values()
cmd_get_prop_vals_handler()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out