Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
Dmodify_time_cursor.h45 return modifyTime_.GetOriginKey(hash); in ConvertPRIKey()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
Drdb_store.h524 PRIKey GetOriginKey(const std::vector<uint8_t>& hash);
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_store_impl_test.cpp181 RdbStore::PRIKey key = result.GetOriginKey(std::vector<uint8_t>{});
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drdb_store_impl.cpp180 RdbStore::PRIKey RdbStore::ModifyTime::GetOriginKey(const std::vector<uint8_t> &hash) in GetOriginKey() function in OHOS::NativeRdb::RdbStore::ModifyTime