/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/ |
H A D | http1.rs | 98 let body = { in request() localVariable
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/encode/ |
H A D | part.rs | 63 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 D | SmsCbMessage.java | 222 @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 D | PermissionMethodDetector.kt | 161 val body = method.uastBody as? UBlockExpression ?: return false regex
|
/aosp14/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | RetrieveConf.java | 58 RetrieveConf(PduHeaders headers, PduBody body) { in RetrieveConf()
|
H A D | SendReq.java | 91 SendReq(PduHeaders headers, PduBody body) { in SendReq()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
H A D | DumpTruck.java | 56 final StringBuilder body = new StringBuilder(); field in DumpTruck
|
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/ |
H A D | vendor.cpp | 207 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 D | RootElement.java | 193 String body = bodyBuilder.toString(); in endElement() local
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_command_line_server.py | 54 def decode_body(body): argument
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/ |
H A D | mod.rs | 112 body: Response, field
|
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/ |
H A D | request.rs | 174 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 D | Telephony.java | 434 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 D | print_ipp_over_usb_util.h | 170 std::string body; in ConstructHttpResponse() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
H A D | simple.rs | 281 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 D | HdmiCecController.java | 780 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 D | make_cpptoc_impl.py | 328 def cpptoc_make_include_file(cls, body, header, dir_name): argument
|
H A D | make_ctocpp_impl.py | 355 def ctocpp_make_include_files(cls, body, header, dir_name): argument
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_session.cpp | 398 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 D | reader.rs | 250 let mut body = TextBody::from_bytes(b"HelloWorld"); in ut_body_reader_read_all() localVariable
|
H A D | http_body.rs | 333 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 D | mod.rs | 110 body: Response, field
|
/ohos5.0/foundation/communication/netstack/frameworks/js/builtin/fetch/src/ |
H A D | fetch_module.cpp | 129 std::unique_ptr<JSIVal, decltype(&JSI::ReleaseValue)> body( in GetRequestBody() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/ |
H A D | FakeNativeWrapper.java | 77 int srcAddress, int dstAddress, byte[] body) { in nativeSendCecCommand()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/ |
H A D | part.rs | 128 let body = match self.part.body() { in body_decode() localVariable
|