Home
last modified time | relevance | path

Searched refs:readAbleSize (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/utils/include/
H A Dmarshalling_helper.h50 size_t readAbleSize = parcel.GetReadableBytes(); in UnmarshallingVectorParcelableObj() local
52 if ((size > readAbleSize) || (size > data.max_size())) { in UnmarshallingVectorParcelableObj()
61 readAbleSize = parcel.GetReadableBytes(); in UnmarshallingVectorParcelableObj()
62 if (minDesireCapacity > readAbleSize) { in UnmarshallingVectorParcelableObj()
105 size_t readAbleSize = parcel.GetReadableBytes(); in UnmarshallingVectorObj() local
107 if ((size > readAbleSize) || (size > data.max_size())) { in UnmarshallingVectorObj()
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/
H A Ddataobs_utils.h234 size_t readAbleSize = parcel.GetReadableBytes(); in Unmarshalling() local
235 if ((static_cast<size_t>(size) > readAbleSize) || static_cast<size_t>(size) > val.max_size()) { in Unmarshalling()
290 size_t readAbleSize = parcel.GetReadableBytes(); in UnmarshalFromContainer() local
292 if ((size > readAbleSize) || (size > val.max_size())) { in UnmarshalFromContainer()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_stub.cpp243 size_t readAbleSize = data.GetReadableBytes(); in HandleOnWindowVisibilityChanged() local
245 if ((size > readAbleSize) || (size > infos.max_size())) { in HandleOnWindowVisibilityChanged()
254 readAbleSize = data.GetReadableBytes(); in HandleOnWindowVisibilityChanged()
255 if (minDesireCapacity > readAbleSize) { in HandleOnWindowVisibilityChanged()
/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_stub.cpp362 size_t readAbleSize = data.GetReadableBytes(); in OnDetectPatterns() local
363 if (size > readAbleSize || size > static_cast<uint32_t>(Pattern::PatternCount)) { in OnDetectPatterns()
397 size_t readAbleSize = data.GetReadableBytes(); in OnSetGlobalShareOption() local
398 if (size > readAbleSize || size > MAX_SET_GLOBAL_SHARE_OPTION_SIZE) { in OnSetGlobalShareOption()
H A Dpasteboard_service_proxy.cpp472 size_t readAbleSize = reply.GetReadableBytes(); in GetGlobalShareOption() local
473 if (size > readAbleSize || size > MAX_GET_GLOBAL_SHARE_OPTION_SIZE) { in GetGlobalShareOption()
/foundation/distributeddatamgr/kv_store/frameworks/common/
H A Ditypes_util.h349 size_t readAbleSize = parcel.GetReadableBytes(); in Unmarshalling() local
350 if ((static_cast<size_t>(size) > readAbleSize) || static_cast<size_t>(size) > val.max_size()) { in Unmarshalling()
475 size_t readAbleSize = parcel.GetReadableBytes(); in UnmarshalFromContainer() local
477 if ((size > readAbleSize) || (size > val.max_size())) { in UnmarshalFromContainer()

Completed in 5 milliseconds