/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_ring_buffer.h | 119 block.SetLength(readsToEnd); in Read() 126 block.SetLength(numReadsRequested); in Read() 156 block.SetLength(maxNumReads); in Read()
|
H A D | dfx_ring_buffer_block.h | 50 void SetLength(unsigned int length) in SetLength() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_packet.cpp | 75 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 D | rs_profiler_packet.h | 141 void SetLength(uint32_t length);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | clip_path.cpp | 20 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 D | get_partial_object_data.h | 30 bool SetLength(uint32_t length);
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/payload_data/ |
H A D | get_partial_object_data.cpp | 76 bool GetPartialObjectData::SetLength(uint32_t length) in SetLength() function in OHOS::Media::GetPartialObjectData
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | shape.h | 170 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 D | js_buffer.h | 39 void SetLength(unsigned int len);
|
H A D | js_buffer.cpp | 111 void Buffer::SetLength(unsigned int len) in SetLength() function in OHOS::buffer::Buffer
|
H A D | native_module_buffer.cpp | 167 buffer->SetLength(strDecoded.length()); in FromStringHex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/ |
H A D | js_span_string.h | 42 void SetLength(const JSCallbackInfo& info);
|
H A D | js_span_string.cpp | 189 …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 D | render_list.h | 206 void SetLength(int32_t length) in SetLength() function
|
H A D | list_element.cpp | 637 renderList_->SetLength(length_); in UpdateCachedComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_event_hub.cpp | 354 void RichEditorDeleteValue::SetLength(int32_t length) in SetLength() function in OHOS::Ace::NG::RichEditorDeleteValue
|
H A D | rich_editor_event_hub.h | 210 void SetLength(int32_t length);
|
H A D | rich_editor_pattern.cpp | 5509 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 D | jsi_types.h | 145 void SetLength(size_t length) const;
|
H A D | jsi_types.cpp | 215 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 D | js_view_measure_layout.cpp | 317 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 D | mtp_payload_data_test.cpp | 600 bool retTest = getPartialObjectData.SetLength(1); 604 retTest = getPartialObjectData.SetLength(1); 614 getPartialObjectData.SetLength(1);
|
H A D | mock_mtp_operation_utils.cpp | 380 getPartialObject->SetLength(length); in GetPartialObject()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_operation_utils.cpp | 626 getPartialObject->SetLength(length); in GetPartialObject()
|
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/test/ |
H A D | test_napi.cpp | 198 buf->SetLength(7);
|