Home
last modified time | relevance | path

Searched defs:maxSize (Results 251 – 275 of 403) sorted by relevance

1...<<11121314151617

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_provider.cpp55 int32_t HwCastProvider::StartDeviceLogging(int32_t fd, uint32_t maxSize) in StartDeviceLogging()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_pattern.cpp235 auto maxSize = host->GetGeometryNode()->GetFrameSize(); in InitializeLayoutProps() local
276 auto maxSize = host->GetGeometryNode()->GetFrameSize(); in FirstLayout() local
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account.cpp34 #define RETURN_IF_STRING_IS_EMPTY_OR_OVERSIZE(str, maxSize, msg) … argument
40 #define RETURN_IF_STRING_IS_OVERSIZE(str, maxSize, msg) … argument
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_service_stub_permission_test.cpp109 …int32_t GetHistoricalSessionDescriptors(int32_t maxSize, std::vector<AVSessionDescriptor> &descrip… in GetHistoricalSessionDescriptors()
113 int32_t GetHistoricalAVQueueInfos(int32_t maxSize, int32_t maxAppSize, in GetHistoricalAVQueueInfos()
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/
H A Davsessionservice_fuzzer.cpp161 int32_t maxSize = *(reinterpret_cast<const int32_t *>(data)); in AvSessionServiceGetAVQueueInfosTest() local
173 int32_t maxSize = *(reinterpret_cast<const int32_t *>(data)); in AvSessionServiceGetDescriptorsTest() local
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp630 const int32_t maxSize = 100; in GetPairedDevices() local
1336 const int32_t maxSize = 100; in GetLocalSupportedUuids() local
1367 const int32_t maxSize = 100; in GetDeviceUuids() local
1394 const int32_t maxSize = 1000; in GetLocalProfileUuids() local
/aosp12/packages/services/Mms/src/com/android/mms/service/
H A DMmsRequest.java83 public byte[] readPduFromContentUri(final Uri contentUri, final int maxSize); in readPduFromContentUri()
H A DMmsService.java967 public byte[] readPduFromContentUri(final Uri contentUri, final int maxSize) { in readPduFromContentUri()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DAtPhonebook.java480 int maxSize = (currSize < 100) ? 100 : currSize; in getMaxPhoneBookSize() local
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp444 AString minSize,maxSize; in codecHandlesFormat() local
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/
H A Dnet_firewall_param_check.cpp396 int32_t maxSize = isWildCard ? MAX_FUZZY_DOMAIN_NAME_LEN : MAX_EXACT_DOMAIN_NAME_LEN; in CheckDomainList() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item_group.cpp33 Size maxSize; in MakeInnerLayout() local
/ohos5.0/base/startup/init/test/unittest/param/
H A Dparam_unittest.cpp564 const int maxSize = 1024 * 64 + 10; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_extract.cpp148 …act::SplitBoxes(std::priority_queue<VBox, std::vector<VBox>, std::less<VBox> > &queue, int maxSize) in SplitBoxes()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_yuv_test.cpp137 uint32_t maxSize = MAXSIZE; in DecodeToYuv() local
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device.h314 void SetbMaxPacketSize0(uint8_t maxSize) in SetbMaxPacketSize0()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_column.cpp243 auto maxSize = layout.GetMaxSize(); in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp454 Size maxSize = GetLayoutParam().GetMaxSize(); in PerformLayout() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub.cpp315 constexpr int maxSize = 200; in OnGetScanInfoList() local
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dphotoaccesshelperinf.js52 function checkArrayAndSize(array, minSize, maxSize) { argument
/aosp12/hardware/google/pixel/vibrator/cs40l25/
H A DVibrator.cpp384 ndk::ScopedAStatus Vibrator::getCompositionSizeMax(int32_t *maxSize) { in getCompositionSizeMax()
619 ndk::ScopedAStatus Vibrator::getPwleCompositionSizeMax(int32_t *maxSize) { in getPwleCompositionSizeMax()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h225 size_t maxSize = IsSystemPrivateCommand(privateCommand) ? (MAX_PRIVATE_COMMAND_COUNT + 1) in IsPrivateCommandValid() local
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Dfast_audio_render.cpp324 int32_t maxSize = CalculateSampleNum(attr.sampleRate, MAX_TIME_INTERVAL); in FastRenderReqMmapBuffer() local
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy.cpp376 constexpr int maxSize = 200; in GetScanInfoList() local
/aosp12/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java454 final int maxSize = regrowCurrentSize - mOverflow; in adjust() local

1...<<11121314151617