Searched refs:findStringAttribute (Results 1 – 8 of 8) sorted by relevance
/cts/suite/audio_quality/lib/src/task/ |
D | TaskBatch.cpp | 58 if (!findStringAttribute(STR_NAME, name) || !findStringAttribute(STR_VERSION, version)) { in run()
|
D | TaskSound.cpp | 55 if (!findStringAttribute(STR_ID, id)) { in run() 60 if (!findStringAttribute(STR_TYPE, type)) { in run()
|
D | TaskSave.cpp | 50 if (!findStringAttribute(STR_FILE, fileValue)) { in handleFile() 103 if (!findStringAttribute(STR_REPORT, reportValue)) { in handleReport()
|
D | TaskDownload.cpp | 41 if (!findStringAttribute(STR_ID, id)) { in run()
|
D | TaskCase.cpp | 49 if (!findStringAttribute(STR_NAME, name)) { in getCaseName() 311 if (!findStringAttribute(STR_NAME, name) || !findStringAttribute(STR_VERSION, version)) { in run()
|
D | TaskGeneric.cpp | 135 bool TaskGeneric::findStringAttribute(const android::String8& key, android::String8& value) const in findStringAttribute() function in TaskGeneric
|
/cts/suite/audio_quality/lib/include/task/ |
D | TaskGeneric.h | 102 bool findStringAttribute(const android::String8& key, android::String8& value) const;
|
/cts/suite/audio_quality/test/ |
D | TaskTest.cpp | 61 return findStringAttribute(key, value); in findStringAttributePublic()
|