Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp36 enum selected_method { enum
191 enum selected_method method = SEL_METHOD_NONE; in context_menu()
194 method = (enum selected_method) var.toInt(); in context_menu()
1345 enum selected_method method = SEL_METHOD_NONE; in ctx_p2p_connect()
1348 method = (enum selected_method) var.toInt(); in ctx_p2p_connect()
1651 enum selected_method method = in properties()
1652 (enum selected_method) var.toInt(); in properties()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp36 enum selected_method { enum
191 enum selected_method method = SEL_METHOD_NONE; in context_menu()
194 method = (enum selected_method) var.toInt(); in context_menu()
1343 enum selected_method method = SEL_METHOD_NONE; in ctx_p2p_connect()
1346 method = (enum selected_method) var.toInt(); in ctx_p2p_connect()
1649 enum selected_method method = in properties()
1650 (enum selected_method) var.toInt(); in properties()
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdclient.h87 …get_utc_timing_sources (GstMPDClient *client, guint methods, GstMPDUTCTimingType *selected_method);
Dgstmpdclient.c1959 guint methods, GstMPDUTCTimingType * selected_method) in gst_mpd_client_get_utc_timing_sources() argument
1969 if (selected_method) { in gst_mpd_client_get_utc_timing_sources()
1970 *selected_method = node->method; in gst_mpd_client_get_utc_timing_sources()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Ddash_mpd.c2820 GstMPDUTCTimingType selected_method; in GST_START_TEST() local
2831 GST_MPD_UTCTIMING_TYPE_HTTP_XSDATE, &selected_method); in GST_START_TEST()
2833 assert_equals_int (selected_method, GST_MPD_UTCTIMING_TYPE_HTTP_XSDATE); in GST_START_TEST()
2840 &selected_method); in GST_START_TEST()
2842 assert_equals_int (selected_method, GST_MPD_UTCTIMING_TYPE_HTTP_XSDATE); in GST_START_TEST()
2852 &selected_method); in GST_START_TEST()
2854 assert_equals_int (selected_method, GST_MPD_UTCTIMING_TYPE_HTTP_XSDATE); in GST_START_TEST()
2857 GST_MPD_UTCTIMING_TYPE_NTP, &selected_method); in GST_START_TEST()
2859 assert_equals_int (selected_method, GST_MPD_UTCTIMING_TYPE_NTP); in GST_START_TEST()