/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | distributeddb_communicator_test.cpp | 138 g_envDeviceA.commAggrHandle->ReleaseCommunicator(commA); 140 g_envDeviceA.commAggrHandle->ReleaseCommunicator(commB); 155 g_envDeviceA.commAggrHandle->ReleaseCommunicator(commD); 256 g_envDeviceA.commAggrHandle->ReleaseCommunicator(commAA); 257 g_envDeviceB.commAggrHandle->ReleaseCommunicator(commBB); 258 g_envDeviceB.commAggrHandle->ReleaseCommunicator(commBA); 414 envDeviceE.commAggrHandle->ReleaseCommunicator(commEE); in TestRemoteRestart() 435 envDeviceD.commAggrHandle->ReleaseCommunicator(commDD); in TestRemoteRestart() 436 envDeviceE.commAggrHandle->ReleaseCommunicator(commEE); in TestRemoteRestart() 959 envDeviceA.commAggrHandle->ReleaseCommunicator(commAA); [all …]
|
H A D | distributeddb_communicator_deep_test.cpp | 102 g_envDeviceA.commAggrHandle->ReleaseCommunicator(g_commAA); in ReleaseAllCommunicator() 104 g_envDeviceA.commAggrHandle->ReleaseCommunicator(g_commAB); in ReleaseAllCommunicator() 106 g_envDeviceB.commAggrHandle->ReleaseCommunicator(g_commBB); in ReleaseAllCommunicator() 108 g_envDeviceB.commAggrHandle->ReleaseCommunicator(g_commBC); in ReleaseAllCommunicator() 110 g_envDeviceC.commAggrHandle->ReleaseCommunicator(g_commCC); in ReleaseAllCommunicator() 112 g_envDeviceC.commAggrHandle->ReleaseCommunicator(g_commCA); in ReleaseAllCommunicator()
|
H A D | distributeddb_communicator_send_receive_test.cpp | 102 g_envDeviceA.commAggrHandle->ReleaseCommunicator(g_commAA); in TearDown() 104 g_envDeviceB.commAggrHandle->ReleaseCommunicator(g_commBA); in TearDown() 106 g_envDeviceB.commAggrHandle->ReleaseCommunicator(g_commBB); in TearDown()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
H A D | icommunicator_aggregator.h | 47 virtual void ReleaseCommunicator(ICommunicator *inCommunicator) = 0;
|
H A D | communicator_aggregator.h | 65 void ReleaseCommunicator(ICommunicator *inCommunicator) override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/ |
H A D | sync_engine.cpp | 302 communicatorAggregator->ReleaseCommunicator(communicator_); in InitComunicator() 310 communicatorAggregator->ReleaseCommunicator(communicator_); in InitComunicator() 906 communicatorAggregator->ReleaseCommunicator(communicator); in AllocCommunicator() 917 communicatorAggregator->ReleaseCommunicator(communicator); in AllocCommunicator() 954 communicatorAggregator->ReleaseCommunicator(communicator_); in ReleaseCommunicators() 960 communicatorAggregator->ReleaseCommunicator(iter.second); in ReleaseCommunicators()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | virtual_communicator_aggregator.h | 39 void ReleaseCommunicator(ICommunicator *inCommunicator) override;
|
H A D | distributeddb_ability_sync_test.cpp | 94 g_communicatorAggregator->ReleaseCommunicator(g_communicatorA); in TearDown() 98 g_communicatorAggregator->ReleaseCommunicator(g_communicatorB); in TearDown()
|
H A D | generic_virtual_device.cpp | 46 communicatorAggregator_->ReleaseCommunicator(communicateHandle_); in ~GenericVirtualDevice()
|
H A D | virtual_communicator_aggregator.cpp | 60 void VirtualCommunicatorAggregator::ReleaseCommunicator(ICommunicator *inCommunicator) in ReleaseCommunicator() function in DistributedDB::VirtualCommunicatorAggregator
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_auto_launch_test.cpp | 88 void ReleaseCommunicator(ICommunicator *inCommunicator) override in ReleaseCommunicator() function in __anon8101092d0110::StoreCommunicatorAggregator
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | communicator_aggregator.cpp | 171 void CommunicatorAggregator::ReleaseCommunicator(ICommunicator *inCommunicator) in ReleaseCommunicator() function in DistributedDB::CommunicatorAggregator
|