Home
last modified time | relevance | path

Searched refs:SetLength (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_ring_buffer.h119 block.SetLength(readsToEnd); in Read()
126 block.SetLength(numReadsRequested); in Read()
156 block.SetLength(maxNumReads); in Read()
H A Ddfx_ring_buffer_block.h50 void SetLength(unsigned int length) in SetLength() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_packet.cpp75 void Packet::SetLength(uint32_t length) in SetLength() function in OHOS::Rosen::Packet
84 SetLength(HEADER_SIZE); in InitData()
118 SetLength(data_.size()); in Write()
H A Drs_profiler_packet.h141 void SetLength(uint32_t length);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dclip_path.cpp20 bool Inset::SetLength(const std::vector<Dimension>& lengths) in SetLength() function in OHOS::Ace::Inset
26 SetLength(lengths.at(0), lengths.at(0), lengths.at(0), lengths.at(0)); in SetLength()
29 SetLength(lengths.at(0), lengths.at(1), lengths.at(0), lengths.at(1)); in SetLength()
32 SetLength(lengths.at(0), lengths.at(1), lengths.at(2), lengths.at(1)); in SetLength()
35 SetLength(lengths.at(0), lengths.at(1), lengths.at(2), lengths.at(3)); in SetLength()
45 void Inset::SetLength(const Dimension& top, const Dimension& right, const Dimension& bottom, const … in SetLength() function in OHOS::Ace::Inset
261 if (inset->SetLength(lengths)) { in CreateInsetSize()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_partial_object_data.h30 bool SetLength(uint32_t length);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/
H A Dget_partial_object_data.cpp76 bool GetPartialObjectData::SetLength(uint32_t length) in SetLength() function in OHOS::Media::GetPartialObjectData
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dshape.h170 bool SetLength(const std::vector<Dimension>& lengths);
278 …void SetLength(const Dimension& top, const Dimension& right, const Dimension& bottom, const Dimens…
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.h39 void SetLength(unsigned int len);
H A Djs_buffer.cpp111 void Buffer::SetLength(unsigned int len) in SetLength() function in OHOS::buffer::Buffer
H A Dnative_module_buffer.cpp167 buffer->SetLength(strDecoded.length()); in FromStringHex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_string.h42 void SetLength(const JSCallbackInfo& info);
H A Djs_span_string.cpp189 …SClass<JSSpanString>::CustomProperty("length", &JSSpanString::GetLength, &JSSpanString::SetLength); in JSBind()
212 void JSSpanString::SetLength(const JSCallbackInfo& info) {} in SetLength() function in OHOS::Ace::Framework::JSSpanString
926 …JSMutableSpanString>::CustomProperty("length", &JSSpanString::GetLength, &JSSpanString::SetLength); in JSBind()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h206 void SetLength(int32_t length) in SetLength() function
H A Dlist_element.cpp637 renderList_->SetLength(length_); in UpdateCachedComponent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp354 void RichEditorDeleteValue::SetLength(int32_t length) in SetLength() function in OHOS::Ace::NG::RichEditorDeleteValue
H A Drich_editor_event_hub.h210 void SetLength(int32_t length);
H A Drich_editor_pattern.cpp5509 info.SetLength(0); in DeleteBackwardOperation()
5515 info.SetLength(length); in DeleteBackwardOperation()
5583 info.SetLength(length); in DeleteForwardOperation()
9254 info.SetLength(length); in OnBackPressed()
9719 info.SetLength(length); in OnBackPressed()
10861 info.SetLength(length); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.h145 void SetLength(size_t length) const;
H A Djsi_types.cpp215 void JsiArray::SetLength(size_t length) const in SetLength() function in OHOS::Ace::Framework::JsiArray
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_measure_layout.cpp317 childArray_->SetLength(newCount); in Update()
426 childArray_->SetLength(newCount); in Update()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp600 bool retTest = getPartialObjectData.SetLength(1);
604 retTest = getPartialObjectData.SetLength(1);
614 getPartialObjectData.SetLength(1);
H A Dmock_mtp_operation_utils.cpp380 getPartialObject->SetLength(length); in GetPartialObject()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp626 getPartialObject->SetLength(length); in GetPartialObject()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp198 buf->SetLength(7);