/foundation/communication/nfc/services/include/ |
H A D | isodep_card_handler.h | 65 bool CheckApduResponse(const std::string &response, uint8_t cardIndex);
66 bool CheckApduResponse(const std::string &response);
|
/foundation/communication/connected_nfc_tag/services/src/ |
H A D | nfc_tag_service_impl.cpp | 105 ErrCode NfcTagServiceImpl::ReadNdefTag(std::string &response)
in ReadNdefTag() argument 111 response = NfcTagHdiAdapter::GetInstance().ReadNdefTag();
in ReadNdefTag()
|
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/ |
H A D | iosm_ipc_protocol.h | 133 * @response: Can be NULL if result can be ignored 138 struct ipc_rsp *response; member 147 * @response: Pointer to a response object which has a 155 struct ipc_rsp *response); 158 * ipc_protocol_msg_send - Send ipc control message to CP and wait for response
|
/kernel/linux/linux-6.6/drivers/hid/amd-sfh-hid/sfh1_1/ |
H A D | amd_sfh_interface.h | 48 u32 response : 8; member 53 } response; member
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __main__.py | 56 response = request.urlopen(url, timeout=5) 59 f.write(response.read())
|
/third_party/node/test/parallel/ |
H A D | test-whatwg-url-toascii.js | 12 response: require( 29 runTests(request.response)
|
/third_party/node/test/fixtures/wpt/FileAPI/url/ |
H A D | url-with-xhr.any.js | 10 resolve(xhr.response); 63 assert_equals(xhr.response, blob_contents);
|
/third_party/protobuf/conformance/ |
H A D | ConformanceJavaLite.java | 133 Conformance.ConformanceResponse response = doTest(request); in doTestIo() 134 byte[] serializedOutput = response.toByteArray(); in doTestIo()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | service.h | 66 // MyResponse* response, 68 // // ... read request and fill in response ... 82 // FooResponse response; 86 // stub.Foo(&controller, request, &response, NewCallback(HandleResponse)); 151 // * request and response are of the exact same classes as the objects 155 // response must not be accessed at all until "done" is called. 165 // * If the RPC succeeded, "response" contains the response returned by 167 // * If the RPC failed, "response"'s contents are undefined. The 172 Message* response, Closur [all...] |
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
H A D | vksClient.hpp | 53 void SendRequest(REQUEST& request, RESPONSE& response) in SendRequest() argument 59 response = Deserialize<RESPONSE>(packet); in SendRequest()
|
/foundation/multimedia/drm_framework/services/drm_service/server/src/ |
H A D | key_session_service_stub.cpp | 168 std::vector<uint8_t> response;
172 "The size of response is too large.");
176 DRM_ERR_LOG("ProcessMediaKeyResponse read response failed.");
179 response.assign(responseBuf, responseBuf + responseSize);
181 int32_t ret = stub->ProcessMediaKeyResponse(licenseId, response);
246 std::vector<uint8_t> response;
249 "The size of response is too large.");
253 DRM_ERR_LOG("ProcessOfflineReleaseResponse read response failed.");
256 response.assign(responseBuf, responseBuf + responseSize);
258 int32_t ret = stub->ProcessOfflineReleaseResponse(licenseId, response);
[all...] |
/foundation/multimedia/drm_framework/services/drm_service/client/src/ |
H A D | mediakeysystem_service_proxy.cpp | 87 DRM_ERR_LOG("ProcessOfflineReleaseResponse read response failed.");
in GenerateKeySystemRequest() 95 int32_t MediaKeySystemServiceProxy::ProcessKeySystemResponse(const std::vector<uint8_t> &response)
in ProcessKeySystemResponse() argument 107 if (!data.WriteInt32(response.size())) {
in ProcessKeySystemResponse() 108 DRM_ERR_LOG("ProcessKeySystemResponse Write response size failed.");
in ProcessKeySystemResponse() 111 DRM_CHECK_AND_RETURN_RET_LOG(response.size() < RESPONSE_MAX_LEN, DRM_MEMORY_ERROR,
in ProcessKeySystemResponse() 112 "The size of response is too large.");
in ProcessKeySystemResponse() 113 if (response.size() != 0) {
in ProcessKeySystemResponse() 114 if (!data.WriteBuffer(response.data(), response.size())) {
in ProcessKeySystemResponse() 115 DRM_ERR_LOG("RestoreOfflineMediaKeys write response faile in ProcessKeySystemResponse() [all...] |
/kernel/linux/linux-5.10/samples/mei/ |
H A D | mei-amt-version.c | 413 struct amt_host_if_resp_header *response = NULL; in amt_get_code_versions() local 419 (uint8_t **)&response, in amt_get_code_versions() 425 status = amt_verify_code_versions(response); in amt_get_code_versions() 429 memcpy(versions, response->data, sizeof(struct amt_code_versions)); in amt_get_code_versions() 431 if (response != NULL) in amt_get_code_versions() 432 free(response); in amt_get_code_versions()
|
/kernel/linux/linux-5.10/drivers/media/usb/hdpvr/ |
H A D | hdpvr-core.c | 116 char *response; in device_authorization() local 170 response = dev->usbc_buf+38; in device_authorization() 173 response); in device_authorization() 175 challenge(response); in device_authorization() 177 v4l2_dbg(MSG_INFO, hdpvr_debug, &dev->v4l2_dev, " response: %8ph\n", in device_authorization() 178 response); in device_authorization() 186 response, 8, in device_authorization()
|
/kernel/linux/linux-6.6/drivers/media/usb/hdpvr/ |
H A D | hdpvr-core.c | 116 char *response; in device_authorization() local 170 response = dev->usbc_buf+38; in device_authorization() 173 response); in device_authorization() 175 challenge(response); in device_authorization() 177 v4l2_dbg(MSG_INFO, hdpvr_debug, &dev->v4l2_dev, " response: %8ph\n", in device_authorization() 178 response); in device_authorization() 186 response, 8, in device_authorization()
|
/kernel/linux/linux-6.6/samples/mei/ |
H A D | mei-amt-version.c | 422 struct amt_host_if_resp_header *response = NULL; in amt_get_code_versions() local 428 (uint8_t **)&response, in amt_get_code_versions() 434 status = amt_verify_code_versions(response); in amt_get_code_versions() 438 memcpy(versions, response->data, sizeof(struct amt_code_versions)); in amt_get_code_versions() 440 if (response != NULL) in amt_get_code_versions() 441 free(response); in amt_get_code_versions()
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | util.js | 24 function responseURL (response) { 26 // A response has an associated URL. It is a pointer to the last URL 27 // in response’s URL list and null if response’s URL list is empty. 28 const urlList = response.urlList 33 // https://fetch.spec.whatwg.org/#concept-response-location-url 34 function responseLocationURL (response, requestFragment) { 35 // 1. If response’s status is not a redirect status, then return null. 36 if (!redirectStatusSet.has(response.status)) { 41 // `Location` and response’ [all...] |
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 764 * query_join's response is a status, and that status is treated as a u32 776 union dlm_query_join_response response; in dlm_query_join_packet_to_wire() local 778 response.packet = *packet; in dlm_query_join_packet_to_wire() 779 *wire = be32_to_cpu(response.intval); in dlm_query_join_packet_to_wire() 785 union dlm_query_join_response response; in dlm_query_join_wire_to_packet() local 787 response.intval = cpu_to_be32(wire); in dlm_query_join_wire_to_packet() 788 *packet = response.packet; in dlm_query_join_wire_to_packet() 799 u32 response; in dlm_query_join_handler() local 907 dlm_query_join_packet_to_wire(&packet, &response); in dlm_query_join_handler() 908 return response; in dlm_query_join_handler() 1414 dlm_request_join(struct dlm_ctxt *dlm, int node, enum dlm_query_join_response_code *response) dlm_request_join() argument 1567 dlm_should_restart_join(struct dlm_ctxt *dlm, struct domain_join_ctxt *ctxt, enum dlm_query_join_response_code response) dlm_should_restart_join() argument 1595 enum dlm_query_join_response_code response = JOIN_DISALLOW; dlm_try_to_join_domain() local [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmdomain.c | 762 * query_join's response is a status, and that status is treated as a u32 774 union dlm_query_join_response response; in dlm_query_join_packet_to_wire() local 776 response.packet = *packet; in dlm_query_join_packet_to_wire() 777 *wire = be32_to_cpu(response.intval); in dlm_query_join_packet_to_wire() 783 union dlm_query_join_response response; in dlm_query_join_wire_to_packet() local 785 response.intval = cpu_to_be32(wire); in dlm_query_join_wire_to_packet() 786 *packet = response.packet; in dlm_query_join_wire_to_packet() 797 u32 response; in dlm_query_join_handler() local 905 dlm_query_join_packet_to_wire(&packet, &response); in dlm_query_join_handler() 906 return response; in dlm_query_join_handler() 1412 dlm_request_join(struct dlm_ctxt *dlm, int node, enum dlm_query_join_response_code *response) dlm_request_join() argument 1565 dlm_should_restart_join(struct dlm_ctxt *dlm, struct domain_join_ctxt *ctxt, enum dlm_query_join_response_code response) dlm_should_restart_join() argument 1593 enum dlm_query_join_response_code response = JOIN_DISALLOW; dlm_try_to_join_domain() local [all...] |
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | sensors.c | 275 const void *response, void *p) in iter_intervals_update_state() 280 const struct scmi_msg_resp_sensor_list_update_intervals *r = response; in iter_intervals_update_state() 325 const void *response, in iter_intervals_process_response() 328 const struct scmi_msg_resp_sensor_list_update_intervals *r = response; in iter_intervals_process_response() 380 const void *response, void *priv) in iter_axes_desc_update_state() 383 const struct scmi_msg_resp_sensor_axis_description *r = response; in iter_axes_desc_update_state() 395 const void *response, in iter_axes_desc_process_response() 434 const void *response, void *priv) in iter_axes_extended_name_update_state() 437 const struct scmi_msg_resp_sensor_axis_names_description *r = response; in iter_axes_extended_name_update_state() 449 const void *response, in iter_axes_extended_name_process_response() 274 iter_intervals_update_state(struct scmi_iterator_state *st, const void *response, void *p) iter_intervals_update_state() argument 324 iter_intervals_process_response(const struct scmi_protocol_handle *ph, const void *response, struct scmi_iterator_state *st, void *p) iter_intervals_process_response() argument 379 iter_axes_desc_update_state(struct scmi_iterator_state *st, const void *response, void *priv) iter_axes_desc_update_state() argument 394 iter_axes_desc_process_response(const struct scmi_protocol_handle *ph, const void *response, struct scmi_iterator_state *st, void *priv) iter_axes_desc_process_response() argument 433 iter_axes_extended_name_update_state(struct scmi_iterator_state *st, const void *response, void *priv) iter_axes_extended_name_update_state() argument 448 iter_axes_extended_name_process_response(const struct scmi_protocol_handle *ph, const void *response, struct scmi_iterator_state *st, void *priv) iter_axes_extended_name_process_response() argument 557 iter_sens_descr_update_state(struct scmi_iterator_state *st, const void *response, void *priv) iter_sens_descr_update_state() argument 570 iter_sens_descr_process_response(const struct scmi_protocol_handle *ph, const void *response, struct scmi_iterator_state *st, void *priv) iter_sens_descr_process_response() argument [all...] |
/third_party/node/deps/v8/src/inspector/ |
H A D | value-mirror.cc | 49 Response response = toProtocolValue(context, value, maxDepth - 1, &element); in arrayToProtocolValue() local 50 if (!response.IsSuccess()) return response; in arrayToProtocolValue() 84 Response response = in objectToProtocolValue() local 86 if (!response.IsSuccess()) return response; in objectToProtocolValue() 135 auto response = in toProtocolValue() local 138 return response; in toProtocolValue() 143 auto response = in toProtocolValue() local 146 return response; in toProtocolValue() 777 Response response = toProtocolValue(context, m_value, &protocolValue); global() variable 1054 Response response = toProtocolValue(context, m_value, &protocolValue); global() variable 1131 Response response = toProtocolValue( global() variable 1142 Response response = V8WebDriverSerializer::serializeV8Value( global() variable 1357 v8::Local<v8::Value> response; doesAttributeHaveObservableSideEffectOnGet() local [all...] |
/third_party/cups-filters/utils/ |
H A D | driverless.c | 606 ipp_t *response = NULL; in generate_ppd() local 627 response = get_printer_attributes4(uri, NULL, 0, NULL, 0, 1, isFax); in generate_ppd() 639 if (response == NULL) { in generate_ppd() 647 if (!ppdCreateFromIPP(ppdname, sizeof(ppdname), response, NULL, NULL, 0, in generate_ppd() 663 ippDelete(response); in generate_ppd() 675 if (response) in generate_ppd() 676 ippDelete(response); in generate_ppd()
|
/applications/sample/wifi-iot/app/samgr/ |
H A D | feature_example.c | 112 Response response = {.data = "Yes, you did!", .len = 0}; in FEATURE_OnMessage() local 113 SAMGR_SendResponse(request, &response); in FEATURE_OnMessage() 274 static void AsyncHandler(const Request *request, const Response *response) in AsyncHandler() argument 278 (int)osThreadGetId(), g_asyncStep++, (char *)response->data); in AsyncHandler() 289 printf("[LPC Test][TaskID:%u][Step:%u][AsyncCallBack]Wait for response! \n", in CASE_AsyncCallBack()
|
/foundation/arkui/ace_engine/test/component_test/tools/middle_ground/public/ |
H A D | index.js | 19 .then(response => response.json()) 78 .then(response => response.json())
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/package/ |
H A D | package.cpp | 174 const OHOS::AppExecFwk::CheckPackageHasInstalledResponse &response) in ConvertCheckPackageHasInstalledResponse() 178 NAPI_CALL_RETURN_VOID(env, napi_get_boolean(env, response.result, &nResult)); in ConvertCheckPackageHasInstalledResponse() 191 asyncCallbackInfo->response.result = InnerHasInstalled(asyncCallbackInfo->bundleName); in HasInstalledExecute() 220 ConvertCheckPackageHasInstalledResponse(env, result[PARAM0], asyncCallbackInfo->response); in HasInstalledAsyncComplete() 173 ConvertCheckPackageHasInstalledResponse(napi_env env, napi_value hasInstalledResponseObj, const OHOS::AppExecFwk::CheckPackageHasInstalledResponse &response) ConvertCheckPackageHasInstalledResponse() argument
|