Searched refs:mock_cm (Results 1 – 1 of 1) sorted by relevance
834 MockConnectionManager mock_cm; in TEST_F() local835 fake_system_state_.set_connection_manager(&mock_cm); in TEST_F()837 EXPECT_CALL(mock_cm, GetConnectionProperties(_, _)) in TEST_F()841 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kEthernet, _)) in TEST_F()856 MockConnectionManager mock_cm; in TEST_F() local857 fake_system_state_.set_connection_manager(&mock_cm); in TEST_F()859 EXPECT_CALL(mock_cm, GetConnectionProperties(_, _)) in TEST_F()863 EXPECT_CALL(mock_cm, IsAllowedConnectionTypesForUpdateSet()) in TEST_F()865 EXPECT_CALL(mock_cm, IsUpdateAllowedOver(ConnectionType::kCellular, _)) in TEST_F()878 MockConnectionManager mock_cm; in TEST_F() local[all …]