Home
last modified time | relevance | path

Searched refs:ReleaseCommunicator (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_test.cpp138 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 Ddistributeddb_communicator_deep_test.cpp102 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 Ddistributeddb_communicator_send_receive_test.cpp102 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 Dicommunicator_aggregator.h47 virtual void ReleaseCommunicator(ICommunicator *inCommunicator) = 0;
H A Dcommunicator_aggregator.h65 void ReleaseCommunicator(ICommunicator *inCommunicator) override;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp302 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 Dvirtual_communicator_aggregator.h39 void ReleaseCommunicator(ICommunicator *inCommunicator) override;
H A Ddistributeddb_ability_sync_test.cpp94 g_communicatorAggregator->ReleaseCommunicator(g_communicatorA); in TearDown()
98 g_communicatorAggregator->ReleaseCommunicator(g_communicatorB); in TearDown()
H A Dgeneric_virtual_device.cpp46 communicatorAggregator_->ReleaseCommunicator(communicateHandle_); in ~GenericVirtualDevice()
H A Dvirtual_communicator_aggregator.cpp60 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 Ddistributeddb_interfaces_auto_launch_test.cpp88 void ReleaseCommunicator(ICommunicator *inCommunicator) override in ReleaseCommunicator() function in __anon8101092d0110::StoreCommunicatorAggregator
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp171 void CommunicatorAggregator::ReleaseCommunicator(ICommunicator *inCommunicator) in ReleaseCommunicator() function in DistributedDB::CommunicatorAggregator