Home
last modified time | relevance | path

Searched defs:contentLength (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dtabs_component.cpp96 uint8_t contentLength = tabContentComponent_->GetChildrenLength(); in ProcessChildren() local
243 uint8_t contentLength = tabContentComponent_->GetChildrenLength(); in CalculateBarWidth() local
259 uint8_t contentLength = tabContentComponent_->GetChildrenLength(); in GetInitPageIndex() local
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_wap_push_content_type.cpp74 …ol SmsWapPushContentType::DecodeContentType(SmsWapPushBuffer &decodeBuffer, int32_t &contentLength) in DecodeContentType()
121 … SmsWapPushContentType::DecodeCTGeneralForm(SmsWapPushBuffer &decodeBuffer, int32_t &contentLength) in DecodeCTGeneralForm()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_content_type.cpp60 bool MmsContentType::DecodeMmsContentType(MmsDecodeBuffer &decodeBuffer, int32_t &contentLength) in DecodeMmsContentType()
106 bool MmsContentType::DecodeMmsCTGeneralForm(MmsDecodeBuffer &decodeBuffer, int32_t &contentLength) in DecodeMmsCTGeneralForm()
H A Dmms_body_part.cpp119 int32_t contentLength = 0; in DecodePart() local
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Doperator_file_parser.cpp146 int contentLength = LoaderJsonFile(content, path); in ParseOperatorConfigFromFile() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_http_request_process_test/
H A Dprint_http_request_process_test.cpp333 size_t contentLength = 0; in TearDown() variable
360 size_t contentLength = 0; in TearDown() variable
382 size_t contentLength = 0; in TearDown() variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp93 bool &findContentLength, size_t &contentLength) in GetContentLength()
184 size_t contentLength = 0; in ProcessDataFromDevice() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_context.cpp80 uint32_t contentLength = 0; in Eval() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/download/
H A Ddownloader.cpp185 size_t contentLength = currentRequest_->GetFileContentLength(); in Seek() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/text/
H A Dtext_emoji_processor.cpp802 int32_t contentLength = static_cast<int32_t>(u32Content.length()); in HandleDeleteAction() local
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp553 int32_t contentLength = 1; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp390 size_t contentLength = currentRequest_->GetFileContentLength(); in Seek() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp451 auto contentLength = static_cast<int32_t>(displayContent.length()); in UpdateTextStyle() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp556 uint32_t contentLength = 0; in ReadJSFile() local
/ohos5.0/base/telephony/sms_mms/frameworks/js/napi/src/
H A Dnapi_mms.cpp614 size_t contentLength = 0; in ParseDecodeMmsParam() local
H A Dnapi_sms.cpp302 size_t contentLength = 0; in ParseMessageParameter() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h1082 const std::string& mimetype, long contentLength) in DownloadStartEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp123 const std::string& contentDisposition, const std::string& mimetype, long contentLength) in OnDownloadStart()
H A Dweb_delegate.cpp4856 const std::string& contentDisposition, const std::string& mimetype, long contentLength) in OnDownloadStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1307 auto contentLength = webDownloadResponse->GetContentLength(); in OnDownloadStart() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp1283 int32_t contentLength = GetTextContentLength(); in BeforeAddSymbol() local
5330 auto contentLength = static_cast<int32_t>(StringUtils::ToWstring(spanItem->content).length()); in AfterIMEInsertValue() local
7837 auto contentLength = static_cast<int32_t>(contentText.length()); in OnBackPressed() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp5429 auto contentLength = static_cast<int32_t>(contentController_->GetWideText().length()); in DeleteForward() local