Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer_unittest.cc185 auto mock_table = GetMockTable(); in TEST_F() local
190 FtraceConfigMuxer model(&ftrace, mock_table.get()); in TEST_F()
205 EXPECT_CALL(*mock_table, GetEvent(GroupAndName("power", "cpu_frequency"))) in TEST_F()
212 ON_CALL(*mock_table, GetOrCreateEvent(GroupAndName("power", "cpu_frequency"))) in TEST_F()
214 EXPECT_CALL(*mock_table, in TEST_F()
225 auto mock_table = GetMockTable(); in TEST_F() local
230 FtraceConfigMuxer model(&ftrace, mock_table.get()); in TEST_F()
236 ON_CALL(*mock_table, GetOrCreateEvent(GroupAndName("group_one", "foo"))) in TEST_F()
238 EXPECT_CALL(*mock_table, GetOrCreateEvent(GroupAndName("group_one", "foo"))); in TEST_F()
244 ON_CALL(*mock_table, GetOrCreateEvent(GroupAndName("group_two", "foo"))) in TEST_F()
[all …]