Home
last modified time | relevance | path

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

/test/vts/utils/native/libprofiling/
DVtsProfilingConfigureMain.cpp53 auto notifyRet = interface->setHALInstrumentation(); in SetHALInstrumentation() local
54 if (!notifyRet.isOk()) { in SetHALInstrumentation()
56 fqInstanceName.c_str(), notifyRet.description().c_str()); in SetHALInstrumentation()
/test/vts/utils/native/libcoverage/
DVtsCoverageConfigureMain.cpp89 auto notifyRet = interface->notifySyspropsChanged(); in FlushHALCoverage() local
90 if (!notifyRet.isOk()) { in FlushHALCoverage()
92 << fqInstanceName << ": " << notifyRet.description() in FlushHALCoverage()