/kernel/linux/linux-5.10/drivers/scsi/smartpqi/ |
H A D | smartpqi_init.c | 2865 struct pqi_task_management_response *response) in pqi_interpret_task_management_response() 2869 switch (response->response_code) { in pqi_interpret_task_management_response() 2896 struct pqi_io_response *response; in pqi_process_io_intr() local 2915 response = queue_group->oq_element_array + in pqi_process_io_intr() 2918 request_id = get_unaligned_le16(&response->request_id); in pqi_process_io_intr() 2922 "request ID in response (%u) out of range (0-%u): producer index: %u consumer index: %u\n", in pqi_process_io_intr() 2931 "request ID in response (%u) does not match an outstanding I/O request: producer index: %u consumer index: %u\n", in pqi_process_io_intr() 2936 switch (response->header.iu_type) { in pqi_process_io_intr() 2948 response)->status); in pqi_process_io_intr() 2953 (void *)response); in pqi_process_io_intr() 2864 pqi_interpret_task_management_response( struct pqi_task_management_response *response) pqi_interpret_task_management_response() argument 3273 pqi_ofa_capture_event_payload(struct pqi_event *event, struct pqi_event_response *response) pqi_ofa_capture_event_payload() argument 3297 struct pqi_event_response *response; pqi_process_event_intr() local 3854 pqi_poll_for_admin_response(struct pqi_ctrl_info *ctrl_info, struct pqi_general_admin_response *response) pqi_poll_for_admin_response() argument 4132 pqi_validate_admin_response( struct pqi_general_admin_response *response, u8 expected_function_code) pqi_validate_admin_response() argument 4151 pqi_submit_admin_request_synchronous( struct pqi_ctrl_info *ctrl_info, struct pqi_general_admin_request *request, struct pqi_general_admin_response *response) pqi_submit_admin_request_synchronous() argument 4173 struct pqi_general_admin_response response; pqi_report_device_capability() local 4294 struct pqi_general_admin_response response; pqi_create_event_queue() local 4340 struct pqi_general_admin_response response; pqi_create_queue_group() local [all...] |
/base/telephony/core_service/services/sim/src/ |
H A D | isim_file.cpp | 67 void IsimFile::ProcessFileLoaded(bool response)
in ProcessFileLoaded() argument 69 if (!response) {
in ProcessFileLoaded()
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | web_scheme_handler_request.h | 65 WebSchemeHandlerResponse(napi_env env, ArkWeb_Response* response); 136 int32_t DidReceiveResponse(const ArkWeb_Response* response);
|
/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/ |
H A D | amsmgrscheduler_fuzzer.cpp | 71 sptr<IStartSpecifiedAbilityResponse> response; in DoSomethingInterestingWithMyAPI1() local 72 amsMgrScheduler->RegisterStartSpecifiedAbilityResponse(response); in DoSomethingInterestingWithMyAPI1()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | ams_mgr_interface.h | 234 * Register response of start specified ability. 236 * @param response Response of start specified ability. 238 virtual void RegisterStartSpecifiedAbilityResponse(const sptr<IStartSpecifiedAbilityResponse> &response) = 0; 357 * @brief Registering ability debug mode response. 358 * @param response Response for ability debug object. 361 virtual int32_t RegisterAbilityDebugResponse(const sptr<IAbilityDebugResponse> &response) = 0;
|
H A D | ams_mgr_proxy.h | 236 * Register response of start specified ability. 238 * @param response Response of start specified ability. 240 virtual void RegisterStartSpecifiedAbilityResponse(const sptr<IStartSpecifiedAbilityResponse> &response) override; 319 * @brief Registering ability debug mode response. 320 * @param response Response for ability debug object. 323 int32_t RegisterAbilityDebugResponse(const sptr<IAbilityDebugResponse> &response) override;
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | ams_mgr_scheduler.h | 255 * Register response of start specified ability. 257 * @param response Response of start specified ability. 259 virtual void RegisterStartSpecifiedAbilityResponse(const sptr<IStartSpecifiedAbilityResponse> &response) override; 351 * @brief Registering ability debug mode response. 352 * @param response Response for ability debug object. 355 int32_t RegisterAbilityDebugResponse(const sptr<IAbilityDebugResponse> &response) override;
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/ |
H A D | rtsp_response.cpp | 65 RtspError RtspResponse::Parse(const std::string &response) in Parse() argument 68 auto result = RtspCommon::ParseMessage(response, firstLine, tokens_, body_); in Parse()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_render_interpolating_spring_animation.cpp | 57 float response, float dampingRatio, float normalizedInitialVelocity, float minimumAmplitudeRatio) in SetSpringParameters() 59 response_ = response; in SetSpringParameters() 56 SetSpringParameters( float response, float dampingRatio, float normalizedInitialVelocity, float minimumAmplitudeRatio) SetSpringParameters() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_spring_model.h | 65 explicit RSSpringModel(float response, float dampingRatio, const RSAnimatableType& initialOffset, in RSSpringModel() argument 67 : response_(response), dampingRatio_(dampingRatio), initialOffset_(initialOffset), in RSSpringModel()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/ |
H A D | mock_wpa_ctrl.cpp | 31 void MockSetWpaExpectCmdResponse(const std::string &cmd, const std::string &response) in MockSetWpaExpectCmdResponse() argument 33 gSupportedCmd[cmd] = response; in MockSetWpaExpectCmdResponse()
|
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/ |
H A D | nci_tag_impl_default.cpp | 91 int NciTagImplDefault::Transceive(uint32_t tagDiscId, const std::string &command, std::string &response) in Transceive() argument 95 return tag->Transceive(command, response); in Transceive()
|
/kernel/linux/linux-5.10/drivers/iio/chemical/ |
H A D | scd30_serial.c | 82 void *response, int size) in scd30_serdev_command() 87 * receiving a request device should reply with response. in scd30_serdev_command() 100 * SCD30_SERDEV_READ and response looks like the one below. As with in scd30_serdev_command() 111 char *rsp = response; in scd30_serdev_command() 81 scd30_serdev_command(struct scd30_state *state, enum scd30_cmd cmd, u16 arg, void *response, int size) scd30_serdev_command() argument
|
/kernel/linux/linux-6.6/drivers/iio/chemical/ |
H A D | scd30_serial.c | 82 void *response, int size) in scd30_serdev_command() 87 * receiving a request device should reply with response. in scd30_serdev_command() 100 * SCD30_SERDEV_READ and response looks like the one below. As with in scd30_serdev_command() 111 char *rsp = response; in scd30_serdev_command() 81 scd30_serdev_command(struct scd30_state *state, enum scd30_cmd cmd, u16 arg, void *response, int size) scd30_serdev_command() argument
|
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/ |
H A D | LiteIPCClientTest.cpp | 50 char *response = (char *)ReadString(reply, &len); in CurrentCallback() local 51 printf("[hcpptest]response %s \n", response); in CurrentCallback()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | structures.h | 357 * Callback to be called when the response queue object was handled and 363 * @param status shows if actually the response was sent or it was 366 * status indicates an error but part of the response (in one 417 * Stream (Request) for which is the response. 424 struct SPDY_Response *response; member 449 * Callback to be called when the last bytes from the response was sent 837 * we are done sending our response (and stop 1001 * Represents a SPDY response. 1013 * response. 1018 * Callback function to be used when the response dat [all...] |
/third_party/skia/modules/canvaskit/tests/ |
H A D | util.js | 11 .then((response) => response.arrayBuffer())
|
/kernel/linux/linux-5.10/drivers/fsi/ |
H A D | fsi-master-ast-cf.c | 378 uint32_t *response, u8 *tag) in read_copro_response() 394 if (response) in read_copro_response() 395 *response = rdata; in read_copro_response() 408 dev_dbg(master->dev, "Bad response CRC !\n"); in read_copro_response() 434 dev_err(master->dev, "TERM failed; response %d\n", tag); in send_term() 473 uint32_t response; in handle_response() local 476 rc = read_copro_response(master, size, &response, &tag); in handle_response() 513 *(__be32 *)data = cpu_to_be32(response); in handle_response() 515 *(__be16 *)data = cpu_to_be16(response); in handle_response() 517 *(u8 *)data = response; in handle_response() 377 read_copro_response(struct fsi_master_acf *master, uint8_t size, uint32_t *response, u8 *tag) read_copro_response() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | uverbs_main.c | 516 if (ex_hdr->response) { in verify_hdr() 523 if (!access_ok(u64_to_user_ptr(ex_hdr->response), in verify_hdr() 609 u64 response = 0; in ib_uverbs_write() local 628 * with a '__aligned u64 response' member. in ib_uverbs_write() 630 ret = get_user(response, (const u64 __user *)buf); in ib_uverbs_write() 640 u64_to_user_ptr(response + in ib_uverbs_write() 651 &bundle.ucore, buf, u64_to_user_ptr(response), in ib_uverbs_write() 657 u64_to_user_ptr(ex_hdr.response), in ib_uverbs_write() 662 u64_to_user_ptr(ex_hdr.response) + bundle.ucore.outlen, in ib_uverbs_write()
|
/kernel/linux/linux-6.6/drivers/fsi/ |
H A D | fsi-master-ast-cf.c | 378 uint32_t *response, u8 *tag) in read_copro_response() 394 if (response) in read_copro_response() 395 *response = rdata; in read_copro_response() 408 dev_dbg(master->dev, "Bad response CRC !\n"); in read_copro_response() 434 dev_err(master->dev, "TERM failed; response %d\n", tag); in send_term() 473 uint32_t response; in handle_response() local 476 rc = read_copro_response(master, size, &response, &tag); in handle_response() 513 *(__be32 *)data = cpu_to_be32(response); in handle_response() 515 *(__be16 *)data = cpu_to_be16(response); in handle_response() 517 *(u8 *)data = response; in handle_response() 377 read_copro_response(struct fsi_master_acf *master, uint8_t size, uint32_t *response, u8 *tag) read_copro_response() argument [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | uverbs_main.c | 527 if (ex_hdr->response) { in verify_hdr() 534 if (!access_ok(u64_to_user_ptr(ex_hdr->response), in verify_hdr() 620 u64 response = 0; in ib_uverbs_write() local 639 * with a '__aligned u64 response' member. in ib_uverbs_write() 641 ret = get_user(response, (const u64 __user *)buf); in ib_uverbs_write() 651 u64_to_user_ptr(response + in ib_uverbs_write() 662 &bundle.ucore, buf, u64_to_user_ptr(response), in ib_uverbs_write() 668 u64_to_user_ptr(ex_hdr.response), in ib_uverbs_write() 673 u64_to_user_ptr(ex_hdr.response) + bundle.ucore.outlen, in ib_uverbs_write()
|
/third_party/curl/tests/ |
H A D | ftpserver.pl | 775 # EHLO response when the client doesn't specify one but for now use 784 # Calculate the EHLO response 808 # Send the EHLO response 830 # response when the client doesn't specify one but for now use 127.0.0.1 838 # Send the HELO response 1164 # Calculate the CAPABILITY response 1177 # Send the CAPABILITY response 1245 my $response = "WE ROOLZ: $$\r\n"; 1249 $data[0] = $response; 1733 # Calculate the CAPA response [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_http_downstream_connection.cc | 66 auto &resp = downstream->response(); in timeoutcb() 925 auto &resp = downstream->response(); in htp_hdrs_completecb() 988 // Check upgrade before processing non-final response, since if in htp_hdrs_completecb() 989 // upgrade succeeded, 101 response is treated as final in nghttpx. in htp_hdrs_completecb() 994 // next response. in htp_hdrs_completecb() 996 // For non-final response code, we just call in htp_hdrs_completecb() 997 // on_downstream_header_complete() without changing response in htp_hdrs_completecb() 1005 // Ignore response body for non-final response. in htp_hdrs_completecb() 1058 // Ignore the response bod in htp_hdrs_completecb() [all...] |
H A D | shrpx_https_upstream.cc | 468 auto &resp = downstream->response(); in htp_hdrs_completecb() 568 // Ignore error if response has been completed. We will end up in in htp_bodycb() 601 // Here both response and request were completed. One of the in htp_msg_completecb() 602 // reason why end_upload_data() failed is when we sent response in htp_msg_completecb() 730 status_code = downstream->response().http_status; in on_read() 773 const auto &resp = downstream->response(); in on_write() 790 // We need this if response ends before request. in on_write() 917 DCLOG(INFO, dconn) << "The end of the response body was indicated by " in downstream_eof() 927 // we did not send any response headers, so we can reply error in downstream_eof() 980 auto &resp = downstream->response(); in send_reply() [all...] |
/base/request/request/frameworks/native/include/ |
H A D | request.h | 37 void OnResponseReceive(const std::shared_ptr<Response> &response);
|