Searched refs:SuspendByOnceTimer (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | communicator_linker.cpp | 227 void CommunicatorLinker::SuspendByOnceTimer(const std::function<void(void)> &inAction, uint32_t inC… in SuspendByOnceTimer() function in DistributedDB::CommunicatorLinker 402 SuspendByOnceTimer([this, toTarget, cloneBuffer, inSequenceId, inRetransmitCount]() { in SendLabelExchange() 412 SuspendByOnceTimer([this, toTarget, inBuff, inSequenceId, inRetransmitCount]() { in SendLabelExchange() 462 SuspendByOnceTimer([this, toTarget, inBuff, inSequenceId, inAckTriggerId]() { in SendLabelExchangeAck()
|
H A D | communicator_linker.h | 84 void SuspendByOnceTimer(const std::function<void(void)> &inAction, uint32_t inCountDown);
|