Home
last modified time | relevance | path

Searched refs:response (Results 601 - 625 of 1665) sorted by relevance

1...<<21222324252627282930>>...67

/third_party/node/test/parallel/
H A Dtest-http2-client-connection-tunnelling.js51 proxyReq.on('response', common.mustCall((response) => {
52 assert.strictEqual(response[':status'], 200);
H A Dtest-http2-compat-serverrequest-trailers.js19 server.once('request', common.mustCall(function(request, response) {
41 response.end();
H A Dtest-net-autoselectfamilydefault.js71 socket.write('response-ipv4');
86 let response = '';
90 response += chunk;
94 assert.strictEqual(response, 'response-ipv4');
109 socket.write('response-ipv4');
/third_party/node/deps/v8/tools/link_clicker.extension/
H A Dbackground.js17 chrome.runtime.onMessage.addListener(function(msg, sender, response) {
21 response(result);
/base/telephony/call_manager/services/call/src/
H A Dims_call.cpp358 int32_t IMSCall::RecieveUpdateCallMediaModeRequest(CallModeReportInfo &response) in RecieveUpdateCallMediaModeRequest() argument
367 callModeInfo.result = response.result; in RecieveUpdateCallMediaModeRequest()
368 callModeInfo.callMode = response.callMode; in RecieveUpdateCallMediaModeRequest()
374 int32_t IMSCall::ReceiveUpdateCallMediaModeResponse(CallModeReportInfo &response) in ReceiveUpdateCallMediaModeResponse() argument
383 callModeInfo.result = response.result; in ReceiveUpdateCallMediaModeResponse()
384 callModeInfo.callMode = response.callMode; in ReceiveUpdateCallMediaModeResponse()
387 if (response.result == VideoRequestResultType::TYPE_REQUEST_SUCCESS) { in ReceiveUpdateCallMediaModeResponse()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia_bw.c304 uint8_t response = 0, in link_dp_dpia_set_dptx_usb4_bw_alloc_support() local
314 &response, in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
316 bw_support_dpia = (response >> 7) & 1; in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
321 &response, in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
323 bw_support_cm = (response >> 7) & 1; in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
328 response = 0x80; in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
332 &response, in link_dp_dpia_set_dptx_usb4_bw_alloc_support()
448 ret = 0;// ERROR TIMEOUT waiting for response for allocating bw in dpia_handle_usb4_bandwidth_allocation_for_link()
/kernel/linux/linux-6.6/drivers/hv/
H A Dhv_trace.h107 TP_PROTO(const struct vmbus_channel_modifychannel_response *response),
108 TP_ARGS(response),
113 TP_fast_assign(__entry->child_relid = response->child_relid;
114 __entry->status = response->status;
130 TP_PROTO(const struct vmbus_channel_version_response *response),
131 TP_ARGS(response),
135 TP_fast_assign(__entry->ver = response->version_supported;
H A Dchannel_mgmt.c160 * The rescinded channel may be blocked waiting for a response from the host;
209 * vmbus_prep_negotiate_resp() - Create default response for Negotiate message
222 * Set up and fill in default negotiate response message.
669 * vmbus_open() may never get the host's response to the in vmbus_process_offer()
825 * that the panic path can't get hung forever in case the response in vmbus_wait_for_unload()
895 * vmbus_unload_response - Handler for the unload response.
1302 * This is invoked when we received a response to our channel open request.
1303 * Find the matching request, copy the response and signal the requesting
1333 memcpy(&msginfo->response.open_result, in vmbus_onopen_result()
1348 * This is invoked when we received a response t
1402 struct vmbus_channel_modifychannel_response *response; vmbus_onmodifychannel_response() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_rsp_verify.c26 static int ts_check_status_info(TS_RESP *response);
48 * Local mapping between response codes and descriptions.
79 * - Search for the signing certificate in 'certs' and in the response.
244 * Verifies whether 'response' contains a valid response with regards
249 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response) in TS_RESP_verify_response() argument
251 PKCS7 *token = response->token; in TS_RESP_verify_response()
252 TS_TST_INFO *tst_info = response->tst_info; in TS_RESP_verify_response()
255 if (!ts_check_status_info(response)) in TS_RESP_verify_response()
285 * - Checks the version number of the response
351 ts_check_status_info(TS_RESP *response) ts_check_status_info() argument
[all...]
/third_party/node/deps/undici/src/lib/websocket/
H A Dwebsocket.js127 (response) => this.#onConnectionEstablished(response),
503 #onConnectionEstablished (response) {
504 // processResponse is called when the "response’s header list has been received and initialized."
506 this[kResponse] = response
513 response.socket.ws = this
522 const extensions = response.headersList.get('sec-websocket-extensions')
531 const protocol = response.headersList.get('sec-websocket-protocol')
/third_party/openssl/crypto/ts/
H A Dts_rsp_verify.c26 static int ts_check_status_info(TS_RESP *response);
48 * Local mapping between response codes and descriptions.
79 * - Search for the signing certificate in 'certs' and in the response.
244 * Verifies whether 'response' contains a valid response with regards
249 int TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response) in TS_RESP_verify_response() argument
251 PKCS7 *token = response->token; in TS_RESP_verify_response()
252 TS_TST_INFO *tst_info = response->tst_info; in TS_RESP_verify_response()
255 if (!ts_check_status_info(response)) in TS_RESP_verify_response()
285 * - Checks the version number of the response
351 ts_check_status_info(TS_RESP *response) ts_check_status_info() argument
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/rtsp/src/
H A Drtsp_package.cpp106 std::string response; in EncapResponseOption() local
107 response.append("RTSP/1.0 200 OK") in EncapResponseOption()
117 return response; in EncapResponseOption()
167 CLOGD("Encap GetParam response his_feature."); in EncapFeature()
243 std::string response; in EncapResponseGetParamM3() local
244 response.append(AddResponseHeaders(STATUS_OK_STR, seq)) in EncapResponseGetParamM3()
253 CLOGD("EncapResponseGetParamM3. response %{public}s, body %{public}s", response.c_str(), body.c_str()); in EncapResponseGetParamM3()
254 return response; in EncapResponseGetParamM3()
548 CLOGD("Encap Common response in EncapCommonResponse()
581 std::string response; EncapSetupResponse() local
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/rtsp/src/
H A Drtsp_package.cpp106 std::string response; in EncapResponseOption() local
107 response.append("RTSP/1.0 200 OK") in EncapResponseOption()
117 return response; in EncapResponseOption()
167 CLOGD("Encap GetParam response his_feature."); in EncapFeature()
243 std::string response; in EncapResponseGetParamM3() local
244 response.append(AddResponseHeaders(STATUS_OK_STR, seq)) in EncapResponseGetParamM3()
253 CLOGD("EncapResponseGetParamM3. response %{public}s, body %{public}s", response.c_str(), body.c_str()); in EncapResponseGetParamM3()
254 return response; in EncapResponseGetParamM3()
548 CLOGD("Encap Common response in EncapCommonResponse()
581 std::string response; EncapSetupResponse() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp275 float response = GetData<float>(); in RSSpringInterpolatorFuzzerTest() local
281 auto animation = std::make_shared<RSSpringInterpolator>(response, dampingRatio, initialVelocity); in RSSpringInterpolatorFuzzerTest()
363 auto response = GetData<float>(); in RSRenderInterpolatingSpringAnimationFuzzerTest() local
374 animation->SetSpringParameters(response, dampingRatio, normalizedInitialVelocity, minimumAmplitudeRatio); in RSRenderInterpolatingSpringAnimationFuzzerTest()
510 float response = GetData<float>(); in RSSpringValueEstimatorFuzzerTest() local
516 springBaseValueEstimator->SetResponse(response); in RSSpringValueEstimatorFuzzerTest()
530 springValueEstimator->SetResponse(response); in RSSpringValueEstimatorFuzzerTest()
550 float response = GetData<float>(); in RSSpringModelFuzzerTest() local
558 response, dampingRatio, initialOffset, initialVelocity, minimumAmplitude); in RSSpringModelFuzzerTest()
637 float response in RSRenderSpringAnimationFuzzerTest() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c274 coap_pdu_t *response, uint8_t businessType) in CoapResponseServiceDiscovery()
284 coap_pdu_set_code(response, COAP_RESPONSE_CODE_CREATED); in CoapResponseServiceDiscovery()
288 static int32_t HndPostServiceDiscoverEx(coap_session_t *session, const coap_pdu_t *request, coap_pdu_t *response) in HndPostServiceDiscoverEx() argument
333 CoapResponseServiceDiscovery(remoteUrl, currCtx, response, deviceInfo->businessType); in HndPostServiceDiscoverEx()
343 const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response)
350 if (request == NULL || response == NULL || !g_isScreenOn) {
352 if (request == NULL || response == NULL) {
358 if (HndPostServiceDiscoverEx(session, request, response) != NSTACKX_EOK) {
544 const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response)
551 if (request == NULL || response
273 CoapResponseServiceDiscovery(const char *remoteUrl, const coap_context_t *currCtx, coap_pdu_t *response, uint8_t businessType) CoapResponseServiceDiscovery() argument
342 HndPostServiceDiscover(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) global() argument
543 HndPostServiceMsgEx(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) global() argument
594 HndPostServiceMsg(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) global() argument
1102 HndPostServiceNotification(coap_resource_t *resource, coap_session_t *session, const coap_pdu_t *request, const coap_string_t *query, coap_pdu_t *response) global() argument
[all...]
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify_user.c168 unsigned int response)
174 event->response = response;
189 int response = response_struct->response; in process_access_response() local
191 pr_debug("%s: group=%p fd=%d response=%d\n", __func__, group, in process_access_response()
192 fd, response); in process_access_response()
194 * make sure the response is valid, if invalid we do nothing and either in process_access_response()
195 * userspace can send a valid response or we will clean it up after the in process_access_response()
198 switch (response in process_access_response()
547 struct fanotify_response response = { .fd = -1, .response = -1 }; fanotify_write() local
[all...]
/kernel/linux/linux-5.10/drivers/visorbus/
H A Dvisorchipset.c284 int response) in controlvm_init_response()
291 if (response < 0) { in controlvm_init_response()
293 msg->hdr.completion_status = (u32)(-response); in controlvm_init_response()
299 int response, in controlvm_respond_chipset_init()
304 controlvm_init_response(&outmsg, msg_hdr, response); in controlvm_respond_chipset_init()
340 int response, struct visor_segment_state *state) in controlvm_respond()
344 controlvm_init_response(&outmsg, msg_hdr, response); in controlvm_respond()
422 int response) in controlvm_responder()
427 return controlvm_respond(pending_msg_hdr, response, NULL); in controlvm_responder()
431 struct visor_device *p, int response, in device_changestate_responder()
282 controlvm_init_response(struct controlvm_message *msg, struct controlvm_message_header *msg_hdr, int response) controlvm_init_response() argument
297 controlvm_respond_chipset_init( struct controlvm_message_header *msg_hdr, int response, enum visor_chipset_feature features) controlvm_respond_chipset_init() argument
339 controlvm_respond(struct controlvm_message_header *msg_hdr, int response, struct visor_segment_state *state) controlvm_respond() argument
420 controlvm_responder(enum controlvm_id cmd_id, struct controlvm_message_header *pending_msg_hdr, int response) controlvm_responder() argument
430 device_changestate_responder(enum controlvm_id cmd_id, struct visor_device *p, int response, struct visor_segment_state state) device_changestate_responder() argument
1282 visorbus_response(struct visor_device *bus_info, int response, int controlvm_id) visorbus_response() argument
1293 visorbus_device_changestate_response(struct visor_device *dev_info, int response, struct visor_segment_state state) visorbus_device_changestate_response() argument
[all...]
/third_party/python/Lib/http/
H A Dclient.py7 may legally make another request or fetch the response for a particular
25 | response = getresponse() | ConnectionError
27 Unread-response Idle
31 | response.read() | putrequest()
33 Idle Req-started-unread-response
36 response.read() | | ( putheader() )* endheaders()
38 Request-started Req-sent-unread-response
40 | response.read()
45 -- a second request may not be started until {response-headers-read}
46 -- a response [objec
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H A Drtw_android.c153 goto response; in rtw_android_priv_cmd()
155 goto response; in rtw_android_priv_cmd()
226 response: in rtw_android_priv_cmd()
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H A Diosm_ipc_task_queue.c24 args->response = args->func(args->ipc_imem, args->arg, in ipc_task_queue_handler()
112 ipc_task->args[pos].response = -1; in ipc_task_queue_add_task()
131 result = ipc_task->args[pos].response; in ipc_task_queue_add_task()
H A Diosm_ipc_mux.h29 /* response to open session request (CP->AP) */
35 /* response to close session request (CP->AP) */
52 /* Used to reset a command/response state. */
55 /* command response : command processed successfully */
112 /* Parameter definition of the open session response. */
114 __le32 response; /* Response code */ member
124 /* Parameter definition of the close session response code */
126 __le32 response; member
140 /* Parameter definition of the link status report response code. */
142 __le32 response; member
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/core/
H A Ducma.c402 if (copy_to_user(u64_to_user_ptr(cmd.response), in ucma_get_event()
472 if (copy_to_user(u64_to_user_ptr(cmd.response), in ucma_create_id()
618 if (copy_to_user(u64_to_user_ptr(cmd.response), in ucma_destroy_id()
862 if (copy_to_user(u64_to_user_ptr(cmd.response), &resp, in ucma_query_route()
884 void __user *response, int out_len) in ucma_query_addr()
905 if (copy_to_user(response, &resp, min_t(size_t, out_len, sizeof(resp)))) in ucma_query_addr()
912 void __user *response, int out_len) in ucma_query_path()
943 if (copy_to_user(response, resp, struct_size(resp, path_data, i))) in ucma_query_path()
951 void __user *response, int out_len) in ucma_query_gid()
990 if (copy_to_user(response, in ucma_query_gid()
883 ucma_query_addr(struct ucma_context *ctx, void __user *response, int out_len) ucma_query_addr() argument
911 ucma_query_path(struct ucma_context *ctx, void __user *response, int out_len) ucma_query_path() argument
950 ucma_query_gid(struct ucma_context *ctx, void __user *response, int out_len) ucma_query_gid() argument
1002 void __user *response; ucma_query() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Ducma.c402 if (copy_to_user(u64_to_user_ptr(cmd.response), in ucma_get_event()
472 if (copy_to_user(u64_to_user_ptr(cmd.response), in ucma_create_id()
618 if (copy_to_user(u64_to_user_ptr(cmd.response), in ucma_destroy_id()
862 if (copy_to_user(u64_to_user_ptr(cmd.response), &resp, in ucma_query_route()
884 void __user *response, int out_len) in ucma_query_addr()
905 if (copy_to_user(response, &resp, min_t(size_t, out_len, sizeof(resp)))) in ucma_query_addr()
912 void __user *response, int out_len) in ucma_query_path()
943 if (copy_to_user(response, resp, struct_size(resp, path_data, i))) in ucma_query_path()
951 void __user *response, int out_len) in ucma_query_gid()
990 if (copy_to_user(response, in ucma_query_gid()
883 ucma_query_addr(struct ucma_context *ctx, void __user *response, int out_len) ucma_query_addr() argument
911 ucma_query_path(struct ucma_context *ctx, void __user *response, int out_len) ucma_query_path() argument
950 ucma_query_gid(struct ucma_context *ctx, void __user *response, int out_len) ucma_query_gid() argument
1002 void __user *response; ucma_query() local
[all...]
/base/telephony/call_manager/test/fuzztest/telephonyinteraction_fuzzer/
H A Dtelephonyinteraction_fuzzer.cpp274 GetImsConfigResponse response; in GetImsConfigResult() local
277 response.result = static_cast<int32_t>(size); in GetImsConfigResult()
278 response.value = static_cast<int32_t>(size); in GetImsConfigResult()
279 dataParcel.WriteRawData((const void *)&response, length); in GetImsConfigResult()
294 GetImsFeatureValueResponse response; in GetImsFeatureValueResult() local
297 response.result = static_cast<int32_t>(size); in GetImsFeatureValueResult()
298 response.value = static_cast<int32_t>(size); in GetImsFeatureValueResult()
299 dataParcel.WriteRawData((const void *)&response, length); in GetImsFeatureValueResult()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dhuawei-wmi.c710 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in huawei_wmi_process_key() local
714 status = wmi_query_block(WMI0_EXPENSIVE_GUID, 0, &response); in huawei_wmi_process_key()
718 obj = (union acpi_object *)response.pointer; in huawei_wmi_process_key()
722 kfree(response.pointer); in huawei_wmi_process_key()
742 struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; in huawei_wmi_input_notify() local
746 status = wmi_get_event_data(value, &response); in huawei_wmi_input_notify()
752 obj = (union acpi_object *)response.pointer; in huawei_wmi_input_notify()
756 dev_err(&idev->dev, "Bad response type\n"); in huawei_wmi_input_notify()
758 kfree(response.pointer); in huawei_wmi_input_notify()

Completed in 23 milliseconds

1...<<21222324252627282930>>...67