Searched refs:NetworkDevice (Results 1 – 13 of 13) sorted by relevance
52 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()
77 const NetworkDevice* device);139 if (const NetworkDevice* cellular = cros->FindCellularDevice()) { in ChooseMobileNetworkHandler()163 const NetworkDevice* device) { in OnNetworkDeviceChanged()
1272 const chromeos::NetworkDevice* device = in GetDeviceInfo()
65 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));
890 NetworkDevice::NetworkDevice(const std::string& device_path) in NetworkDevice() function in chromeos::NetworkDevice902 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 …]
191 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;
241 .WillRepeatedly((Return((const NetworkDevice*)(NULL)))); in SetNetworkLibraryStatusAreaExpectations()
127 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()
68 const NetworkDevice* device);
250 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()
57 cellular_.reset(new NetworkDevice("cellular")); in SetUpInProcessBrowserTestFixture()137 scoped_ptr<NetworkDevice> cellular_;
383 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()
281 const NetworkDevice* cellular = cros->FindCellularDevice(); in OnBooleanPropertyRetrieve()