/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
H A D | icommunicator.h | 32 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 D | distributeddb_communicator_send_receive_test.cpp | 161 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 D | distributeddb_communicator_deep_test.cpp | 172 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 D | distributeddb_communicator_test.cpp | 569 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 D | mock_communicator.h | 27 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 D | virtual_time_sync_communicator.h | 60 …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 D | virtual_time_sync_communicator.cpp | 86 const SendConfig &config) in SendMessage() 92 const SendConfig &config, const OnSendEnd &onEnd) in SendMessage()
|
H A D | virtual_communicator.h | 58 …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 D | virtual_communicator.cpp | 48 …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 D | distributeddb_time_sync_test.cpp | 342 SendConfig conf = {false, false, 0}; 410 SendConfig conf = {false, false, 0};
|
H A D | distributeddb_communicator_proxy_test.cpp | 313 SendConfig conf = {true, false, 0};
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | communicator_proxy.h | 45 …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 D | communicator_proxy.cpp | 198 …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 D | device_manager.cpp | 153 SendConfig conf = {false, false, SEND_TIME_OUT, {}}; in SendLocalDataChanged()
|
H A D | remote_executor.cpp | 519 SendConfig sendConfig; in SendRequestMessage() 605 SendConfig sendConfig; in ResponseStart()
|
H A D | ability_sync.cpp | 403 SendConfig conf; in SyncStart() 1201 SendConfig conf; in SendAck()
|
H A D | commit_history_sync.cpp | 548 SendConfig conf = {false, false, SEND_TIME_OUT, {}}; in Send()
|
H A D | time_sync.cpp | 486 SendConfig conf; in SendPacket()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | communicator.h | 54 …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 D | communicator.cpp | 98 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 D | time_helper.h | 62 …void SetSendConfig(const std::string &dstTarget, bool nonBlock, uint32_t timeout, SendConfig &send…
|
H A D | time_helper.cpp | 142 …: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 D | value_slice_sync.cpp | 530 SendConfig conf = {false, false, SEND_TIME_OUT, {}}; in Send()
|
H A D | multi_ver_data_sync.cpp | 581 SendConfig conf = {false, false, SEND_TIME_OUT, {}}; in Send()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_data_sync.cpp | 245 SendConfig sendConfig; in Send()
|