Home
last modified time | relevance | path

Searched refs:ModifyTime (Results 1 – 8 of 8) sorted by relevance

/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Dmodify_time_cursor.h25 using ModifyTime = OHOS::NativeRdb::RdbStore::ModifyTime; variable
27 explicit ModifyTimeCursor(ModifyTime &&modifyTime);
48 ModifyTime modifyTime_;
Dmodify_time_cursor.cpp22 ModifyTimeCursor::ModifyTimeCursor(ModifyTimeCursor::ModifyTime &&modifyTime) in ModifyTimeCursor()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Drdb_store.h517 class ModifyTime {
519 ModifyTime() = default;
520ModifyTime(std::shared_ptr<ResultSet> result, std::map<std::vector<uint8_t>, PRIKey> hashKeys,
543 virtual ModifyTime GetModifyTime(const std::string& table, const std::string& columnName,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_store_impl.cpp130 RdbStore::ModifyTime::ModifyTime(std::shared_ptr<ResultSet> result, std::map<std::vector<uint8_t>, … in ModifyTime() function in OHOS::NativeRdb::RdbStore::ModifyTime
145 RdbStore::ModifyTime::operator std::map<PRIKey, Date>() in operator std::map<PRIKey,Date>()
175 RdbStore::ModifyTime::operator std::shared_ptr<ResultSet>() in operator std::shared_ptr<ResultSet>()
180 RdbStore::PRIKey RdbStore::ModifyTime::GetOriginKey(const std::vector<uint8_t> &hash) in GetOriginKey()
186 size_t RdbStore::ModifyTime::GetMaxOriginKeySize() in GetMaxOriginKeySize()
191 bool RdbStore::ModifyTime::NeedConvert() const in NeedConvert()
196 RdbStore::ModifyTime RdbStoreImpl::GetModifyTime(const std::string &table, const std::string &colum… in GetModifyTime()
240 RdbStore::ModifyTime RdbStoreImpl::GetModifyTimeByRowId(const std::string &logTable, std::vector<PR… in GetModifyTimeByRowId()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_store_impl.h175 ModifyTime GetModifyTime(const std::string& table, const std::string& columnName,
199 ModifyTime GetModifyTimeByRowId(const std::string& logTable, std::vector<PRIKey>& keys);
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_impl_test.cpp167 RdbStore::ModifyTime resultMapTmp =
172 RdbStore::ModifyTime resultPtrTmp =
179 RdbStore::ModifyTime result =
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/
Drdb_store_mock.h143 MOCK_METHOD3(GetModifyTime, ModifyTime(const std::string &table, const std::string &columnName,
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/
Dclouddisk_rdbstore_mock.h144 MOCK_METHOD3(GetModifyTime, ModifyTime(const std::string &table, const std::string &columnName,