Home
last modified time | relevance | path

Searched defs:maxSize (Results 1 - 25 of 172) sorted by relevance

1234567

/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.h59 static constexpr size_t maxSize = 524288; // 512KB member in OHOS::Idl::StringHelper
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dconstraint_flags.h35 bool maxSize = false; member
/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Drender_qrcode.cpp68 Size maxSize = layoutParam.GetMaxSize(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_layout_algorithm.cpp45 auto maxSize = contentConstraint.maxSize; in MeasureContent() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_packer_ohos.cpp36 uint32_t ImagePackerOhos::StartPacking(uint8_t* data, uint32_t maxSize, const PackOption& option) in StartPacking() argument
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dimage_packer_preview.cpp29 uint32_t ImagePackerPreview::StartPacking(uint8_t* data, uint32_t maxSize, const PackOption& option) in StartPacking() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_layout_algorithm.cpp37 const auto& maxSize = constraint->maxSize; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_layout_algorithm.cpp56 int32_t maxSize = 0; in IsValidRootLayer() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_algorithm.cpp53 const auto& maxSize = constraint->maxSize; in Measure() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_cache.h35 static constexpr size_t maxSize = 600 * 1024 * 1024; // NOLINT member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dgif_encoder_test.cpp56 auto maxSize = 10; in HWTEST_F() local
154 auto maxSize = 10; in HWTEST_F() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/stream/src/
H A Dbuffer_packer_stream.cpp30 BufferPackerStream::BufferPackerStream(uint8_t *outputData, uint32_t maxSize) in BufferPackerStream() argument
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_supplicant.c74 int maxSize = 0; in RpcRequestToSupplicant() local
/foundation/CastEngine/castengine_wifi_display/services/event/
H A Dtaskpool.h43 virtual inline void SetMaxTaskNum(const size_t maxSize) in SetMaxTaskNum() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_algorithm_test.cpp706 SizeF maxSize; in HWTEST_F() local
721 SizeF maxSize; in HWTEST_F() local
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dfixed_size_list.h78 size_t maxSize; member in OHOS::CameraStandard::FixedSizeList
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/stream_test/
H A Dbuffer_packer_stream_test.cpp63 uint32_t maxSize = MAXSIZE; in HWTEST_F() local
92 uint32_t maxSize = MAXSIZE; in HWTEST_F() local
121 uint32_t maxSize = MAXSIZE; in HWTEST_F() local
150 uint32_t maxSize = MAXSIZE; in HWTEST_F() local
177 uint32_t maxSize = MAXSIZE; in HWTEST_F() local
[all...]
/foundation/multimedia/av_session/services/session/server/test/
H A Davrouter_test.cpp151 uint32_t maxSize = 10; in HWTEST_F() local
168 uint32_t maxSize = 10; in HWTEST_F() local
/foundation/communication/netmanager_ext/frameworks/native/ethernetclient/src/
H A Dstatic_configuration.cpp40 bool StaticConfiguration::MarshallingNetAddressList(const std::vector<INetAddr> &netAddrList, uint32_t maxSize, in MarshallingNetAddressList() argument
75 UnmarshallingNetAddressList(Parcel &parcel, std::vector<INetAddr> &netAddrList, uint32_t maxSize) UnmarshallingNetAddressList() argument
/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Drender_container_modal.cpp97 auto maxSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local
107 auto maxSize = GetLayoutParam().GetMaxSize(); in ContainerBoxLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/navigator/
H A Drender_navigator.cpp111 Size maxSize = innerLayout.GetMaxSize(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/
H A Dmarquee_layout_algorithm.cpp28 const auto& maxSize = layoutConstraint->maxSize; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drender_data_panel.cpp69 Size maxSize = GetLayoutParam().GetMaxSize(); in Measure() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dlink_stack.h73 explicit LinkStack(uint32_t maxSize) : maxSize_(maxSize) in LinkStack() argument
H A Dlink_queue.h62 explicit LinkQueue(uint32_t maxSize) : maxSize_(maxSize) in LinkQueue() argument

Completed in 11 milliseconds

1234567