Searched refs:get_bundle_string (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/tools/bit/ |
H A D | adb.h | 41 string get_bundle_string(const ResultsBundle& bundle, bool* found, ...);
|
H A D | main.cpp | 257 string className = get_bundle_string(results, &found, "class", NULL); in OnTestStatus() 262 string testName = get_bundle_string(results, &found, "test", NULL); in OnTestStatus() 294 string stack = get_bundle_string(results, &stackFound, "stack", NULL); in OnTestStatus() 332 string shortMsg = get_bundle_string(m_sessionStatus.results(), &found, "shortMsg", NULL); in GetErrorMessage()
|
H A D | adb.cpp | 381 get_bundle_string(const ResultsBundle& bundle, bool* found, ...) in get_bundle_string() function
|