Home
last modified time | relevance | path

Searched refs:GetModifyTimeByRowId (Results 1 – 2 of 2) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
Drdb_store_impl.h199 ModifyTime GetModifyTimeByRowId(const std::string& logTable, std::vector<PRIKey>& keys);
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_store_impl.cpp206 return GetModifyTimeByRowId(logTable, keys); in GetModifyTime()
240 RdbStore::ModifyTime RdbStoreImpl::GetModifyTimeByRowId(const std::string &logTable, std::vector<PR… in GetModifyTimeByRowId() function in OHOS::NativeRdb::RdbStoreImpl