Home
last modified time | relevance | path

Searched refs:bytes_ (Results 1 - 11 of 11) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dserial_buffer.cpp30 bytes_ = nullptr; in ~SerialBuffer()
47 if (oringinalBytes_ != nullptr || bytes_ != nullptr || externalBytes_ != nullptr || in AllocBufferByPayloadLength()
63 bytes_ = oringinalBytes_ + extendHeadLen_; in AllocBufferByPayloadLength()
70 if (bytes_ != nullptr || externalBytes_ != nullptr) { in AllocBufferByTotalLength()
81 bytes_ = new (std::nothrow) uint8_t[inTotalLen](); in AllocBufferByTotalLength()
82 if (bytes_ == nullptr) { in AllocBufferByTotalLength()
85 oringinalBytes_ = bytes_; in AllocBufferByTotalLength()
92 if (bytes_ != nullptr || externalBytes_ != nullptr) { in SetExternalBuff()
119 if (bytes_ == nullptr) { in Clone()
120 twinBuffer->bytes_ in Clone()
[all...]
H A Dserial_buffer.h44 // Create a SerialBuffer that has a independent bytes_ and point to the same externalBytes_
67 uint8_t *bytes_ = nullptr; // distributeddb start addr member in DistributedDB::SerialBuffer
/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont_buffer.cpp25 : hash_(hash), bytes_(bytes.data(), bytes.data() + bytes.size()), in FontBuffer()
53 auto ftFace = fontManager->OpenFtFace(bytes_, index); in CreateFace()
H A Dfont_buffer.h45 BASE_NS::vector<uint8_t> bytes_; // font file contents member in final
H A Dfont.cpp62 return faceData_->fontBuffer_->bytes_; in GetFontData()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/src/
H A Drtcp_context.cpp27 bytes_ += bytes; in OnRtp()
40 rtcp->octetCount_ = htonl((uint32_t)bytes_); in CreateRtcpSR()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtcp/include/
H A Drtcp_context.h74 size_t bytes_ = 0; member in OHOS::Sharing::RtcpContext
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetsys_net_diag_data.h57 uint16_t bytes_ = 0; member
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnetsys_net_diag_data.cpp107 if (!parcel.WriteUint16(bytes_)) { in Marshalling()
127 if (!parcel.ReadUint16(icmpSeq.bytes_)) { in Unmarshalling()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnet_diag_wrapper_test.cpp461 responseInfo.bytes_ = TEST_UINT16_VALUE; in HWTEST_F()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_diag_wrapper.cpp435 icmpRespInfo.bytes_ = static_cast<uint16_t>(CommonUtils::StrToUint(match[bytesPos].str())); in ExtractIcmpSeqInfo()

Completed in 10 milliseconds