Home
last modified time | relevance | path

Searched refs:GetLengthBeforeSerializedData (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dprotocol_proto.h54 static uint32_t GetLengthBeforeSerializedData();
H A Dcommunicator_aggregator.cpp218 return adapterHandle_->GetMtuSize() - ProtocolProto::GetLengthBeforeSerializedData(); in GetCommunicatorAggregatorMtuSize()
223 return adapterHandle_->GetMtuSize(target) - ProtocolProto::GetLengthBeforeSerializedData(); in GetCommunicatorAggregatorMtuSize()
H A Dprotocol_proto.cpp85 uint32_t ProtocolProto::GetLengthBeforeSerializedData() in GetLengthBeforeSerializedData() function in DistributedDB::ProtocolProto
612 if (serializeLen == 0 || alignedLen > MAX_FRAME_LEN - GetLengthBeforeSerializedData()) { in CalculateDataSerializeLength()