Home
last modified time | relevance | path

Searched refs:SetLength (Results 1 - 19 of 19) sorted by relevance

/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.h116 void SetLength(uint32_t length);
/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 Dimension& left) in SetLength() function in OHOS::Ace::Inset
261 if (inset->SetLength(lengths)) { in CreateInsetSize()
/foundation/multimedia/media_library/frameworks/services/media_mtp/include/payload_data/
H A Dget_partial_object_data.h30 bool SetLength(uint32_t length);
/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
/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 Dimension& left);
/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 JSClass<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 JSClass<JSMutableSpanString>::CustomProperty("length", &JSSpanString::GetLength, &JSSpanString::SetLength); in JSBind()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h206 void SetLength(int32_t length) in SetLength() function in OHOS::Ace::RenderList
H A Dlist_element.cpp637 renderList_->SetLength(length_); in UpdateCachedComponent()
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp353 void RichEditorDeleteValue::SetLength(int32_t length) in SetLength() function in OHOS::Ace::NG::RichEditorDeleteValue
H A Drich_editor_event_hub.h211 void SetLength(int32_t length);
H A Drich_editor_pattern.cpp5477 info.SetLength(0);
5483 info.SetLength(length);
5546 info.SetLength(length);
9282 info.SetLength(length); in DeleteForward()
9740 info.SetLength(length); in GetDeletedSpan()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_measure_layout.cpp310 childArray_->SetLength(newCount); in Update()
411 childArray_->SetLength(newCount); in Update()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp600 bool retTest = getPartialObjectData.SetLength(1); in HWTEST_F()
604 retTest = getPartialObjectData.SetLength(1); in HWTEST_F()
614 getPartialObjectData.SetLength(1); in HWTEST_F()
H A Dmock_mtp_operation_utils.cpp380 getPartialObject->SetLength(length); in GetPartialObject()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_operation_utils.cpp487 getPartialObject->SetLength(length); in GetPartialObject()

Completed in 47 milliseconds