/Zephyr-latest/include/zephyr/sys/ |
D | notify.h | 139 union method { union 149 } method; member 180 uint32_t method = notify->flags >> SYS_NOTIFY_METHOD_POS; in sys_notify_get_method() local
|
/Zephyr-latest/lib/utils/ |
D | notify.c | 53 uint32_t method = sys_notify_get_method(notify); in sys_notify_finalize() local
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | main.c | 76 enum http_method method = client->method; in echo_handler() local
|
/Zephyr-latest/include/zephyr/sip_svc/ |
D | sip_svc_controller.h | 71 char method[SIP_SVC_SUBSYS_CONDUIT_NAME_LENGTH]; member
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | prov.c | 172 int bt_mesh_prov_auth(bool is_provisioner, uint8_t method, uint8_t action, uint8_t size) in bt_mesh_prov_auth()
|
D | provisioner.c | 731 static void prov_set_method(uint8_t method, uint8_t action, uint8_t size) in prov_set_method()
|
/Zephyr-latest/include/zephyr/net/ |
D | coap_client.h | 56 enum coap_method method; /**< Method of the request */ member
|
D | wifi.h | 186 char *method; member
|
/Zephyr-latest/include/zephyr/net/http/ |
D | client.h | 237 enum http_method method; member
|
D | parser.h | 167 unsigned int method : 8; /* requests only */ member
|
D | server.h | 454 enum http_method method; member
|
/Zephyr-latest/samples/net/sockets/coap_client/src/ |
D | coap-client.c | 129 static int send_simple_coap_request(uint8_t method) in send_simple_coap_request()
|
/Zephyr-latest/subsys/net/lib/socks/ |
D | socks_internal.h | 48 uint8_t method; member
|
/Zephyr-latest/drivers/pm_cpu_ops/ |
D | pm_cpu_ops_psci.h | 118 const char *method; member
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_subsys.c | 793 void *sip_svc_get_controller(char *method) in sip_svc_get_controller()
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_client.c | 564 const char *method; in http_client_req() local
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | updatehub.c | 248 static int send_request(enum coap_msgtype msgtype, enum coap_method method, in send_request()
|
/Zephyr-latest/lib/acpi/ |
D | acpi.c | 142 static ACPI_NAMESPACE_NODE *acpi_evaluate_method(char *bus_name, char *method) in acpi_evaluate_method()
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap.c | 1136 uint8_t code, coap_method_t *method) in method_from_code() 1191 coap_method_t method; in coap_handle_request_len() local
|
/Zephyr-latest/tests/net/lib/http_server/core/src/ |
D | main.c | 858 static void common_verify_http1_dynamic_upgrade_post(const uint8_t *method) in common_verify_http1_dynamic_upgrade_post() 902 static void common_verify_http1_dynamic_post(const uint8_t *method) in common_verify_http1_dynamic_post()
|
/Zephyr-latest/drivers/tee/optee/ |
D | optee.c | 49 const char *method; member
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.c | 861 char *method = NULL; in wpas_add_and_config_network() local
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 151 uint8_t method; member 2230 uint8_t method; in legacy_get_pair_method() local
|