Home
last modified time | relevance | path

Searched refs:GetDBInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_kv_sync_interface.h27 MOCK_CONST_METHOD1(GetDBInfo, void(DBInfo &));
H A Ddistributeddb_mock_sync_module_test.cpp1139 EXPECT_CALL(*syncDBInterface, GetDBInfo(_)).WillRepeatedly([&dbInfoCount](DBInfo &) { in __anon34a84a721102()
2082 EXPECT_CALL(*syncDBInterface, GetDBInfo(_)).WillRepeatedly([](DBInfo &) { in __anon34a84a722602()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dsync_generic_interface.h149 virtual void GetDBInfo(DBInfo &dbInfo) const in GetDBInfo() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_kv_syncer.cpp318 storage->GetDBInfo(dbInfo); in TriggerAddSubscribeAsync()
H A Dsingle_ver_data_sync.cpp2050 storage_->GetDBInfo(dbInfo); in SubscribeRequestRecv()
2087 storage_->GetDBInfo(dbInfo); in UnsubscribeRequestRecv()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp837 static_cast<SyncGenericInterface *>(storage)->GetDBInfo(dbInfo); in OfflineHandleByDevice()