Home
last modified time | relevance | path

Searched refs:NetworkDevice (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/ui/webui/chromeos/
Dsim_unlock_ui.cc52 const chromeos::NetworkDevice* GetCellularDevice() { in GetCellularDevice()
101 const NetworkDevice* device);
209 void ProcessSimCardState(const chromeos::NetworkDevice* cellular);
212 void UpdatePage(const chromeos::NetworkDevice* cellular,
314 const chromeos::NetworkDevice* cellular = GetCellularDevice(); in SimUnlockHandler()
356 const NetworkDevice* device) { in OnNetworkDeviceChanged()
367 const NetworkDevice* cellular = cros->FindCellularDevice(); in OnPinOperationCompleted()
413 const NetworkDevice* cellular = GetCellularDevice(); in EnterCode()
552 const chromeos::NetworkDevice* cellular) { in ProcessSimCardState()
641 void SimUnlockHandler::UpdatePage(const chromeos::NetworkDevice* cellular, in UpdatePage()
Dchoose_mobile_network_ui.cc77 const NetworkDevice* device);
139 if (const NetworkDevice* cellular = cros->FindCellularDevice()) { in ChooseMobileNetworkHandler()
163 const NetworkDevice* device) { in OnNetworkDeviceChanged()
Dmobile_setup_ui.cc1272 const chromeos::NetworkDevice* device = in GetDeviceInfo()
/external/chromium/chrome/browser/chromeos/cros/
Dmock_network_library.h65 NetworkDevice*(const std::string&));
66 MOCK_CONST_METHOD0(FindCellularDevice, const NetworkDevice*(void));
67 MOCK_CONST_METHOD0(FindWifiDevice, const NetworkDevice*(void));
68 MOCK_CONST_METHOD0(FindEthernetDevice, const NetworkDevice*(void));
Dnetwork_library.cc890 NetworkDevice::NetworkDevice(const std::string& device_path) in NetworkDevice() function in chromeos::NetworkDevice
902 bool NetworkDevice::ParseValue(int index, const Value* value) { in ParseValue()
1008 void NetworkDevice::ParseInfo(const DictionaryValue* info) { in ParseInfo()
2360 virtual const NetworkDevice* FindNetworkDeviceByPath( in FindNetworkDeviceByPath()
2369 virtual const NetworkDevice* FindCellularDevice() const { in FindCellularDevice()
2378 virtual const NetworkDevice* FindEthernetDevice() const { in FindEthernetDevice()
2387 virtual const NetworkDevice* FindWifiDevice() const { in FindWifiDevice()
2467 const NetworkDevice* cellular = FindCellularDevice(); in ChangePin()
2482 const NetworkDevice* cellular = FindCellularDevice(); in ChangeRequirePin()
2494 const NetworkDevice* cellular = FindCellularDevice(); in EnterPin()
[all …]
Dnetwork_library.h191 class NetworkDevice {
193 explicit NetworkDevice(const std::string& device_path);
270 DISALLOW_COPY_AND_ASSIGN(NetworkDevice);
899 const NetworkDevice* device) = 0;
1009 virtual const NetworkDevice* FindNetworkDeviceByPath(
1013 virtual const NetworkDevice* FindCellularDevice() const = 0;
1016 virtual const NetworkDevice* FindEthernetDevice() const = 0;
1019 virtual const NetworkDevice* FindWifiDevice() const = 0;
Dcros_mock.cc241 .WillRepeatedly((Return((const NetworkDevice*)(NULL)))); in SetNetworkLibraryStatusAreaExpectations()
/external/chromium/chrome/browser/chromeos/status/
Dnetwork_menu_button.cc127 const NetworkDevice* cellular = network_library->FindCellularDevice(); in NetworkMenuButton()
164 const NetworkDevice* device) { in OnNetworkDeviceChanged()
167 const NetworkDevice* cellular = cros->FindCellularDevice(); in OnNetworkDeviceChanged()
408 const NetworkDevice* cellular = cros->FindCellularDevice(); in RefreshNetworkDeviceObserver()
Dnetwork_menu_button.h68 const NetworkDevice* device);
Dnetwork_menu.cc250 const NetworkDevice* cellular = cros->FindCellularDevice(); in ActivatedAt()
509 const NetworkDevice* cellular_device = cros->FindCellularDevice(); in InitMenuItems()
595 const NetworkDevice* cellular = cros->FindCellularDevice(); in InitMenuItems()
790 const NetworkDevice* ether = cros->FindEthernetDevice(); in InitMenuItems()
804 const NetworkDevice* wifi = cros->FindWifiDevice(); in InitMenuItems()
/external/chromium/chrome/browser/chromeos/login/
Dnetwork_screen_browsertest.cc57 cellular_.reset(new NetworkDevice("cellular")); in SetUpInProcessBrowserTestFixture()
137 scoped_ptr<NetworkDevice> cellular_;
/external/chromium/chrome/browser/ui/webui/options/chromeos/
Dinternet_options_handler.cc383 const chromeos::NetworkDevice* cellular = cros->FindCellularDevice(); in EnableCellularCallback()
706 const chromeos::NetworkDevice* device = in PopulateCellularDetails()
1155 const chromeos::NetworkDevice* cellular_device = cros->FindCellularDevice(); in GetWirelessList()
/external/chromium/chrome/browser/chromeos/
Duser_cros_settings_provider.cc281 const NetworkDevice* cellular = cros->FindCellularDevice(); in OnBooleanPropertyRetrieve()