Searched refs:MockCommandProcessor (Results 1 – 3 of 3) sorted by relevance
32 MockCommandProcessor::MockCommandProcessor() in MockCommandProcessor() function in android::wifilogd::MockCommandProcessor36 MockCommandProcessor::~MockCommandProcessor() {} in ~MockCommandProcessor()
28 class MockCommandProcessor : public CommandProcessor {30 MockCommandProcessor();31 virtual ~MockCommandProcessor();37 DISALLOW_COPY_AND_ASSIGN(MockCommandProcessor);
48 command_processor_(new StrictMock<MockCommandProcessor>()) { in MainLoopTest()61 StrictMock<MockCommandProcessor>* command_processor_;127 auto command_processor = std::make_unique<StrictMock<MockCommandProcessor>>(); in TEST_F()