X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fasyncstorageimpl.cpp;fp=src%2Fasyncstorageimpl.cpp;h=0d6d683ab5019acaf1fb105ce94fef31504e4738;hb=63869e10ac4d8572238989e1b582c0314da91f9c;hp=a018c51b3639f591903e1160a2b46f44a17530ae;hpb=69b0a71f5fe8825fa45ee9502a41fd8b465c44e0;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) {