Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dremote_executor.cpp519 SendConfig sendConfig; in SendRequestMessage() local
520 …gParam(syncInterface->GetDbProperties(), target, false, REMOTE_EXECUTOR_SEND_TIME_OUT, sendConfig); in SendRequestMessage()
522 int errCode = communicator->SendMessage(target, message, sendConfig, in SendRequestMessage()
605 SendConfig sendConfig; in ResponseStart() local
606 SetSendConfigParam(storage->GetDbProperties(), device, false, SEND_TIME_OUT, sendConfig); in ResponseStart()
607 errCode = communicator->SendMessage(device, message, sendConfig, nullptr); in ResponseStart()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp245 SendConfig sendConfig; in Send() local
246 …ConfigParam(storage_->GetDbProperties(), context->GetDeviceId(), false, SEND_TIME_OUT, sendConfig); in Send()
247 …int errCode = communicateHandle_->SendMessage(context->GetDeviceId(), message, sendConfig, handler… in Send()