Home
last modified time | relevance | path

Searched defs:boundary (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/security/device_security_level/baselib/utils/src/
H A Dutils_tlv.c31 static uint8_t *ParseTlv(const uint8_t *buffer, TlvCommon *tlv, const uint8_t *boundary, uint32_t *… in ParseTlv()
48 static uint8_t *AppendTlv(uint8_t *buffer, const TlvCommon *tlv, const uint8_t *boundary, uint32_t … in AppendTlv()
77 uint8_t *boundary = buff + maxBuffSize; in Serialize() local
97 const uint8_t *boundary = buff + buffSize; in Deserialize() local
/ohos5.0/foundation/communication/netstack/utils/tlv_utils/src/
H A Dtlv_utils.cpp36 uint8_t *TlvUtils::ParseTlv(const uint8_t *buffer, TlvCommon *tlv, const uint8_t *boundary, uint32_… in ParseTlv()
53 uint8_t *TlvUtils::AppendTlv(uint8_t *buffer, const TlvCommon *tlv, const uint8_t *boundary, uint32… in AppendTlv()
83 uint8_t *boundary = buff + maxBuffSize; in Serialize() local
104 const uint8_t *boundary = buff + buffSize; in Deserialize() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtext_line_base.cpp56 Boundary boundary(0, 0); in GetTextRange() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmod.rs199 let boundary = str in get_content_type_boundary() localVariable
205 let boundary = trim_ascii_start(&boundary[9..]); in get_content_type_boundary() localVariable
H A Dmulti.rs243 pub fn boundary(&self) -> &[u8] { in boundary() method
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/adapter/skia_txt/
H A Dconvert_test.cpp63 Boundary boundary = AdapterTxt::Convert(range); variable
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dmultipart.rs36 boundary: String, field
83 pub fn boundary(&self) -> &str { in boundary() method
/ohos5.0/base/security/certificate_framework/frameworks/core/v1.0/certificate/
H A Dcert_chain_validator.c89 const uint8_t *boundary = certChainData->data + certChainData->dataLen; in ConvertCertBuffer2List() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/text_line_napi/
H A Djs_text_line.cpp194 Boundary boundary = textLine_->GetTextRange(); in OnGetTextRange() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/
H A Dpart.rs30 boundary: Vec<u8>, field
H A Dmulti.rs383 boundary: Vec<u8>, field
434 let boundary = s.as_bytes().to_vec(); in outermost_first_boundary() localVariable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
H A Dsimple.rs38 boundary: String, field
84 pub fn boundary(&self) -> &str { in boundary() method
/ohos5.0/base/sensors/sensor/vibration_convert/core/algorithm/peak_finder/src/
H A Dpeak_finder.cpp125 for (int32_t boundary = envelopeStart[i]; boundary <= envelopeLast[i]; ++boundary) { in SplitVoiceSlienceRange() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp1582 SizeF boundary(1, 1); variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp992 Boundary* boundary = ConvertToOriginalText<Boundary>(range); in OH_Drawing_GetStartFromRange() local
1006 Boundary* boundary = ConvertToOriginalText<Boundary>(range); in OH_Drawing_GetEndFromRange() local
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_addon.cpp1338 bool boundary = obj->brkiter_->IsBoundary(value); in IsBoundary() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp5387 OPINC_TYPE_E FrameNode::IsOpIncValidNode(const SizeF& boundary, int32_t childNumber) in IsOpIncValidNode()
5423 OPINC_TYPE_E FrameNode::FindSuggestOpIncNode(std::string& path, const SizeF& boundary, int32_t dept… in FindSuggestOpIncNode()