Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/task/
DTaskSequential.cpp41 bool storeIndex = (mIndexName.length() == 0 ? false: true); in run() local
42 if (storeIndex && !getTestCase()->registerIndex(mIndexName, mRepeatIndex)) { in run()
53 if (storeIndex && !getTestCase()->updateIndex(mIndexName, mRepeatIndex)) { in run()
86 if (storeIndex && !getTestCase()->updateIndex(mIndexName, mRepeatIndex)) { in run()