Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp765 auto hashRet = timeoutIPC(service, &IBase::getHashChain, [&] (const auto& hashChain) { in fetchBinderizedEntry() local
778 if (!hashRet.isOk()) { in fetchBinderizedEntry()
779 handleError(TRANSACTION_ERROR, "getHashChain failed: " + hashRet.description()); in fetchBinderizedEntry()