Searched refs:inFrame (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | frame_retainer.cpp | 83 void FrameRetainer::RetainFrame(const FrameInfo &inFrame) in RetainFrame() argument 85 if (inFrame.buffer == nullptr) { in RetainFrame() 88 RetainWork work{inFrame.buffer, inFrame.frameId, MAX_RETAIN_TIME}; in RetainFrame() 104 …std::map<uint64_t, RetainWork> &perLabelPerTarget = retainWorkPool_[inFrame.commLabel][inFrame.src… in RetainFrame() 108 …LogRetainInfo("[Retainer][Retain] DISCARD", inFrame.commLabel, inFrame.srcTarget, iter->first, ite… in RetainFrame() 117 totalSizeByByte_ += inFrame.buffer->GetSize(); in RetainFrame()
|
H A D | protocol_proto.h | 77 …static int CombinePacketIntoFrame(SerialBuffer *inFrame, const uint8_t *pktBytes, uint32_t pktLeng…
|
H A D | protocol_proto.cpp | 358 int ProtocolProto::CombinePacketIntoFrame(SerialBuffer *inFrame, const uint8_t *pktBytes, uint32_t … in CombinePacketIntoFrame() argument 367 auto frameByteLen = inFrame->GetWritableBytesForEntireFrame(); in CombinePacketIntoFrame()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
H A D | frame_retainer.h | 55 void RetainFrame(const FrameInfo &inFrame);
|