X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fasyncstorageimpl.cpp;h=0d6d683ab5019acaf1fb105ce94fef31504e4738;hb=refs%2Fchanges%2F12%2F6712%2F5;hp=a018c51b3639f591903e1160a2b46f44a17530ae;hpb=1c4a605ad92c57118ecb6722bace5501c8918af0;p=ric-plt%2Fsdl.git diff --git a/src/asyncstorageimpl.cpp b/src/asyncstorageimpl.cpp index a018c51..0d6d683 100644 --- a/src/asyncstorageimpl.cpp +++ b/src/asyncstorageimpl.cpp @@ -241,6 +241,13 @@ void AsyncStorageImpl::findKeysAsync(const Namespace& ns, getOperationHandler(ns).findKeysAsync(ns, keyPrefix, findKeysAck); } +void AsyncStorageImpl::listKeys(const Namespace& ns, + const std::string& pattern, + const FindKeysAck& findKeysAck) +{ + getOperationHandler(ns).listKeys(ns, pattern, findKeysAck); +} + void AsyncStorageImpl::removeAllAsync(const Namespace& ns, const ModifyAck& modifyAck) {