/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 | 116 void SetLength(uint32_t length);
|
/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 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 D | get_partial_object_data.h | 30 bool SetLength(uint32_t length);
|
/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
|
/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 Dimension& left);
|
/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 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 D | render_list.h | 206 void SetLength(int32_t length) in SetLength() function in OHOS::Ace::RenderList
|
H A D | list_element.cpp | 637 renderList_->SetLength(length_); in UpdateCachedComponent()
|
/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
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_event_hub.cpp | 353 void RichEditorDeleteValue::SetLength(int32_t length) in SetLength() function in OHOS::Ace::NG::RichEditorDeleteValue
|
H A D | rich_editor_event_hub.h | 211 void SetLength(int32_t length);
|
H A D | rich_editor_pattern.cpp | 5477 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 D | js_view_measure_layout.cpp | 310 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 D | mtp_payload_data_test.cpp | 600 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 D | mock_mtp_operation_utils.cpp | 380 getPartialObject->SetLength(length); in GetPartialObject()
|
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_operation_utils.cpp | 487 getPartialObject->SetLength(length); in GetPartialObject()
|