Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dmeta_data.h197 int GetAllMetadataKey(std::vector<std::vector<uint8_t>> &keys);
H A Dmeta_data.cpp290 int Metadata::GetAllMetadataKey(std::vector<std::vector<uint8_t>> &keys) in GetAllMetadataKey() function in DistributedDB::Metadata
315 int errCode = GetAllMetadataKey(metaDataKeys); in LoadAllMetadata()