Home
last modified time | relevance | path

Searched refs:response (Results 626 - 650 of 843) sorted by relevance

1...<<21222324252627282930>>...34

/third_party/gn/src/gn/
H A Dfunction_toolchain.cc562 Name of the response file. If empty, no response file will be
568 The contents to be written to the response file. This may include all
572 This example adds the inputs and libraries to a response file, but
709 instead of spaces. This is useful in response files: some linkers can
712 response file.
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dsession.c583 if(NULL == response_queue->response->rcb) in SPDYF_handler_write_data()
585 //standard response with data into the struct in SPDYF_handler_write_data()
586 SPDYF_ASSERT(NULL != response_queue->data, "no data for the response"); in SPDYF_handler_write_data()
612 /* response with callbacks. The lib will produce more than 1 in SPDYF_handler_write_data()
627 ret = response_queue->response->rcb(response_queue->response->rcb_cls, in SPDYF_handler_write_data()
629 response_queue->response->rcb_block_size, in SPDYF_handler_write_data()
632 if(ret < 0 || ret > response_queue->response->rcb_block_size) in SPDYF_handler_write_data()
676 //create another response queue object to call the user cb again in SPDYF_handler_write_data()
680 response_queue->response, in SPDYF_handler_write_data()
[all...]
/third_party/nghttp2/src/
H A Dnghttp.cc409 std::cout << " HTTP Upgrade response" << std::endl; in htp_msg_begincb()
1070 std::cerr << "[ERROR] Failed to parse HTTP Upgrade response header: " in on_upgrade_read()
1617 auto response = json_object(); in output_har() local
1618 json_object_set_new(entry, "response", response); in output_har()
1621 json_object_set_new(response, "headers", res_headers); in output_har()
1631 json_object_set_new(response, "status", json_integer(req->status)); in output_har()
1632 json_object_set_new(response, "statusText", json_string("")); in output_har()
1633 json_object_set_new(response, "httpVersion", json_string("HTTP/2.0")); in output_har()
1634 json_object_set_new(response, "cookie in output_har()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp114 float response = paramSize > 0 ? StringUtils::StringToFloat(params[0]) in SpringMotionCreator() local
120 return AceType::MakeRefPtr<ResponsiveSpringMotion>(response, dampingRatio, blendDuration); in SpringMotionCreator()
129 float response = paramSize > 0 ? StringUtils::StringToFloat(params[0]) in ResponsiveSpringMotionCreator() local
135 return AceType::MakeRefPtr<ResponsiveSpringMotion>(response, dampingRatio, blendDuration); in ResponsiveSpringMotionCreator()
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp391 uint8_t *response, int32_t responseLen) in OH_MediaKeySystem_ProcessKeySystemResponse()
397 DRM_CHECK_AND_RETURN_RET_LOG(((mediaKeySystem != nullptr) && (response != nullptr) && (responseLen > 0)), in OH_MediaKeySystem_ProcessKeySystemResponse()
400 std::vector<uint8_t> keySystemResponse(response, response + responseLen); in OH_MediaKeySystem_ProcessKeySystemResponse()
390 OH_MediaKeySystem_ProcessKeySystemResponse(MediaKeySystem *mediaKeySystem, uint8_t *response, int32_t responseLen) OH_MediaKeySystem_ProcessKeySystemResponse() argument
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/ble/
H A Dsoftbus_adapter_ble_gatt_server.c245 GattsSendRspParam response = { in SoftBusGattsSendResponse() local
252 if (BleGattsSendResponse(g_halServerId, &response) != SOFTBUS_OK) { in SoftBusGattsSendResponse()
585 // A response needs to be sent before the ACL is created. in BleRequestWriteCallback()
586 CONN_LOGI(CONN_BLE, "send response handle=%{public}d", writeCbPara.connId); in BleRequestWriteCallback()
588 SoftBusGattsResponse response = { in BleRequestWriteCallback() local
597 SoftBusGattsSendResponse(&response); in BleRequestWriteCallback()
/test/xts/hats/telephony/ril/hdi_v1.1_additional/
H A Dhdf_ril_callback_common.h382 int32_t SimStkProactiveNotify(const RilRadioResponseInfo &responseInfo, const std::string &response) override;
383 int32_t SimStkAlphaNotify(const RilRadioResponseInfo &responseInfo, const std::string &response) override;
384 int32_t SimStkEventNotify(const RilRadioResponseInfo &responseInfo, const std::string &response) override;
396 int32_t GetImsiResponse(const RilRadioResponseInfo &responseInfo, const std::string &response) override;
/third_party/python/Lib/multiprocessing/
H A Dconnection.py739 response = connection.recv_bytes(256) # reject large message
740 if response == digest:
756 response = connection.recv_bytes(256) # reject large message
757 if response != WELCOME:
/third_party/python/Lib/
H A Dsmtplib.py195 This is the message given by the server in response to the
199 This is the message given by the server in response to the
385 - server response code (e.g. '250', or such, if all goes well)
386 Note: returns -1 if it can't read response code.
388 - server response string corresponding to response code (multiline
420 # Check if multiline response.
430 """Send a command, and return its response code."""
463 #parse the ehlo response -ddm
562 response cod
[all...]
/third_party/python/Lib/test/
H A Dtest_urllib2_localnet.py142 response = hashlib.md5(response_str.encode("ascii")).hexdigest()
144 return response == auth_dict["response"]
530 response = [(200, [("Transfer-Encoding", "chunked")], chunked_start)]
531 handler = self.start_server(response)
/foundation/multimedia/drm_framework/interfaces/kits/c/drm_capi/include/
H A Dnative_mediakeysystem.h31 * generate provision request, process provision response, event listening,
280 * @brief Process a media key system provision response.
282 * @param response The provision reponse will be processed.
283 * @param responseLen The response len.
291 uint8_t *response, int32_t responseLen);
/foundation/multimedia/drm_framework/interfaces/inner_api/native/drm/
H A Dmedia_key_system_impl.h57 int32_t ProcessKeySystemResponse(const std::vector<uint8_t> &response);
/foundation/multimedia/av_session/services/session/server/
H A Davcast_controller_item.h75 int32_t ProcessMediaKeyResponse(const std::string& assetId, const std::vector<uint8_t>& response) override;
/foundation/multimedia/drm_framework/interfaces/kits/js/drm_napi/include/
H A Dkey_session_napi.h33 std::vector<uint8_t> response; member
H A Dmedia_key_system_napi.h46 std::vector<uint8_t> response; member
/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Di_mediakeysystem_service.h65 virtual int32_t ProcessKeySystemResponse(const std::vector<uint8_t> &response) = 0;
/foundation/communication/nfc/interfaces/inner_api/common/
H A Dinci_tag_interface.h91 * @brief Send command to tag and receive response.
94 * @param response The response from the tag.
97 virtual int Transceive(uint32_t tagDiscId, const std::string& command, std::string& response) = 0;
/foundation/communication/nfc/services/src/nci_adapter/
H A Dnci_tag_proxy.h83 * @brief Send command to tag and receive response.
86 * @param response The response from the tag.
89 int Transceive(uint32_t tagDiscId, const std::string& command, std::string& response) override;
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/include/
H A Dnci_tag_impl_default.h35 int Transceive(uint32_t tagDiscId, const std::string &command, std::string &response) override;
/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hid2d.h230 * @param response - response result
234 WifiErrorCode Hid2dGetRecommendChannel(const RecommendChannelRequest *request, RecommendChannelResponse *response);
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/
H A Dtest_request.h43 ArkWeb_Response *response() { return response_; } in response() function in TestRequest
/third_party/backends/backend/
H A Dkvs20xx_cmd.h63 struct response struct
/third_party/libwebsockets/lib/roles/http/server/
H A Daccess-log.c180 wsi->http.access_log.response, in lws_access_log()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h38 unsigned response; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h38 unsigned response; member

Completed in 20 milliseconds

1...<<21222324252627282930>>...34