Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h191 ModifyTime GetModifyTimeByRowId(const std::string &logTable, std::vector<PRIKey> &keys);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp155 return GetModifyTimeByRowId(logTable, keys); in GetModifyTime()
189 RdbStore::ModifyTime RdbStoreImpl::GetModifyTimeByRowId(const std::string &logTable, std::vector<PR… in GetModifyTimeByRowId() function in OHOS::NativeRdb::RdbStoreImpl