Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h96 void SendDataRoutine();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp355 void CommunicatorAggregator::SendDataRoutine() in SendDataRoutine() function in DistributedDB::CommunicatorAggregator
938 exclusiveThread_ = std::thread([this] { SendDataRoutine(); }); in InitSendThread()