Home
last modified time | relevance | path

Searched refs:max_size (Results 1 - 25 of 32) sorted by relevance

12

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_aac.cpp177 auto max_size = GetMaxSize() - 4; // 4:avc start code size in InputFrame() local
179 if (remain_size <= max_size) { in InputFrame()
196 auto ret = memcpy_s(sectionBuf_ + 4, max_size, ptr, max_size); // 4:byte offset in InputFrame()
201 MakeAACRtp(sectionBuf_, max_size + 4, false, stamp); // 4:byte offset in InputFrame()
202 ptr += max_size; in InputFrame()
203 remain_size -= max_size; in InputFrame()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_uiextension_data.cpp77 if (mapSize > uiExtensionData->secData_.max_size()) { in Unmarshalling()
86 if (uiExtensionNodesCount > uiExtensionData->secData_[hostNodeId].max_size()) { in Unmarshalling()
99 if (upperNodesCount > secSurfaceInfo.upperNodes.max_size()) { in Unmarshalling()
H A Drs_occlusion_data.cpp31 if (len > readableSize || len > data->visibleData_.max_size()) { in Unmarshalling()
H A Drs_hgm_config_data.cpp39 if (len > readableSize || len > data->configData_.max_size()) { in Unmarshalling()
H A Drs_transaction_data.cpp233 if (len > readableSize || len > payload_.max_size()) { in UnmarshallingCommand()
/foundation/window/window_manager/utils/include/
H A Dmarshalling_helper.h52 if ((size > readAbleSize) || (size > data.max_size())) { in UnmarshallingVectorParcelableObj()
107 if ((size > readAbleSize) || (size > data.max_size())) { in UnmarshallingVectorObj()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dparcel_macro.h64 if ((readSize > readAbleDataSize) || ((val)->max_size() < readSize)) { \
/foundation/barrierfree/accessibility/common/interface/src/parcel/
H A Daccessibility_gesture_inject_path_parcel.cpp33 bool verifyResult = ContainerSecurityVerify(parcel, positionSize, positions_.max_size()); in ReadFromParcel()
H A Daccessibility_element_info_parcel.cpp60 bool verifyResult = ContainerSecurityVerify(parcel, operationsSize, operations_.max_size()); in ReadFromParcelSecondPart()
157 if (!ContainerSecurityVerify(parcel, spanListSize, spanList_.max_size())) { in ReadFromParcelFourthPart()
528 if (!ContainerSecurityVerify(parcel, mapValueStr, extraElementValueStr_.max_size())) { in ReadFromParcel()
543 if (!ContainerSecurityVerify(parcel, mapValueInt, extraElementValueInt_.max_size())) { in ReadFromParcel()
H A Daccessibility_event_info_parcel.cpp77 if (!ContainerSecurityVerify(parcel, contentSize, contents_.max_size())) { in ReadFromParcelSecondPart()
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/
H A Dmock_accessibility_gesture_inject_path_parcel.cpp33 bool verifyResult = ContainerSecurityVerify(parcel, positionSize, positions_.max_size()); in ReadFromParcel()
H A Dmock_accessibility_element_operator_callback_stub.cpp126 bool verifyResult = ContainerSecurityVerify(data, accessibilityInfosize, tmpData.max_size()); in HandleSetSearchElementInfoByAccessibilityIdResult()
161 bool verifyResult = ContainerSecurityVerify(data, accessibilityInfosize, infos.max_size()); in HandleSetSearchElementInfoByTextResult()
H A Dmock_accessibility_element_info_parcel.cpp60 bool verifyResult = ContainerSecurityVerify(parcel, operationsSize, operations_.max_size()); in ReadFromParcelSecondPart()
157 if (!ContainerSecurityVerify(parcel, spanListSize, spanList_.max_size())) { in ReadFromParcelFourthPart()
526 if (!ContainerSecurityVerify(parcel, mapValueStr, extraElementValueStr_.max_size())) { in ReadFromParcel()
541 if (!ContainerSecurityVerify(parcel, mapValueInt, extraElementValueInt_.max_size())) { in ReadFromParcel()
H A Dmock_accessibility_event_info_parcel.cpp77 if (!ContainerSecurityVerify(parcel, contentSize, contents_.max_size())) { in ReadFromParcelSecondPart()
H A Dmock_accessible_ability_channel_stub.cpp414 bool verifyResult = ContainerSecurityVerify(data, size, targetBundleNames.max_size()); in HandleSetTargetBundleName()
/foundation/barrierfree/accessibility/common/interface/src/
H A Daccessibility_element_operator_callback_stub.cpp126 bool verifyResult = ContainerSecurityVerify(data, accessibilityInfosize, tmpData.max_size()); in HandleSetSearchElementInfoByAccessibilityIdResult()
161 bool verifyResult = ContainerSecurityVerify(data, accessibilityInfosize, infos.max_size()); in HandleSetSearchElementInfoByTextResult()
H A Daccessible_ability_channel_stub.cpp414 bool verifyResult = ContainerSecurityVerify(data, size, targetBundleNames.max_size()); in HandleSetTargetBundleName()
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/continuation_manager/
H A Dcontinuation_result.cpp108 if ((size > parcel.GetReadableBytes()) || (continuationResults.max_size() < size)) { in ReadContinuationResultsFromParcel()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_hdr_capability.cpp88 if (len > readableSize || len > unmarFormats.max_size()) { in ReadVector()
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_utils.h235 if ((static_cast<size_t>(size) > readAbleSize) || static_cast<size_t>(size) > val.max_size()) { in Unmarshalling()
292 if ((size > readAbleSize) || (size > val.max_size())) { in UnmarshalFromContainer()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Ddistributed_client.cpp145 if ((size > parcel.GetReadableBytes()) || (missionInfos.max_size() < size)) { in ReadMissionInfosFromParcel()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_buffer_test.cpp421 int32_t max_size = -1; in HWTEST_F() local
424 int32_t ret = OH_NativeBuffer_SetMetadataValue(nullptr, OH_HDR_STATIC_METADATA, max_size, buff); in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h99 constexpr size_type max_size() const noexcept;
276 constexpr typename basic_string_view<CharT>::size_type basic_string_view<CharT>::max_size() const noexcept
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dnfcc_nci_adapter.cpp455 " max_size = %{public}u, cur_size = %{public}u, flags = 0x%{public}X", in NfcConnectionCallback()
457 static_cast<uint32_t>(eventData->ndef_detect.max_size), in NfcConnectionCallback()
460 eventData->ndef_detect.cur_size, eventData->ndef_detect.flags, eventData->ndef_detect.max_size); in NfcConnectionCallback()
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Ditypes_util.h350 if ((static_cast<size_t>(size) > readAbleSize) || static_cast<size_t>(size) > val.max_size()) { in Unmarshalling()
477 if ((size > readAbleSize) || (size > val.max_size())) { in UnmarshalFromContainer()

Completed in 15 milliseconds

12