Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dconnection_manager_unittest.cc152 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering)); in TestWithServiceType()
166 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering)); in TestWithServiceTethering()
178 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering)); in TestWithServiceDisconnected()
357 EXPECT_FALSE(cmut_.GetConnectionProperties(&type, &tethering)); in TEST_F()
H A Dmock_connection_manager.h33 MOCK_METHOD2(GetConnectionProperties,
H A Dconnection_manager_interface.h38 virtual bool GetConnectionProperties(ConnectionType* out_type,
H A Dconnection_manager.h42 bool GetConnectionProperties(ConnectionType* out_type,
H A Dconnection_manager.cc126 bool ConnectionManager::GetConnectionProperties( in GetConnectionProperties() function in chromeos_update_engine::ConnectionManager
H A Domaha_request_action_unittest.cc835 EXPECT_CALL(mock_cm, GetConnectionProperties(_, _)) in TEST_F()
857 EXPECT_CALL(mock_cm, GetConnectionProperties(_, _)) in TEST_F()
879 EXPECT_CALL(mock_cm, GetConnectionProperties(_, _)) in TEST_F()
905 EXPECT_CALL(mock_cm, GetConnectionProperties(_, _)) in TEST_F()
937 EXPECT_CALL(mock_cm, GetConnectionProperties(_, _)) in TEST_F()
970 EXPECT_CALL(mock_cm, GetConnectionProperties(_, _)) in TEST_F()
1078 EXPECT_CALL(mock_cm, GetConnectionProperties(_, _)) in TEST_F()
H A Dpayload_state.cc209 if (!connection_manager->GetConnectionProperties(&network_connection_type, in AttemptStarted()
H A Domaha_request_action.cc1641 if (!connection_manager->GetConnectionProperties(&type, &tethering)) { in IsUpdateAllowedOverCurrentConnection()