Home
last modified time | relevance | path

Searched defs:cloudMark (Results 1 – 6 of 6) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
Dcloud_meta_data.cpp64 int CloudMetaData::GetCloudWaterMark(const TableName &tableName, std::string &cloudMark) in GetCloudWaterMark()
81 std::string cloudMark; in SetLocalWaterMark() local
132 int CloudMetaData::SetCloudWaterMark(const TableName &tableName, std::string &cloudMark) in SetCloudWaterMark()
175 …dMetaData::WriteMarkToMeta(const TableName &tableName, Timestamp localmark, std::string &cloudMark) in WriteMarkToMeta()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
Dcloud_meta_data.h56 std::string cloudMark; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_meta_data_test.cpp255 std::string cloudMark = "test"; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
Dstorage_proxy.cpp107 int StorageProxy::GetCloudWaterMark(const std::string &tableName, std::string &cloudMark) in GetCloudWaterMark()
116 int StorageProxy::SetCloudWaterMark(const std::string &tableName, std::string &cloudMark) in SetCloudWaterMark()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/storage_fuzzer/
Dstorage_fuzzer.cpp107 std::string cloudMark = fuzzData.GetString(size); in FuzzTest() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
Ddb_common.cpp543 int DBCommon::SerializeWaterMark(Timestamp localMark, const std::string &cloudMark, Value &blobMeta) in SerializeWaterMark()