Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/initial_display_state/
Dinitial_display_state_data_source_unittest.cc43 MOCK_METHOD1(ReadProperty,
67 EXPECT_CALL(*data_source, ReadProperty("debug.tracing.screen_state")) in TEST_F()
69 EXPECT_CALL(*data_source, ReadProperty("debug.tracing.screen_brightness")) in TEST_F()
83 EXPECT_CALL(*data_source, ReadProperty("debug.tracing.screen_state")) in TEST_F()
85 EXPECT_CALL(*data_source, ReadProperty("debug.tracing.screen_brightness")) in TEST_F()
99 EXPECT_CALL(*data_source, ReadProperty("debug.tracing.screen_state")) in TEST_F()
101 EXPECT_CALL(*data_source, ReadProperty("debug.tracing.screen_brightness")) in TEST_F()
Dinitial_display_state_data_source.cc93 ReadProperty("debug.tracing.screen_state"); in WriteState()
95 ReadProperty("debug.tracing.screen_brightness"); in WriteState()
115 const base::Optional<std::string> InitialDisplayStateDataSource::ReadProperty( in ReadProperty() function in perfetto::InitialDisplayStateDataSource
126 const base::Optional<std::string> InitialDisplayStateDataSource::ReadProperty( in ReadProperty() function in perfetto::InitialDisplayStateDataSource
Dinitial_display_state_data_source.h47 virtual const base::Optional<std::string> ReadProperty(