/ohos5.0/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_tlv.c | 31 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 D | tlv_utils.cpp | 36 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 D | text_line_base.cpp | 56 Boundary boundary(0, 0); in GetTextRange() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/ |
H A D | mod.rs | 199 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 D | multi.rs | 243 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 D | convert_test.cpp | 63 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 D | multipart.rs | 36 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 D | cert_chain_validator.c | 89 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 D | js_text_line.cpp | 194 Boundary boundary = textLine_->GetTextRange(); in OnGetTextRange() local
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/ |
H A D | part.rs | 30 boundary: Vec<u8>, field
|
H A D | multi.rs | 383 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 D | simple.rs | 38 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 D | peak_finder.cpp | 125 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 D | frame_node_test_ng.cpp | 1582 SizeF boundary(1, 1); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 992 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 D | i18n_addon.cpp | 1338 bool boundary = obj->brkiter_->IsBoundary(value); in IsBoundary() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 5387 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()
|