Home
last modified time | relevance | path

Searched refs:inFrame (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_retainer.cpp83 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 Dprotocol_proto.h77 …static int CombinePacketIntoFrame(SerialBuffer *inFrame, const uint8_t *pktBytes, uint32_t pktLeng…
H A Dprotocol_proto.cpp358 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 Dframe_retainer.h55 void RetainFrame(const FrameInfo &inFrame);