Home
last modified time | relevance | path

Searched refs:SetLocalDeviceId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_syncer_test.cpp673 communicatorAggregator_->SetLocalDeviceId("DB3");
675 communicatorAggregator_->SetLocalDeviceId("DB4");
685 communicatorAggregator_->SetLocalDeviceId("DB3");
688 communicatorAggregator_->SetLocalDeviceId("DB4");
H A Ddistributeddb_cloud_kv_test.cpp361 communicatorAggregator_->SetLocalDeviceId("DEVICES_A");
374 communicatorAggregator_->SetLocalDeviceId("DEVICES_B");
382 communicatorAggregator_->SetLocalDeviceId("DEVICES_A");
1398 communicatorAggregator_->SetLocalDeviceId("DEVICES_A");
1415 communicatorAggregator_->SetLocalDeviceId("DEVICES_B");
1505 communicatorAggregator_->SetLocalDeviceId("DEVICES_B");
1518 communicatorAggregator_->SetLocalDeviceId("DEVICES_B");
1526 communicatorAggregator_->SetLocalDeviceId("DEVICES_A");
2709 communicatorAggregator_->SetLocalDeviceId("DEVICES_A");
2730 communicatorAggregator_->SetLocalDeviceId("DEVICES_B");
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_communicator_aggregator.h92 void SetLocalDeviceId(const std::string &deviceId);
H A Dvirtual_communicator_aggregator.cpp366 void VirtualCommunicatorAggregator::SetLocalDeviceId(const std::string &deviceId) in SetLocalDeviceId() function in DistributedDB::VirtualCommunicatorAggregator