Home
last modified time | relevance | path

Searched refs:SendConfig (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dicommunicator.h32 struct SendConfig { struct
40 uint32_t timeout, SendConfig &sendConf) in SetSendConfigParam() argument
82 …virtual int SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &conf…
83 …virtual int SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &conf…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_send_receive_test.cpp161 SendConfig conf = {false, false, 0};
212 SendConfig conf = {true, false, 0};
242 SendConfig conf = {true, false, 0};
289 SendConfig conf = {true, false, 0};
354 SendConfig conf = {false, false, 0}; in __anon922778e00902()
420 SendConfig conf = {false, false, 100}; in __anon922778e00c02()
474 SendConfig conf = {true, false, 0};
535 SendConfig conf = {true, false, 0};
596 SendConfig conf = {false, false, 0};
656 SendConfig conf = {false, false, 0};
[all …]
H A Ddistributeddb_communicator_deep_test.cpp172 SendConfig conf = {true, false, 0};
348 SendConfig conf = {false, false, 0};
409 SendConfig conf = {false, false, 0};
480 SendConfig conf = {false, false, 0};
538 SendConfig conf = {false, false, 0};
1000 SendConfig conf = {false, false, 0};
1045 SendConfig conf = {false, false, 0};
H A Ddistributeddb_communicator_test.cpp569 SendConfig conf = {true, false, 0};
602 SendConfig conf = {true, false, 0}; \
611 SendConfig conf = {false, false, 0}; \
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_communicator.h27 MOCK_METHOD3(SendMessage, int(const std::string &, const Message *, const SendConfig &));
28 …MOCK_METHOD4(SendMessage, int(const std::string &, const Message *, const SendConfig &, const OnSe…
H A Dvirtual_time_sync_communicator.h60 …int SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config) over…
61 int SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config,
H A Dvirtual_time_sync_communicator.cpp86 const SendConfig &config) in SendMessage()
92 const SendConfig &config, const OnSendEnd &onEnd) in SendMessage()
H A Dvirtual_communicator.h58 …int SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config) over…
59 int SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config,
H A Dvirtual_communicator.cpp48 …unicator::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config) in SendMessage()
53 …unicator::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config, in SendMessage()
H A Ddistributeddb_time_sync_test.cpp342 SendConfig conf = {false, false, 0};
410 SendConfig conf = {false, false, 0};
H A Ddistributeddb_communicator_proxy_test.cpp313 SendConfig conf = {true, false, 0};
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dcommunicator_proxy.h45 …int SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config) over…
46 int SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config,
H A Dcommunicator_proxy.cpp198 …torProxy::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config) in SendMessage()
203 …torProxy::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config, in SendMessage()
H A Ddevice_manager.cpp153 SendConfig conf = {false, false, SEND_TIME_OUT, {}}; in SendLocalDataChanged()
H A Dremote_executor.cpp519 SendConfig sendConfig; in SendRequestMessage()
605 SendConfig sendConfig; in ResponseStart()
H A Dability_sync.cpp403 SendConfig conf; in SyncStart()
1201 SendConfig conf; in SendAck()
H A Dcommit_history_sync.cpp548 SendConfig conf = {false, false, SEND_TIME_OUT, {}}; in Send()
H A Dtime_sync.cpp486 SendConfig conf; in SendPacket()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator.h54 …int SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config) over…
55 int SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig &config,
H A Dcommunicator.cpp98 int Communicator::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig in SendMessage()
103 int Communicator::SendMessage(const std::string &dstTarget, const Message *inMsg, const SendConfig in SendMessage()
/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 …:SetSendConfig(const std::string &dstTarget, bool nonBlock, uint32_t timeout, SendConfig &sendConf) in SetSendConfig()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dvalue_slice_sync.cpp530 SendConfig conf = {false, false, SEND_TIME_OUT, {}}; in Send()
H A Dmulti_ver_data_sync.cpp581 SendConfig conf = {false, false, SEND_TIME_OUT, {}}; in Send()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp245 SendConfig sendConfig; in Send()