Home
last modified time | relevance | path

Searched refs:ValueSlicePacket (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dvalue_slice_sync.cpp62 uint32_t ValueSlicePacket::CalculateLen() const in CalculateLen()
73 void ValueSlicePacket::SetData(const ValueSlice &data) in SetData()
78 void ValueSlicePacket::GetData(ValueSlice &data) const in GetData()
83 void ValueSlicePacket::SetErrorCode(int32_t errCode) in SetErrorCode()
88 void ValueSlicePacket::GetErrorCode(int32_t &errCode) const in GetErrorCode()
273 const ValueSlicePacket *packet = message->GetObject<ValueSlicePacket>(); in AckRecvCallback()
414 const ValueSlicePacket *packet = inMsg->GetObject<ValueSlicePacket>(); in AckPacketCalculateLen()
427 const ValueSlicePacket *packet = inMsg->GetObject<ValueSlicePacket>(); in AckPacketSerialization()
474 ValueSlicePacket *packet = new (std::nothrow) ValueSlicePacket(); in AckPacketDeSerialization()
583 ValueSlicePacket *packet = new (std::nothrow) ValueSlicePacket(); in SendAckPacket()
H A Dvalue_slice_sync.h46 class ValueSlicePacket {
48 ValueSlicePacket() : errorCode_(0) {}; in ValueSlicePacket() function
49 ~ValueSlicePacket() {}; in ~ValueSlicePacket()