Home
last modified time | relevance | path

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

/cts/suite/audio_quality/lib/src/task/
DTaskBatch.cpp58 if (!findStringAttribute(STR_NAME, name) || !findStringAttribute(STR_VERSION, version)) { in run()
DTaskSound.cpp55 if (!findStringAttribute(STR_ID, id)) { in run()
60 if (!findStringAttribute(STR_TYPE, type)) { in run()
DTaskDownload.cpp41 if (!findStringAttribute(STR_ID, id)) { in run()
DTaskSave.cpp49 if (!findStringAttribute(STR_FILE, fileValue)) { in handleFile()
102 if (!findStringAttribute(STR_REPORT, reportValue)) { in handleReport()
DTaskCase.cpp49 if (!findStringAttribute(STR_NAME, name)) { in getCaseName()
311 if (!findStringAttribute(STR_NAME, name) || !findStringAttribute(STR_VERSION, version)) { in run()
DTaskGeneric.cpp135 bool TaskGeneric::findStringAttribute(const android::String8& key, android::String8& value) const in findStringAttribute() function in TaskGeneric
/cts/suite/audio_quality/lib/include/task/
DTaskGeneric.h102 bool findStringAttribute(const android::String8& key, android::String8& value) const;
/cts/suite/audio_quality/test/
DTaskTest.cpp61 return findStringAttribute(key, value); in findStringAttributePublic()