Home
last modified time | relevance | path

Searched defs:Response (Results 1 – 7 of 7) sorted by relevance

/base/telephony/core_service/services/tel_ril/include/
Dtel_ril_base.h125 inline int32_t TelRilBase::Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInf… in Response() function
138 inline int32_t TelRilBase::Response( in Response() function
146 inline int32_t TelRilBase::Response( in Response() function
158 inline int32_t TelRilBase::Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInf… in Response() function
165 inline int32_t TelRilBase::Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInf… in Response() function
Dtel_ril_callback.h284 … inline int32_t Response(const HDI::Ril::V1_1::RilRadioResponseInfo responseInfo, FuncType &&_func, in Response() function
/base/request/request/frameworks/js/napi/include/
Djs_common.h306 struct Response { struct
307 std::string taskId;
308 std::string version;
309 int32_t statusCode;
310 std::string reason;
311 std::map<std::string, std::vector<std::string>> headers;
/base/telephony/ril_adapter/services/hril/include/
Dhril_base.h182 inline int32_t HRilBase::Response(HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, FuncType &&_f… in Response() function
/base/request/request/services/src/task/
Drequest_task.rs464 pub(crate) fn notify_response(&self, response: &Response) { in notify_response()
488 response: Result<Response, HttpClientError>, in record_upload_response()
Ddownload.rs59 response: Response, in build_downloader()
/base/request/request/test/rustest/src/
Dlib.rs607 Response, enumerator