Home
last modified time | relevance | path

Searched refs:config_method (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/axum/benches/
Dbenches.rs121 macro_rules! config_method { macro
131 config_method!(path, &'static str);
132 config_method!(method, &'static str);
133 config_method!(headers, &'static [(&'static str, &'static str)]);
134 config_method!(body, &'static str);
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/gcp/
Dobservability_logging_sink.cc88 for (const auto& config_method : config.parsed_methods) { in FindMatch() local
89 if ((config_method.service == "*") || in FindMatch()
90 ((service == config_method.service) && in FindMatch()
91 ((config_method.method == "*") || in FindMatch()
92 (method == config_method.method)))) { in FindMatch()
/aosp_15_r20/external/grpc-grpc/src/cpp/ext/gcp/
H A Dobservability_logging_sink.cc88 for (const auto& config_method : config.parsed_methods) { in FindMatch() local
89 if ((config_method.service == "*") || in FindMatch()
90 ((service == config_method.service) && in FindMatch()
91 ((config_method.method == "*") || in FindMatch()
92 (method == config_method.method)))) { in FindMatch()
/aosp_15_r20/external/wpa_supplicant_8/src/p2p/
H A Dp2p_go_neg.c246 u16 config_method; in p2p_connect_send() local
250 config_method = WPS_CONFIG_KEYPAD; in p2p_connect_send()
252 config_method = WPS_CONFIG_DISPLAY; in p2p_connect_send()
254 config_method = WPS_CONFIG_PUSHBUTTON; in p2p_connect_send()
256 config_method = WPS_CONFIG_P2PS; in p2p_connect_send()
258 config_method = WPS_NOT_READY; in p2p_connect_send()
262 NULL, config_method, 0, 0, 1); in p2p_connect_send()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c904 char *config_method = NULL; in wpas_dbus_handler_p2p_prov_disc_req() local
914 dbus_message_iter_get_basic(&iter, &config_method); in wpas_dbus_handler_p2p_prov_disc_req()
921 if (os_strcmp(config_method, "display") && in wpas_dbus_handler_p2p_prov_disc_req()
922 os_strcmp(config_method, "keypad") && in wpas_dbus_handler_p2p_prov_disc_req()
923 os_strcmp(config_method, "pbc") && in wpas_dbus_handler_p2p_prov_disc_req()
924 os_strcmp(config_method, "pushbutton")) in wpas_dbus_handler_p2p_prov_disc_req()
931 if (wpas_p2p_prov_disc(wpa_s, peer_addr, config_method, in wpas_dbus_handler_p2p_prov_disc_req()
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/
H A Dp2p_supplicant.h67 const char *config_method,
H A Dp2p_supplicant.c7550 const char *config_method, in wpas_p2p_prov_disc() argument
7572 } else if (os_strncmp(config_method, "display", 7) == 0) in wpas_p2p_prov_disc()
7574 else if (os_strncmp(config_method, "keypad", 6) == 0) in wpas_p2p_prov_disc()
7576 else if (os_strncmp(config_method, "pbc", 3) == 0 || in wpas_p2p_prov_disc()
7577 os_strncmp(config_method, "pushbutton", 10) == 0) in wpas_p2p_prov_disc()
H A DChangeLog1009 UFD config_method)
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A DChangeLog582 UFD config_method)