Home
last modified time | relevance | path

Searched defs:needSize (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dbuffer_object.cpp92 uint32_t needSize = GetNeedBufferSize(size); in GetSendBufferAndLock() local
109 uint32_t needSize = GetNeedBufferSize(size); in ExpandSendBuffer() local
136 uint32_t needSize = GetNeedBufferSize(size); in GetReceiveBufferAndLock() local
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dbuffer_object_unittest.cpp527 uint32_t needSize = object.GetNeedBufferSize(BUFF_SIZE_0); variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp159 static string GetExtraData(const UniqueFd& fd, off_t fileSize, off_t offset, off_t needSize) in GetExtraData()