Home
last modified time | relevance | path

Searched refs:outKeys (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_meta_executor.cpp22 bool isMemDb, std::set<std::string> &outKeys) in GetMetaKeysByKeyPrefix() argument
59outKeys.insert({it.begin() + keyPre.size(), it.begin() + keyPre.size() + DBConstant::HASH_KEY_SIZE… in GetMetaKeysByKeyPrefix()
H A Dsqlite_meta_executor.h30 std::set<std::string> &outKeys);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp1121 std::set<std::string> outKeys; variable
1124 static_cast<SqliteMetaExecutor::MetaMode>(metaMode), true, outKeys);