Searched refs:ModifyTime (Results 1 – 8 of 8) sorted by relevance
| /foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
| D | modify_time_cursor.h | 25 using ModifyTime = OHOS::NativeRdb::RdbStore::ModifyTime; variable 27 explicit ModifyTimeCursor(ModifyTime &&modifyTime); 48 ModifyTime modifyTime_;
|
| D | modify_time_cursor.cpp | 22 ModifyTimeCursor::ModifyTimeCursor(ModifyTimeCursor::ModifyTime &&modifyTime) in ModifyTimeCursor()
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
| D | rdb_store.h | 517 class ModifyTime { 519 ModifyTime() = default; 520 … ModifyTime(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/ |
| D | rdb_store_impl.cpp | 130 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/ |
| D | rdb_store_impl.h | 175 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/ |
| D | rdb_store_impl_test.cpp | 167 RdbStore::ModifyTime resultMapTmp = 172 RdbStore::ModifyTime resultPtrTmp = 179 RdbStore::ModifyTime result =
|
| /foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/data_sync/ |
| D | rdb_store_mock.h | 143 MOCK_METHOD3(GetModifyTime, ModifyTime(const std::string &table, const std::string &columnName,
|
| /foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/include/ |
| D | clouddisk_rdbstore_mock.h | 144 MOCK_METHOD3(GetModifyTime, ModifyTime(const std::string &table, const std::string &columnName,
|