Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/bit/
H A Dadb.h41 string get_bundle_string(const ResultsBundle& bundle, bool* found, ...);
H A Dmain.cpp257 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 Dadb.cpp381 get_bundle_string(const ResultsBundle& bundle, bool* found, ...) in get_bundle_string() function