/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/ |
H A D | mock_iclouddb.h | 30 MOCK_METHOD1(GetEmptyCursor, std::pair<DBStatus, std::string>(const std::string &));
|
H A D | virtual_cloud_db.h | 46 std::pair<DBStatus, std::string> GetEmptyCursor(const std::string &tableName) override;
|
H A D | virtual_cloud_db.cpp | 243 std::pair<DBStatus, std::string> VirtualCloudDb::GetEmptyCursor(const std::string &tableName) in GetEmptyCursor() function in DistributedDB::VirtualCloudDb
|
H A D | distributeddb_cloud_db_proxy_test.cpp | 841 std::pair<int, std::string> cursor = proxy.GetEmptyCursor(tableName);
|
H A D | distributeddb_cloud_syncer_download_test.cpp | 744 EXPECT_CALL(*g_idb, GetEmptyCursor(_)).WillRepeatedly([](const std::string &) { in __anonb65cf8ae2b02()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/ |
H A D | icloud_db.h | 42 virtual std::pair<DBStatus, std::string> GetEmptyCursor(const std::string &tableName) = 0;
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_db.cpp | 98 std::pair<int32_t, std::string> CloudDB::GetEmptyCursor(const std::string &tableName) in GetEmptyCursor() function in OHOS::DistributedData::CloudDB
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | cloud_db.h | 65 virtual std::pair<int32_t, std::string> GetEmptyCursor(const std::string &tableName);
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_cloud.h | 54 std::pair<DBStatus, std::string> GetEmptyCursor(const std::string &tableName) override;
|
H A D | rdb_cloud.cpp | 170 std::pair<DBStatus, std::string> RdbCloud::GetEmptyCursor(const std::string &tableName) in GetEmptyCursor() function in OHOS::DistributedRdb::RdbCloud 172 auto [error, cursor] = cloudDB_->GetEmptyCursor(tableName); in GetEmptyCursor()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_cloud_test.cpp | 101 rdbCloud.GetEmptyCursor(tableName);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_db_proxy.h | 54 std::pair<int, std::string> GetEmptyCursor(const std::string &tableName);
|
H A D | cloud_db_proxy.cpp | 278 std::pair<int, std::string> CloudDBProxy::GetEmptyCursor(const std::string &tableName) in GetEmptyCursor() function in DistributedDB::CloudDBProxy 408 std::pair<DBStatus, std::string> cursorStatus = cloudDb->GetEmptyCursor(tableName); in InnerActionGetEmptyCursor()
|
H A D | cloud_syncer_extend.cpp | 512 auto res = cloudDB_.GetEmptyCursor(tableName); in SaveCursorIfNeed()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | cloud_test.cpp | 532 auto result4 = cloudDB.GetEmptyCursor(bundleName);
|