Searched defs:Response (Results 1 – 12 of 12) sorted by relevance
| /base/telephony/core_service/services/tel_ril/include/ |
| D | tel_ril_base.h | 139 inline int32_t TelRilBase::Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInf… in Response() function 152 inline int32_t TelRilBase::Response( in Response() function 160 inline int32_t TelRilBase::Response( in Response() function 172 inline int32_t TelRilBase::Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInf… in Response() function 179 inline int32_t TelRilBase::Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInf… in Response() function 199 inline int32_t TelRilBase::Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInf… in Response() function
|
| D | tel_ril_callback.h | 294 … inline int32_t Response(const HDI::Ril::V1_1::RilRadioResponseInfo responseInfo, FuncType &&_func, in Response() function
|
| /base/request/request/frameworks/native/cache_download/src/download/ylong/ |
| D | mod.rs | 42 impl CommonResponse for Response { implementation 160 pub struct Response { struct 164 impl Response { implementation
|
| /base/request/request/common/netstack_rs/src/ |
| D | response.rs | 21 pub struct Response<'a> { struct 22 inner: &'a HttpClientResponse, argument 25 impl<'a> Response<'a> { implementation
|
| D | task.rs | 69 pub fn response(&mut self) -> Response { in response() 137 fn on_success(&mut self, response: Response) { in on_success()
|
| D | request.rs | 96 fn on_success(&mut self, response: Response) {} in on_success()
|
| /base/request/request/frameworks/native/cache_download/src/download/ |
| D | netstack.rs | 26 impl<'a> CommonResponse for Response<'a> { implementation 43 fn on_success(&mut self, response: Response) { in on_success()
|
| /base/request/request/frameworks/native/request/include/ |
| D | request_common.h | 329 struct Response { struct 330 std::string taskId; 331 std::string version; 332 int32_t statusCode; 333 std::string reason; 334 std::map<std::string, std::vector<std::string>> headers;
|
| /base/telephony/ril_adapter/services/hril/include/ |
| D | hril_base.h | 188 inline int32_t HRilBase::Response(HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, FuncType &&_f… in Response() function
|
| /base/request/request/services/src/task/ |
| D | request_task.rs | 511 pub(crate) fn notify_response(&self, response: &Response) { in notify_response() 540 response: Result<Response, HttpClientError>, in record_upload_response()
|
| D | download.rs | 59 response: Response, in build_downloader()
|
| /base/request/request/test/rustest/src/ |
| D | lib.rs | 606 Response, enumerator
|