Home
last modified time | relevance | path

Searched refs:NiceMockStatsCollector (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/evs/manager/1.1/test/unit/
DEvsEnumeratorTest.cpp30 using ::android::automotive::evs::V1_1::implementation::NiceMockStatsCollector;
50 std::make_unique<NiceMockStatsCollector>(), in TEST()
57 std::make_unique<NiceMockStatsCollector>(), in TEST()
72 std::make_unique<NiceMockStatsCollector>(), in TEST()
DMockStatsCollector.h51 using NiceMockStatsCollector = ::testing::NiceMock<MockStatsCollector>; variable