Home
last modified time | relevance | path

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

/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp552 vector<string> covered_apis; in GetTestListForHal() local
555 if (std::find(covered_apis.begin(), covered_apis.end(), in GetTestListForHal()
556 api_stat_it.first) == covered_apis.end()) { in GetTestListForHal()
557 covered_apis.push_back(api_stat_it.first); in GetTestListForHal()
562 for (const auto& api : covered_apis) { in GetTestListForHal()
/test/vts/utils/python/profiling/
Dprofiling_utils.py87 self.covered_apis = set()
288 full_interface].covered_apis.add(api_name)
297 vts_api_coverage.covered_apis.add(api_name)
/test/vts/utils/python/web/
Dweb_utils.py185 api_coverage.covered_hal_api.extend(api_coverage_data.covered_apis)