Searched refs:GetConnectionProperties (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/update_engine/cros/ |
H A D | connection_manager_unittest.cc | 152 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 D | mock_connection_manager.h | 33 MOCK_METHOD2(GetConnectionProperties,
|
H A D | connection_manager_interface.h | 38 virtual bool GetConnectionProperties(ConnectionType* out_type,
|
H A D | connection_manager.h | 42 bool GetConnectionProperties(ConnectionType* out_type,
|
H A D | connection_manager.cc | 126 bool ConnectionManager::GetConnectionProperties( in GetConnectionProperties() function in chromeos_update_engine::ConnectionManager
|
H A D | omaha_request_action_unittest.cc | 835 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 D | payload_state.cc | 209 if (!connection_manager->GetConnectionProperties(&network_connection_type, in AttemptStarted()
|
H A D | omaha_request_action.cc | 1641 if (!connection_manager->GetConnectionProperties(&type, &tethering)) { in IsUpdateAllowedOverCurrentConnection()
|