Home
last modified time | relevance | path

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

123

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_communicator_aggregator.cpp27 int VirtualCommunicatorAggregator::Initialize(IAdapter *inAdapter, in Initialize()
33 void VirtualCommunicatorAggregator::Finalize() in Finalize()
171 if (VirtualCommunicatorAggregator::GetBlockValue()) { in DispatchMessage()
240 bool VirtualCommunicatorAggregator::GetBlockValue() const in GetBlockValue()
245 void VirtualCommunicatorAggregator::Disable() in Disable()
250 void VirtualCommunicatorAggregator::Enable() in Enable()
268 void VirtualCommunicatorAggregator::RegOnDispatch( in RegOnDispatch()
314 void VirtualCommunicatorAggregator::ResetSendDelayInfo() in ResetSendDelayInfo()
344 void VirtualCommunicatorAggregator::DisableCommunicator() in DisableCommunicator()
352 void VirtualCommunicatorAggregator::EnableCommunicator() in EnableCommunicator()
[all …]
H A Dvirtual_communicator.h33 class VirtualCommunicatorAggregator; variable
37 …VirtualCommunicator(const std::string &deviceId, VirtualCommunicatorAggregator *communicatorAggreg…
107 VirtualCommunicatorAggregator *communicatorAggregator_;
H A Dvirtual_communicator_aggregator.h28 class VirtualCommunicatorAggregator : public ICommunicatorAggregator {
100 ~VirtualCommunicatorAggregator() override = default;
101 VirtualCommunicatorAggregator() = default;
H A Dgeneric_virtual_device.h34 int Initialize(VirtualCommunicatorAggregator *comAggregator, ISyncInterface *syncInterface);
51 VirtualCommunicatorAggregator *communicatorAggregator_;
H A Ddistributeddb_syncer_device_manager_test.cpp36 VirtualCommunicatorAggregator* g_communicatorAggregator = nullptr;
58 g_communicatorAggregator = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUpTestCase()
H A Ddistributeddb_mock_sync_module_test.cpp268VirtualCommunicatorAggregator *virtualCommunicatorAggregator = new VirtualCommunicatorAggregator(); in SyncLifeTest001()
287VirtualCommunicatorAggregator *virtualCommunicatorAggregator = new VirtualCommunicatorAggregator(); in SyncLifeTest002()
322VirtualCommunicatorAggregator *virtualCommunicatorAggregator = new VirtualCommunicatorAggregator(); in SyncLifeTest003()
1098VirtualCommunicatorAggregator *virtualCommunicatorAggregator = new VirtualCommunicatorAggregator();
1130VirtualCommunicatorAggregator *virtualCommunicatorAggregator = new VirtualCommunicatorAggregator();
1194VirtualCommunicatorAggregator *virtualCommunicatorAggregator = new VirtualCommunicatorAggregator();
1255VirtualCommunicatorAggregator *virtualCommunicatorAggregator = new VirtualCommunicatorAggregator();
1925 auto virtualCommunicatorAggregator = new(std::nothrow) VirtualCommunicatorAggregator();
H A Ddistributeddb_anti_dos_sync_test.cpp56 VirtualCommunicatorAggregator* g_communicatorAggregator = nullptr;
83 g_communicatorAggregator = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUpTestCase()
H A Ddistributeddb_single_ver_dlp_test.cpp36 VirtualCommunicatorAggregator* g_communicatorAggregator = nullptr;
129 g_communicatorAggregator = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUpTestCase()
H A Ddistributeddb_ability_sync_test.cpp39 VirtualCommunicatorAggregator *g_communicatorAggregator = nullptr;
77 g_communicatorAggregator = new (std::nothrow) VirtualCommunicatorAggregator; in SetUp()
H A Dvirtual_communicator.cpp211 VirtualCommunicatorAggregator *communicatorAggregator) in VirtualCommunicator()
H A Ddistributeddb_communicator_proxy_test.cpp83 auto communicatorAggregator = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUpTestCase()
H A Dgeneric_virtual_device.cpp76 int GenericVirtualDevice::Initialize(VirtualCommunicatorAggregator *comAggregator, ISyncInterface *… in Initialize()
H A Ddistributeddb_single_ver_multi_user_test.cpp49 VirtualCommunicatorAggregator* g_communicatorAggregator = nullptr;
107 g_communicatorAggregator = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUpTestCase()
H A Ddistributeddb_single_ver_p2p_permission_sync_test.cpp46 VirtualCommunicatorAggregator* g_communicatorAggregator = nullptr;
80 g_communicatorAggregator = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUpTestCase()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_relational_routines_test.cpp38 VirtualCommunicatorAggregator* g_communicatorAggregator = nullptr;
56 g_communicatorAggregator = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUpTestCase()
H A Druntime_context_process_system_api_adapter_impl_test.cpp362 …Context::GetInstance()->SetCommunicatorAggregator(new(std::nothrow) VirtualCommunicatorAggregator);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoredelegate_fuzzer/
H A Drelationalstoredelegate_fuzzer.cpp44 VirtualCommunicatorAggregator *g_communicatorAggregator = nullptr;
61 g_communicatorAggregator = new (std::nothrow) VirtualCommunicatorAggregator(); in Setup()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/relationalstoremanager_fuzzer/
H A Drelationalstoremanager_fuzzer.cpp38 VirtualCommunicatorAggregator *g_communicatorAggregator = nullptr;
44 g_communicatorAggregator = new (std::nothrow) VirtualCommunicatorAggregator(); in Setup()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_table_compound_primary_key_sync_test.cpp95 VirtualCommunicatorAggregator *communicatorAggregator_ = nullptr;
122 communicatorAggregator_ = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUp()
H A Ddistributeddb_cloud_table_without_primary_key_sync_test.cpp53 VirtualCommunicatorAggregator *communicatorAggregator_ = nullptr;
187 communicatorAggregator_ = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUp()
H A Ddistributeddb_cloud_kv_syncer_test.cpp68 VirtualCommunicatorAggregator *communicatorAggregator_ = nullptr;
114 communicatorAggregator_ = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUp()
H A Ddistributeddb_cloud_db_proxy_test.cpp118 VirtualCommunicatorAggregator *communicatorAggregator_ = nullptr;
133 communicatorAggregator_ = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUp()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/sync_fuzzer/
H A Dsync_fuzzer.cpp36 VirtualCommunicatorAggregator* g_communicatorAggregator = nullptr;
45 g_communicatorAggregator = new (std::nothrow) VirtualCommunicatorAggregator(); in InitEnv()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_task_merge_test.cpp117 VirtualCommunicatorAggregator *communicatorAggregator_ = nullptr;
153 communicatorAggregator_ = new (std::nothrow) VirtualCommunicatorAggregator(); in SetUp()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_test.cpp900 auto *pAggregator = new VirtualCommunicatorAggregator();
979 auto *pAggregator = new VirtualCommunicatorAggregator();
1037 auto *pAggregator = new VirtualCommunicatorAggregator();
1208 auto *pAggregator = new VirtualCommunicatorAggregator();

123