Home
last modified time | relevance | path

Searched refs:RespGetPropertyCount (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.4.0/components/esp_local_ctrl/proto-c/
Desp_local_ctrl.pb-c.h20 typedef struct _RespGetPropertyCount RespGetPropertyCount; typedef
151 RespGetPropertyCount *resp_get_prop_count;
184 (RespGetPropertyCount *message);
186 (const RespGetPropertyCount *message);
188 (const RespGetPropertyCount *message,
191 (const RespGetPropertyCount *message,
193 RespGetPropertyCount *
199 (RespGetPropertyCount *message,
340 (const RespGetPropertyCount *message,
Desp_local_ctrl.pb-c.c56 (RespGetPropertyCount *message) in resp_get_property_count__init()
58 static const RespGetPropertyCount init_value = RESP_GET_PROPERTY_COUNT__INIT; in resp_get_property_count__init()
62 (const RespGetPropertyCount *message) in resp_get_property_count__get_packed_size()
68 (const RespGetPropertyCount *message, in resp_get_property_count__pack()
75 (const RespGetPropertyCount *message, in resp_get_property_count__pack_to_buffer()
81 RespGetPropertyCount *
87 return (RespGetPropertyCount *) in resp_get_property_count__unpack()
92 (RespGetPropertyCount *message, in resp_get_property_count__free_unpacked()
441 offsetof(RespGetPropertyCount, status),
453 offsetof(RespGetPropertyCount, count),
[all …]
/hal_espressif-3.4.0/components/esp_local_ctrl/proto/
Desp_local_ctrl.proto8 message RespGetPropertyCount { message
56 RespGetPropertyCount resp_get_prop_count = 11;
/hal_espressif-3.4.0/components/esp_local_ctrl/python/
Desp_local_ctrl_pb2.py493 RespGetPropertyCount = _reflection.GeneratedProtocolMessageType('RespGetPropertyCount', (_message.M… variable
498 _sym_db.RegisterMessage(RespGetPropertyCount)
/hal_espressif-3.4.0/components/esp_local_ctrl/src/
Desp_local_ctrl_handler.c85 SAFE_ALLOCATION(RespGetPropertyCount, resp_payload); in cmd_get_prop_count_handler()