Searched refs:IsTechnologyEnabled (Results 1 – 11 of 11) sorted by relevance
65 bool is_enabled = handler->IsTechnologyEnabled(technology); in ToggleTechnology()392 handler->IsTechnologyEnabled(NetworkTypePattern::Ethernet()); in InitMenuItems()419 if (handler->IsTechnologyEnabled(NetworkTypePattern::Cellular())) { in InitMenuItems()479 if (handler->IsTechnologyEnabled(NetworkTypePattern::Wimax())) { in InitMenuItems()491 if (handler->IsTechnologyEnabled(NetworkTypePattern::WiFi())) { in InitMenuItems()
323 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::Ethernet())) in RunImpl()325 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::WiFi())) in RunImpl()327 if (state_handler->IsTechnologyEnabled(NetworkTypePattern::Cellular())) in RunImpl()
235 NetworkHandler::Get()->network_state_handler()->IsTechnologyEnabled( in Update()338 bool enabled = handler->IsTechnologyEnabled(NetworkTypePattern::WiFi()); in RequestToggleWifi()
266 bool enabled = handler->IsTechnologyEnabled( in ButtonPressed()670 handler->IsTechnologyEnabled(NetworkTypePattern::Mobile()) && in UpdateNetworkListEntries()686 int message_id = handler->IsTechnologyEnabled(NetworkTypePattern::WiFi()) in UpdateNetworkListEntries()889 handler->IsTechnologyEnabled(NetworkTypePattern::Mobile()); in ToggleMobile()
349 bool enabled = handler->IsTechnologyEnabled(technology); in SetTechnologyEnabled()
292 EXPECT_TRUE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWifi)); in TEST_F()320 EXPECT_FALSE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWimax)); in TEST_F()329 EXPECT_TRUE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWimax)); in TEST_F()
103 bool IsTechnologyEnabled(const std::string& technology) const;
96 bool IsTechnologyEnabled(const NetworkTypePattern& type) const { in IsTechnologyEnabled() function
133 bool ShillPropertyHandler::IsTechnologyEnabled( in IsTechnologyEnabled() function in chromeos::internal::ShillPropertyHandler
111 if (shill_property_handler_->IsTechnologyEnabled(technology)) in GetTechnologyState()
1074 if (!handler->IsTechnologyEnabled(NetworkTypePattern::Cellular())) { in EnableCellularCallback()2063 handler->IsTechnologyEnabled(NetworkTypePattern::WiFi())); in FillNetworkInfo()2070 handler->IsTechnologyEnabled(NetworkTypePattern::Mobile())); in FillNetworkInfo()2082 handler->IsTechnologyEnabled(NetworkTypePattern::Wimax())); in FillNetworkInfo()