Home
last modified time | relevance | path

Searched refs:GetOriginKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Dmodify_time_cursor.h45 return modifyTime_.GetOriginKey(hash); in ConvertPRIKey()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store.h129 API_EXPORT PRIKey GetOriginKey(const std::vector<uint8_t> &hash);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store.cpp70 RdbStore::PRIKey RdbStore::ModifyTime::GetOriginKey(const std::vector<uint8_t> &hash) in GetOriginKey() function in OHOS::NativeRdb::RdbStore::ModifyTime
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_impl_test.cpp184 RdbStore::PRIKey key = result.GetOriginKey(std::vector<uint8_t>{});