Home
last modified time | relevance | path

Searched refs:GetEmptyCursor (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dmock_iclouddb.h30 MOCK_METHOD1(GetEmptyCursor, std::pair<DBStatus, std::string>(const std::string &));
H A Dvirtual_cloud_db.h46 std::pair<DBStatus, std::string> GetEmptyCursor(const std::string &tableName) override;
H A Dvirtual_cloud_db.cpp243 std::pair<DBStatus, std::string> VirtualCloudDb::GetEmptyCursor(const std::string &tableName) in GetEmptyCursor() function in DistributedDB::VirtualCloudDb
H A Ddistributeddb_cloud_db_proxy_test.cpp841 std::pair<int, std::string> cursor = proxy.GetEmptyCursor(tableName);
H A Ddistributeddb_cloud_syncer_download_test.cpp744 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 Dicloud_db.h42 virtual std::pair<DBStatus, std::string> GetEmptyCursor(const std::string &tableName) = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_db.cpp98 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 Dcloud_db.h65 virtual std::pair<int32_t, std::string> GetEmptyCursor(const std::string &tableName);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_cloud.h54 std::pair<DBStatus, std::string> GetEmptyCursor(const std::string &tableName) override;
H A Drdb_cloud.cpp170 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 Drdb_cloud_test.cpp101 rdbCloud.GetEmptyCursor(tableName);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_db_proxy.h54 std::pair<int, std::string> GetEmptyCursor(const std::string &tableName);
H A Dcloud_db_proxy.cpp278 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 Dcloud_syncer_extend.cpp512 auto res = cloudDB_.GetEmptyCursor(tableName); in SaveCursorIfNeed()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dcloud_test.cpp532 auto result4 = cloudDB.GetEmptyCursor(bundleName);