Home
last modified time | relevance | path

Searched defs:body (Results 26 – 50 of 75) sorted by relevance

123

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/
H A Dhttp1.rs98 let body = { in request() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/encode/
H A Dpart.rs63 body: Option<MixFrom<'a>>, field
84 let body = (!part.body.is_empty()).then_some(part.body); in from_part() localVariable
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSmsCbMessage.java222 @Nullable String body, int priority, @Nullable SmsCbEtwsInfo etwsWarningInfo, in SmsCbMessage()
236 @Nullable String language, int dataCodingScheme, @Nullable String body, in SmsCbMessage()
637 String body = cursor.getString(cursor.getColumnIndexOrThrow(CellBroadcasts.MESSAGE_BODY)); in createFromCursor() local
/aosp14/frameworks/base/tools/lint/framework/checks/src/main/java/com/google/android/lint/
H A DPermissionMethodDetector.kt161 val body = method.uastBody as? UBlockExpression ?: return false regex
/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DRetrieveConf.java58 RetrieveConf(PduHeaders headers, PduBody body) { in RetrieveConf()
H A DSendReq.java91 SendReq(PduHeaders headers, PduBody body) { in SendReq()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DDumpTruck.java56 final StringBuilder body = new StringBuilder(); field in DumpTruck
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dvendor.cpp207 void Vendor::InitLogBody(const std::vector<WatchPoint>& list, std::ostringstream& body, in InitLogBody()
290 std::ostringstream body; in MergeEventLog() local
/aosp14/frameworks/base/sax/java/android/sax/
H A DRootElement.java193 String body = bodyBuilder.toString(); in endElement() local
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_command_line_server.py54 def decode_body(body): argument
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
H A Dmod.rs112 body: Response, field
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
H A Drequest.rs174 pub fn body<T: Into<reqwest::Body>>(self, body: T) -> Result<Request<T>, HttpClientError> { in body() method
/aosp14/frameworks/base/core/java/android/provider/
H A DTelephony.java434 Uri uri, String address, String body, String subject, in addMessageToUri()
457 Uri uri, String address, String body, String subject, in addMessageToUri()
480 Uri uri, String address, String body, String subject, in addMessageToUri()
505 Uri uri, String address, String body, String subject, in addMessageToUri()
624 String address, String body, String subject, Long date, in addMessage()
686 String address, String body, String subject, Long date) { in addMessage()
705 String address, String body, String subject, Long date) { in addMessage()
733 String address, String body, String subject, Long date) { in addMessage()
752 String address, String body, String subject, Long date) { in addMessage()
799 String address, String body, String subject, Long date, in addMessage()
[all …]
/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_ipp_over_usb_util.h170 std::string body; in ConstructHttpResponse() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs281 body: Option<MultiPartState>, field
379 pub fn body<T: AsRef<[u8]>>(mut self, body: T) -> Self { in body() method
380 let body = body.as_ref().to_vec(); in body() localVariable
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java780 private void handleIncomingCecCommand(int srcAddress, int dstAddress, byte[] body) { in handleIncomingCecCommand()
900 int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body); in nativeSendCecCommand()
994 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1224 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1421 public int nativeSendCecCommand(int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
1602 public void onCecMessage(int initiator, int destination, byte[] body) { in onCecMessage()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_cpptoc_impl.py328 def cpptoc_make_include_file(cls, body, header, dir_name): argument
H A Dmake_ctocpp_impl.py355 def ctocpp_make_include_files(cls, body, header, dir_name): argument
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.cpp398 void ObexClientReceivedObject::AppendBody(const uint8_t *body, const uint16_t bodyLen) in AppendBody()
460 void ObexServerReceivedObject::AppendBody(const uint8_t *body, const uint16_t bodyLen) in AppendBody()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dreader.rs250 let mut body = TextBody::from_bytes(b"HelloWorld"); in ut_body_reader_read_all() localVariable
H A Dhttp_body.rs333 let mut body = HttpBody::empty(); in ut_http_body_empty() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Dmod.rs110 body: Response, field
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp129 std::unique_ptr<JSIVal, decltype(&JSI::ReleaseValue)> body( in GetRequestBody() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
H A DFakeNativeWrapper.java77 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/
H A Dpart.rs128 let body = match self.part.body() { in body_decode() localVariable

123