Home
last modified time | relevance | path

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

/test/vts/utils/native/libprofiling/
DVtsProfilingConfigureMain.cpp38 auto listRet = sm->list([&](const auto &interfaces) { in SetHALInstrumentation() local
62 if (!listRet.isOk()) { in SetHALInstrumentation()
64 listRet.description().c_str()); in SetHALInstrumentation()
/test/vts/utils/native/libcoverage/
DVtsCoverageConfigureMain.cpp68 auto listRet = sm->list([&](const auto &interfaces) { in FlushHALCoverage() local
101 if (!listRet.isOk()) { in FlushHALCoverage()
102 cerr << "failed to list services: " << listRet.description() << std::endl; in FlushHALCoverage()