Home
last modified time | relevance | path

Searched defs:batchKeys (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedialibrary_kvstore.cpp157 void GenEmptyValues(std::vector<std::string> &batchKeys, std::vector<std::vector<uint8_t>> &values) in GenEmptyValues()
165 int32_t FillBatchValues(std::vector<std::string> &batchKeys, std::vector<std::vector<uint8_t>> &val… in FillBatchValues()
223 std::vector<std::string> &batchKeys, std::vector<std::vector<uint8_t>> &values) in BatchQuery()
H A Dmedia_asset_rdbstore.cpp445 …aAssetRdbStore::QueryTimeIdBatch(int32_t start, int32_t count, std::vector<std::string> &batchKeys) in QueryTimeIdBatch()