Searched refs:TryCloseConnection (Results 1 – 4 of 4) sorted by relevance
96 TryCloseConnection(iter.second); in ~AutoLaunch()111 TryCloseConnection(autoLaunchItemMap_[identifierInfo.first][identifierInfo.second]); in ~AutoLaunch()119 TryCloseConnection(autoLaunchItemMap_[info.first][info.second]); in ~AutoLaunch()238 TryCloseConnection(autoLaunchItem); // do nothing if failed in GetKVConnectionInEnable()274 void AutoLaunch::TryCloseConnection(AutoLaunchItem &autoLaunchItem) in TryCloseConnection() function in DistributedDB::AutoLaunch488 TryCloseConnection(autoLaunchItem); // do nothing if failed in ConnectionLifeCycleCallbackTask()604 TryCloseConnection(iter.second); // if here failed, do nothing in GetConnInDoOpenMapInner()677 TryCloseConnection(autoLaunchItem); // if here failed, do nothing in ReceiveUnknownIdentifierCallBackTask()920 TryCloseConnection(autoLaunchItem); // do nothing if failed in ExtConnectionLifeCycleCallbackTask()1369 TryCloseConnection(itemIter->second); in CloseConnection()[all …]
51 MOCK_METHOD1(TryCloseConnection, void(AutoLaunchItem &));
210 EXPECT_CALL(mockAutoLaunch, TryCloseConnection(_)).WillOnce(Return()); in AutoLaunchCheck001()
121 virtual void TryCloseConnection(AutoLaunchItem &autoLaunchItem);