OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findStringAttribute
(Results
1 - 8
of
8
) sorted by null
/cts/suite/audio_quality/lib/src/task/
TaskBatch.cpp
58
if (!
findStringAttribute
(STR_NAME, name) || !
findStringAttribute
(STR_VERSION, version)) {
TaskDownload.cpp
42
if (!
findStringAttribute
(STR_ID, id)) {
TaskSound.cpp
55
if (!
findStringAttribute
(STR_ID, id)) {
60
if (!
findStringAttribute
(STR_TYPE, type)) {
TaskSave.cpp
49
if (!
findStringAttribute
(STR_FILE, fileValue)) {
102
if (!
findStringAttribute
(STR_REPORT, reportValue)) {
TaskGeneric.cpp
135
bool TaskGeneric::
findStringAttribute
(const android::String8& key, android::String8& value) const
TaskCase.cpp
49
if (!
findStringAttribute
(STR_NAME, name)) {
311
if (!
findStringAttribute
(STR_NAME, name) || !
findStringAttribute
(STR_VERSION, version)) {
/cts/suite/audio_quality/lib/include/task/
TaskGeneric.h
102
bool
findStringAttribute
(const android::String8& key, android::String8& value) const;
/cts/suite/audio_quality/test/
TaskTest.cpp
61
return
findStringAttribute
(key, value);
Completed in 184 milliseconds