Home
last modified time | relevance | path

Searched refs:response (Results 76 - 100 of 732) sorted by relevance

12345678910>>...30

/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_report.c27 void OnModemReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnModemReport() argument
30 g_reportOps->OnModemReport(slotId, reportInfo, response, responseLen); in OnModemReport()
36 void OnCallReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnCallReport() argument
39 g_reportOps->OnCallReport(slotId, reportInfo, response, responseLen); in OnCallReport()
45 void OnDataReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnDataReport() argument
48 g_reportOps->OnDataReport(slotId, reportInfo, response, responseLen); in OnDataReport()
54 void OnSmsReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnSmsReport() argument
57 g_reportOps->OnSmsReport(slotId, reportInfo, response, responseLen); in OnSmsReport()
63 void OnNetworkReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) in OnNetworkReport() argument
66 g_reportOps->OnNetworkReport(slotId, reportInfo, response, responseLe in OnNetworkReport()
72 OnSimReport(int32_t slotId, struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen) OnSimReport() argument
124 HRilCBConfigReportInfo response = {0}; ReportCBMOrCSCB() local
199 HRilSmsResponse response = {0}; ProcessNotifyMock() local
375 HRilRssi response = {0}; SignalStrengthNotify() local
[all...]
/third_party/node/deps/undici/src/lib/fetch/
H A Dresponse.js33 // https://fetch.spec.whatwg.org/#response-class
52 // https://fetch.spec.whatwg.org/#dom-response-json
68 // 3. Let responseObject be the result of creating a Response object, given a new response,
69 // "response", and this’s relevant Realm.
73 responseObject[kHeaders][kGuard] = 'response'
76 // 4. Perform initialize a response given responseObject, init, and (body, "application/json").
111 // given a new response, "immutable", and this’s relevant Realm.
117 // 5. Set responseObject’s response’s status to status.
123 // 7. Append `Location`/value to responseObject’s response’s header list.
130 // https://fetch.spec.whatwg.org/#dom-response
[all...]
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sms.cpp45 int32_t TelRilSms::SendGsmSms(std::string &smsPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) in SendGsmSms() argument
48 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SendGsmSms, gsmSmsMessageInfo); in SendGsmSms()
51 int32_t TelRilSms::SendCdmaSms(std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) in SendCdmaSms() argument
55 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SendCdmaSms, cdmaSmsMessageInfo); in SendCdmaSms()
59 int32_t status, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) in AddSimMessage()
63 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::AddSimMessage, mGsmSmsMessageInfo); in AddSimMessage()
66 int32_t TelRilSms::DelSimMessage(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &response) in DelSimMessage() argument
68 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::DelSimMessage, gsmIndex); in DelSimMessage()
72 const AppExecFwk::InnerEvent::Pointer &response) in UpdateSimMessage()
77 return Request(TELEPHONY_LOG_FUNC_NAME, response, in UpdateSimMessage()
58 AddSimMessage( int32_t status, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) AddSimMessage() argument
71 UpdateSimMessage(int32_t gsmIndex, int32_t state, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) UpdateSimMessage() argument
80 SetSmscAddr(int32_t tosca, std::string address, const AppExecFwk::InnerEvent::Pointer &response) SetSmscAddr() argument
88 GetSmscAddr(const AppExecFwk::InnerEvent::Pointer &response) GetSmscAddr() argument
93 GetCdmaCBConfig(const AppExecFwk::InnerEvent::Pointer &response) GetCdmaCBConfig() argument
98 SendSmsMoreMode( std::string &smscPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) SendSmsMoreMode() argument
105 SendSmsAck(bool success, int32_t cause, const AppExecFwk::InnerEvent::Pointer &response) SendSmsAck() argument
113 SetCBConfig( int32_t mode, std::string idList, std::string dcsList, const AppExecFwk::InnerEvent::Pointer &response) SetCBConfig() argument
123 SetCdmaCBConfig( const CdmaCBConfigInfoList &cdmaCBConfigInfoList, const AppExecFwk::InnerEvent::Pointer &response) SetCdmaCBConfig() argument
138 GetCBConfig(const AppExecFwk::InnerEvent::Pointer &response) GetCBConfig() argument
143 AddCdmaSimMessage(int32_t status, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response) AddCdmaSimMessage() argument
151 DelCdmaSimMessage(int32_t cdmaIndex, const AppExecFwk::InnerEvent::Pointer &response) DelCdmaSimMessage() argument
156 UpdateCdmaSimMessage( int32_t cdmaIndex, int32_t state, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response) UpdateCdmaSimMessage() argument
[all...]
H A Dtel_ril_modem.cpp54 int32_t TelRilModem::ShutDown(const AppExecFwk::InnerEvent::Pointer &response) in ShutDown() argument
56 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::ShutDown); in ShutDown()
59 int32_t TelRilModem::SetRadioState(int32_t fun, int32_t rst, const AppExecFwk::InnerEvent::Pointer &response) in SetRadioState() argument
61 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SetRadioState, fun, rst); in SetRadioState()
64 int32_t TelRilModem::GetRadioState(const AppExecFwk::InnerEvent::Pointer &response) in GetRadioState() argument
66 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetRadioState); in GetRadioState()
69 int32_t TelRilModem::GetImei(const AppExecFwk::InnerEvent::Pointer &response) in GetImei() argument
71 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::GetImei); in GetImei()
74 int32_t TelRilModem::GetImeiSv(const AppExecFwk::InnerEvent::Pointer &response) in GetImeiSv() argument
76 return Request(TELEPHONY_LOG_FUNC_NAME, response, in GetImeiSv()
79 GetMeid(const AppExecFwk::InnerEvent::Pointer &response) GetMeid() argument
84 GetVoiceRadioTechnology(const AppExecFwk::InnerEvent::Pointer &response) GetVoiceRadioTechnology() argument
89 GetBasebandVersion(const AppExecFwk::InnerEvent::Pointer &response) GetBasebandVersion() argument
[all...]
/third_party/protobuf/conformance/
H A Dtext_format_conformance_suite.cc59 const ConformanceResponse& response, in ParseTextFormatResponse()
66 if (!parser.ParseFromString(response.text_payload(), test_message)) { in ParseTextFormatResponse()
69 << response.text_payload(); in ParseTextFormatResponse()
77 const ConformanceResponse& response, in ParseResponse()
84 switch (response.result_case()) { in ParseResponse()
87 ReportFailure(test_name, level, request, response, in ParseResponse()
95 if (!test_message->ParseFromString(response.protobuf_payload())) { in ParseResponse()
96 ReportFailure(test_name, level, request, response, in ParseResponse()
106 ReportFailure(test_name, level, request, response, in ParseResponse()
114 if (!ParseTextFormatResponse(response, settin in ParseResponse()
58 ParseTextFormatResponse( const ConformanceResponse& response, const ConformanceRequestSetting& setting, Message* test_message) ParseTextFormatResponse() argument
76 ParseResponse( const ConformanceResponse& response, const ConformanceRequestSetting& setting, Message* test_message) ParseResponse() argument
142 ConformanceResponse response; ExpectParseFailure() local
[all...]
H A Dconformance_cpp.cc102 void DoTest(const ConformanceRequest& request, ConformanceResponse* response) { in DoTest() argument
116 response->set_parse_error("Parse error (no more details available)."); in DoTest()
132 response->set_parse_error(string("Parse error: ") + in DoTest()
138 response->set_runtime_error( in DoTest()
147 response->set_parse_error("Parse error"); in DoTest()
175 response->mutable_protobuf_payload())); in DoTest()
183 response->mutable_json_payload()); in DoTest()
185 response->set_serialize_error( in DoTest()
197 response->mutable_text_payload())); in DoTest()
211 ConformanceResponse response; in DoTestIo() local
[all...]
/third_party/lwip/src/netif/ppp/
H A Dchap_ms.c34 * Implemented LANManager type password response to MS-CHAP challenges.
106 #define MS_AUTH_RESPONSE_LENGTH 40 /* MS-CHAPv2 authenticator response, */
118 * Offsets within the response field for MS-CHAP
127 * Offsets within the response field for MS-CHAP2
251 const unsigned char *challenge, const unsigned char *response, in chapms_verify_response()
260 response_len = *response++; in chapms_verify_response()
265 if (!response[MS_CHAP_USENT]) { in chapms_verify_response()
272 /* Generate the expected response. */ in chapms_verify_response()
276 /* Determine which part of response to verify against */ in chapms_verify_response()
277 if (!response[MS_CHAP_USEN in chapms_verify_response()
249 chapms_verify_response(ppp_pcb *pcb, int id, const char *name, const unsigned char *secret, int secret_len, const unsigned char *challenge, const unsigned char *response, char *message, int message_space) chapms_verify_response() argument
297 chapms2_verify_response(ppp_pcb *pcb, int id, const char *name, const unsigned char *secret, int secret_len, const unsigned char *challenge, const unsigned char *response, char *message, int message_space) chapms2_verify_response() argument
374 chapms_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, const unsigned char *challenge, const char *secret, int secret_len, unsigned char *private_) chapms_make_response() argument
385 chapms2_make_response(ppp_pcb *pcb, unsigned char *response, int id, const char *our_name, const unsigned char *challenge, const char *secret, int secret_len, unsigned char *private_) chapms2_make_response() argument
496 ChallengeResponse(const u_char *challenge, const u_char PasswordHash[MD4_SIGNATURE_SIZE], u_char response[24]) ChallengeResponse() argument
612 ChapMS_LANMan(u_char *rchallenge, char *secret, int secret_len, unsigned char *response) ChapMS_LANMan() argument
838 ChapMS(ppp_pcb *pcb, const u_char *rchallenge, const char *secret, int secret_len, unsigned char *response) ChapMS() argument
873 ChapMS2(ppp_pcb *pcb, const u_char *rchallenge, const u_char *PeerChallenge, const char *user, const char *secret, int secret_len, unsigned char *response, u_char authResponse[], int authenticator) ChapMS2() argument
[all...]
/base/telephony/core_service/services/sim/include/
H A Dsim_state_manager.h41 int32_t UnlockPin(int32_t slotId, const std::string &pin, LockStatusResponse &response);
42 int32_t UnlockPuk(int32_t slotId, const std::string &newPin, const std::string &puk, LockStatusResponse &response);
44 int32_t slotId, const std::string &newPin, const std::string &oldPin, LockStatusResponse &response);
45 int32_t SetLockState(int32_t slotId, const LockInfo &options, LockStatusResponse &response);
48 int32_t UnlockPin2(int32_t slotId, const std::string &pin2, LockStatusResponse &response);
50 int32_t slotId, const std::string &newPin2, const std::string &puk2, LockStatusResponse &response);
52 int32_t slotId, const std::string &newPin2, const std::string &oldPin2, LockStatusResponse &response);
53 int32_t UnlockSimLock(int32_t slotId, const PersoLockInfo &lockInfo, LockStatusResponse &response);
57 int32_t slotId, AuthType authType, const std::string &authData, SimAuthenticationResponse &response);
61 int32_t GetSimIO(int32_t slotId, SimIoRequestInfo requestInfo, SimAuthenticationResponse &response);
[all...]
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp57 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(responseId, object); in SendSmsMoreMode() local
61 telRilSms->SendSmsMoreMode(smscPdu, pdu, response); in SendSmsMoreMode()
62 telRilSms->AddSimMessage(status, smscPdu, pdu, response); in SendSmsMoreMode()
63 telRilSms->SendCdmaSms(pdu, response); in SendSmsMoreMode()
64 telRilSms->DelSimMessage(gsmIndex, response); in SendSmsMoreMode()
65 telRilSms->UpdateSimMessage(gsmIndex, state, smscPdu, pdu, response); in SendSmsMoreMode()
66 telRilSms->SetSmscAddr(tosca, address, response); in SendSmsMoreMode()
67 telRilSms->GetSmscAddr(response); in SendSmsMoreMode()
68 telRilSms->GetCdmaCBConfig(response); in SendSmsMoreMode()
69 telRilSms->GetCBConfig(response); in SendSmsMoreMode()
169 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(responseId, object); DeactivatePdpContext() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dfileserver_example.c58 struct MHD_Response *response; in ahc_echo() local
78 response = MHD_create_response_from_buffer (strlen (PAGE), in ahc_echo()
81 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response); in ahc_echo()
82 MHD_destroy_response (response); in ahc_echo()
86 response = MHD_create_response_from_callback (buf.st_size, 32 * 1024, /* 32k page size */ in ahc_echo()
90 if (response == NULL) in ahc_echo()
95 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
96 MHD_destroy_response (response); in ahc_echo()
H A Dhttps_fileserver_example.c125 struct MHD_Response *response; in http_ahc() local
147 response = MHD_create_response_from_buffer (strlen (EMPTY_PAGE), in http_ahc()
150 ret = MHD_queue_response (connection, MHD_HTTP_NOT_FOUND, response); in http_ahc()
151 MHD_destroy_response (response); in http_ahc()
155 response = MHD_create_response_from_callback (buf.st_size, 32 * 1024, /* 32k PAGE_NOT_FOUND size */ in http_ahc()
158 if (response == NULL) in http_ahc()
163 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in http_ahc()
164 MHD_destroy_response (response); in http_ahc()
H A Drefuse_post_example.c46 struct MHD_Response *response; in ahc_echo() local
59 response = MHD_create_response_from_buffer (strlen (BUSYPAGE), in ahc_echo()
64 response); in ahc_echo()
65 MHD_destroy_response (response); in ahc_echo()
71 response = MHD_create_response_from_buffer (strlen (me), in ahc_echo()
74 ret = MHD_queue_response (connection, MHD_HTTP_OK, response); in ahc_echo()
75 MHD_destroy_response (response); in ahc_echo()
H A Ddemo.c182 * Mutex used when we update the cached directory response object.
193 * Mark the given response as HTML for the brower.
195 * @param response response to mark
198 mark_as_html (struct MHD_Response *response) in mark_as_html() argument
200 (void) MHD_add_response_header (response, in mark_as_html()
208 * given response.
210 * @param response new directory response
213 update_cached_response (struct MHD_Response *response) in update_cached_response() argument
306 struct MHD_Response *response; update_directory() local
419 struct MHD_Response *response; global() member
681 struct MHD_Response *response; generate_page() local
[all...]
H A Ddemo_https.c183 * Mutex used when we update the cached directory response object.
194 * Mark the given response as HTML for the brower.
196 * @param response response to mark
199 mark_as_html (struct MHD_Response *response) in mark_as_html() argument
201 (void) MHD_add_response_header (response, in mark_as_html()
209 * given response.
211 * @param response new directory response
214 update_cached_response (struct MHD_Response *response) in update_cached_response() argument
307 struct MHD_Response *response; update_directory() local
420 struct MHD_Response *response; global() member
682 struct MHD_Response *response; generate_page() local
[all...]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
H A Dtest_digestauth.c79 struct MHD_Response *response; in ahc_echo() local
89 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo()
94 response, in ahc_echo()
96 MHD_destroy_response(response); in ahc_echo()
107 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo()
110 if (NULL == response) in ahc_echo()
114 response, in ahc_echo()
116 MHD_destroy_response(response); in ahc_echo()
119 response = MHD_create_response_from_buffer(strlen(PAGE), PAGE, in ahc_echo()
121 ret = MHD_queue_response(connection, MHD_HTTP_OK, response); in ahc_echo()
[all...]
H A Dtest_digestauth_with_arguments.c78 struct MHD_Response *response; in ahc_echo() local
88 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo()
93 response, in ahc_echo()
95 MHD_destroy_response(response); in ahc_echo()
106 response = MHD_create_response_from_buffer(strlen (DENIED), in ahc_echo()
109 if (NULL == response) in ahc_echo()
113 response, in ahc_echo()
115 MHD_destroy_response(response); in ahc_echo()
118 response = MHD_create_response_from_buffer(strlen(PAGE), PAGE, in ahc_echo()
120 ret = MHD_queue_response(connection, MHD_HTTP_OK, response); in ahc_echo()
[all...]
/third_party/rust/crates/rustix/tests/net/
H A Dconnect_bind_send.rs28 let mut response = [0_u8; 128]; in net_v4_connect_any() variables
29 let n = rustix::net::recv(&accepted, &mut response, RecvFlags::empty()).expect("recv"); in net_v4_connect_any()
34 assert_eq!(request, &response[..n]); in net_v4_connect_any()
67 let mut response = [0_u8; 128]; in net_v6_connect_any() variables
68 let n = rustix::net::recv(&accepted, &mut response, RecvFlags::empty()).expect("recv"); in net_v6_connect_any()
73 assert_eq!(request, &response[..n]); in net_v6_connect_any()
103 let mut response = [0_u8; 128]; in net_v4_connect() variables
104 let n = rustix::net::recv(&accepted, &mut response, RecvFlags::empty()).expect("recv"); in net_v4_connect()
109 assert_eq!(request, &response[..n]); in net_v4_connect()
146 let mut response in net_v6_connect() variables
178 let mut response = [0_u8; 128]; net_v4_bind_any() variables
217 let mut response = [0_u8; 128]; net_v6_bind_any() variables
253 let mut response = [0_u8; 128]; net_v4_sendto() variables
298 let mut response = [0_u8; 128]; net_v6_sendto() variables
333 let mut response = [0_u8; 128]; net_v4_sendto_any() variables
375 let mut response = [0_u8; 128]; net_v6_sendto_any() variables
424 let mut response = [0_u8; 128]; net_v4_acceptfrom() variables
478 let mut response = [0_u8; 128]; net_v6_acceptfrom() variables
[all...]
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_sms.h33 int32_t SendGsmSms(std::string &smsPdu, std::string &pdu, const AppExecFwk::InnerEvent::Pointer &response);
34 int32_t SendCdmaSms(std::string pdu, const AppExecFwk::InnerEvent::Pointer &response);
36 int32_t status, std::string smscPdu, std::string pdu, const AppExecFwk::InnerEvent::Pointer &response);
37 int32_t DelSimMessage(int32_t gsmIndex, const AppExecFwk::InnerEvent::Pointer &response);
39 const AppExecFwk::InnerEvent::Pointer &response);
40 int32_t SetSmscAddr(int32_t tosca, std::string address, const AppExecFwk::InnerEvent::Pointer &response);
41 int32_t GetSmscAddr(const AppExecFwk::InnerEvent::Pointer &response);
43 const CdmaCBConfigInfoList &cdmaCBConfigInfoList, const AppExecFwk::InnerEvent::Pointer &response);
44 int32_t GetCdmaCBConfig(const AppExecFwk::InnerEvent::Pointer &response);
46 int32_t mode, std::string idList, std::string dcsList, const AppExecFwk::InnerEvent::Pointer &response);
[all...]
H A Dtel_ril_data.h33 int32_t DeactivatePdpContext(int32_t cid, int32_t reason, const AppExecFwk::InnerEvent::Pointer &response);
35 int32_t SetInitApnInfo(const DataProfile &dataProfile, const AppExecFwk::InnerEvent::Pointer &response);
38 const AppExecFwk::InnerEvent::Pointer &response);
41 int32_t GetPdpContextList(const AppExecFwk::InnerEvent::Pointer &response);
47 int32_t GetLinkBandwidthInfo(const int32_t cid, const AppExecFwk::InnerEvent::Pointer &response);
51 LinkBandwidthRule linkBandwidth, const AppExecFwk::InnerEvent::Pointer &response);
53 int32_t SetDataPermitted(const int32_t dataPermitted, const AppExecFwk::InnerEvent::Pointer &response);
55 int32_t GetLinkCapability(const AppExecFwk::InnerEvent::Pointer &response);
58 int32_t CleanAllConnections(const AppExecFwk::InnerEvent::Pointer &response);
/third_party/node/test/parallel/
H A Dtest-tls-ocsp-callback.js49 const requestCount = testOptions.response ? 0 : 1;
52 assert.strictEqual(testOptions.response, undefined);
80 return setTimeout(callback, 100, null, testOptions.response ?
81 Buffer.from(testOptions.response) : null);
93 if (testOptions.response) {
94 assert.strictEqual(resp.toString(), testOptions.response);
107 test({ ocsp: true, response: false });
108 test({ ocsp: true, response: 'hello world' });
112 test({ ocsp: true, response: 'hello pfx', pfx: pfx, passphrase: 'sample' });
H A Dtest-http-expect-handling.js37 http.get(options, (response) => {
39 console.log(`client: statusCode: ${response.statusCode}`);
40 assert.strictEqual(response.statusCode, test);
41 assert.strictEqual(response.statusMessage, 'Expectation Failed');
43 response.on('end', () => {
48 response.resume();
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dpolicy.js11 // a fake empty response, used when only testing the
32 const responseObject = (response) => {
34 status: response.status,
38 response.headers.forEach((value, key) => {
46 constructor ({ entry, request, response, options }) {
49 this.response = responseObject(response)
51 this.policy = new CacheSemantics(this.request, this.response, policyOptions)
118 // returns true if the request and response allow caching
124 // header ourselves, it returns true if the response'
[all...]
/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_callback_stub.cpp82 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(eventCode, info); in OnSendSmsResponseResponse() local
83 if (response == nullptr) { in OnSendSmsResponseResponse()
84 TELEPHONY_LOGE("response is null!"); in OnSendSmsResponseResponse()
87 if (!reply.WriteInt32(SendSmsResponse(response))) { in OnSendSmsResponseResponse()
109 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(eventCode, info); in OnSendSmsResponseResult() local
110 if (response == nullptr) { in OnSendSmsResponseResult()
111 TELEPHONY_LOGE("response is null!"); in OnSendSmsResponseResult()
114 if (!reply.WriteInt32(SendSmsResponse(response))) { in OnSendSmsResponseResult()
132 TELEPHONY_LOGE("SatelliteSmsCallbackStub: sms response is null!"); in OnSendSmsResponse()
153 AppExecFwk::InnerEvent::Pointer response in OnSmsStatusReportNotify() local
183 AppExecFwk::InnerEvent::Pointer response = AppExecFwk::InnerEvent::Get(eventCode, info); OnNewSmsNotify() local
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dtlsauthentication.c122 struct MHD_Response *response; in ask_for_authentication() local
126 response = MHD_create_response_from_buffer (0, NULL, in ask_for_authentication()
128 if (!response) in ask_for_authentication()
138 ret = MHD_add_response_header (response, "WWW-Authenticate", headervalue); in ask_for_authentication()
142 MHD_destroy_response (response); in ask_for_authentication()
146 ret = MHD_queue_response (connection, MHD_HTTP_UNAUTHORIZED, response); in ask_for_authentication()
148 MHD_destroy_response (response); in ask_for_authentication()
196 struct MHD_Response *response; in secret_page() local
199 response = in secret_page()
202 if (!response) in secret_page()
[all...]
/base/telephony/ril_adapter/services/hril_hdf/include/
H A Dhril_hdf.h33 int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen);
35 int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen);
37 int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen);
39 int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen);
41 int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen);
43 int32_t slotId, const struct ReportInfo reportInfo, const uint8_t *response, size_t responseLen);

Completed in 11 milliseconds

12345678910>>...30