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

/system/update_engine/
H A Dmock_connection_manager.h33 MOCK_METHOD2(GetConnectionProperties,
H A Dconnection_manager_interface.h50 virtual bool GetConnectionProperties(NetworkConnectionType* out_type,
H A Dconnection_manager.h48 bool GetConnectionProperties(NetworkConnectionType* out_type,
H A Dconnection_manager_unittest.cc148 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering));
163 EXPECT_TRUE(cmut_.GetConnectionProperties(&type, &tethering));
406 EXPECT_FALSE(cmut_.GetConnectionProperties(&type, &tethering));
H A Dconnection_manager.cc164 bool ConnectionManager::GetConnectionProperties( function in class:chromeos_update_engine::ConnectionManager
H A Domaha_request_action.cc1478 if (!connection_manager->GetConnectionProperties(&type, &tethering)) {
H A Dpayload_state.cc193 if (!connection_manager->GetConnectionProperties(&network_connection_type,
H A Domaha_request_action_unittest.cc475 EXPECT_CALL(mock_cm, GetConnectionProperties(_, _))

Completed in 68 milliseconds