Home
last modified time | relevance | path

Searched refs:probe_req (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/cpp/interop/
Dinterop_client.cc311 SimpleRequest probe_req; in DoClientCompressedUnary() local
315 probe_req.mutable_expect_compressed()->set_value(true); // lies! in DoClientCompressedUnary()
317 probe_req.set_response_size(kLargeResponseSize); in DoClientCompressedUnary()
318 probe_req.mutable_payload()->set_body(grpc::string(kLargeRequestSize, '\0')); in DoClientCompressedUnary()
322 serviceStub_.Get()->UnaryCall(&probe_context, probe_req, &probe_res); in DoClientCompressedUnary()
463 StreamingInputCallRequest probe_req; in DoClientCompressedStreaming() local
467 probe_req.mutable_expect_compressed()->set_value(true); // lies! in DoClientCompressedStreaming()
468 probe_req.mutable_payload()->set_body(grpc::string(27182, '\0')); in DoClientCompressedStreaming()
475 if (!probe_stream->Write(probe_req)) { in DoClientCompressedStreaming()
/external/wpa_supplicant_8/src/wps/
Dwps_er.c759 int probe_req) in wps_er_add_sta_data() argument
765 m1 = !probe_req && attr->msg_type && *attr->msg_type == WPS_M1; in wps_er_add_sta_data()
773 if (!probe_req && !m1) in wps_er_add_sta_data()
788 if (attr->config_methods && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
790 if (attr->uuid_e && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
792 if (attr->primary_dev_type && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
794 if (attr->dev_password_id && (!probe_req || !sta->m1_received)) in wps_er_add_sta_data()
/external/wpa_supplicant_8/src/p2p/
Dp2p.c549 int probe_req, const struct p2p_message *msg) in p2p_copy_wps_info() argument
618 if (!probe_req) { in p2p_copy_wps_info()