Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/
H A Dtime_helper.h62 …void SetSendConfig(const std::string &dstTarget, bool nonBlock, uint32_t timeout, SendConfig &send…
H A Dtime_helper.cpp142 void TimeHelper::SetSendConfig(const std::string &dstTarget, bool nonBlock, uint32_t timeout, SendC… in SetSendConfig() function in DistributedDB::TimeHelper
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.cpp487 timeHelper_->SetSendConfig(deviceId, false, SEND_TIME_OUT, conf); in SendPacket()