Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp96 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::AutoLaunch
488 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 …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_auto_launch.h51 MOCK_METHOD1(TryCloseConnection, void(AutoLaunchItem &));
H A Ddistributeddb_mock_sync_module_test.cpp210 EXPECT_CALL(mockAutoLaunch, TryCloseConnection(_)).WillOnce(Return()); in AutoLaunchCheck001()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dauto_launch.h121 virtual void TryCloseConnection(AutoLaunchItem &autoLaunchItem);