Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor_packet.h106 bool IsLastAck() const;
H A Dremote_executor_packet.cpp240 bool RemoteExecutorAckPacket::IsLastAck() const in IsLastAck() function in DistributedDB::RemoteExecutorAckPacket
H A Dremote_executor.cpp822 if (packet->IsLastAck()) { in ReceiveDataWithValidSession()