HomeSort by relevance Sort by last modified time
    Searched refs:NetworkDevice (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/cros/
network_parser.h 21 class NetworkDevice;
24 // to a NetworkDevice object to initialize it properly. Subclasses of this can
32 virtual NetworkDevice* CreateDeviceFromInfo(
36 NetworkDevice* device);
39 NetworkDevice* device,
46 // Creates new NetworkDevice based on device_path.
49 virtual NetworkDevice* CreateNewNetworkDevice(const std::string& device_path);
53 NetworkDevice* device) = 0;
mock_network_library.h 70 NetworkDevice*(const std::string&));
71 MOCK_CONST_METHOD0(FindCellularDevice, const NetworkDevice*(void));
72 MOCK_CONST_METHOD0(FindWimaxDevice, const NetworkDevice*(void));
73 MOCK_CONST_METHOD0(FindMobileDevice, const NetworkDevice*(void));
74 MOCK_CONST_METHOD0(FindWifiDevice, const NetworkDevice*(void));
75 MOCK_CONST_METHOD0(FindEthernetDevice, const NetworkDevice*(void));
network_parser.cc 24 NetworkDevice* NetworkDeviceParser::CreateDeviceFromInfo(
27 scoped_ptr<NetworkDevice> device(CreateNewNetworkDevice(device_path));
37 NetworkDevice* device) {
54 NetworkDevice* device,
74 NetworkDevice* NetworkDeviceParser::CreateNewNetworkDevice(
76 return new NetworkDevice(device_path);
network_library_impl_base.h 51 // Called from Enable*NetworkDevice.
131 virtual const NetworkDevice* FindNetworkDeviceByPath(
133 NetworkDevice* FindNetworkDeviceByPath(const std::string& path);
134 virtual const NetworkDevice* FindMobileDevice() const OVERRIDE;
135 virtual const NetworkDevice* FindCellularDevice() const OVERRIDE;
220 typedef std::map<std::string, NetworkDevice*> NetworkDeviceMap;
272 const NetworkDevice* FindDeviceByType(ConnectionType type) const;
329 void NotifyNetworkDeviceChanged(NetworkDevice* device, PropertyIndex index);
native_network_parser.h 30 virtual NetworkDevice* CreateNewNetworkDevice(
34 NetworkDevice* device) OVERRIDE;
network_library_impl_cros.cc 136 NetworkDevice* device = FindNetworkDeviceByPath(path);
165 bool NetworkLibraryImplCros::UpdateCellularDeviceStatus(NetworkDevice* device,
288 const NetworkDevice* cellular = FindCellularDevice();
304 const NetworkDevice* cellular = FindCellularDevice();
317 const NetworkDevice* cellular = FindCellularDevice();
330 const NetworkDevice* cellular = FindCellularDevice();
367 const NetworkDevice* cellular = FindCellularDevice();
377 const NetworkDevice* cellular = FindCellularDevice();
397 const NetworkDevice* cellular = FindCellularDevice();
412 const NetworkDevice* cellular = FindCellularDevice()
    [all...]
network_library_impl_base.cc 382 const NetworkDevice* device = FindDeviceByType(TYPE_CELLULAR);
390 const NetworkDevice* NetworkLibraryImplBase::FindNetworkDeviceByPath(
399 NetworkDevice* NetworkLibraryImplBase::FindNetworkDeviceByPath(
408 const NetworkDevice* NetworkLibraryImplBase::FindCellularDevice() const {
412 const NetworkDevice* NetworkLibraryImplBase::FindMobileDevice() const {
413 const NetworkDevice* device = FindDeviceByType(TYPE_CELLULAR);
513 const NetworkDevice* cellular = FindCellularDevice();
520 const NetworkDevice* cellular = FindCellularDevice();
555 const NetworkDevice* NetworkLibraryImplBase::FindDeviceByType(
    [all...]
cros_in_process_browser_test.cc 53 .WillRepeatedly((Return((const NetworkDevice*)(NULL))));
56 .WillRepeatedly((Return((const NetworkDevice*)(NULL))));
network_library.cc 39 // NetworkDevice: e.g. ethernet, wifi modem, cellular modem
40 // device_map_: canonical map<path, NetworkDevice*> for devices
177 // NetworkDevice
179 NetworkDevice::NetworkDevice(const std::string& device_path)
194 NetworkDevice::~NetworkDevice() {}
196 void NetworkDevice::SetNetworkDeviceParser(NetworkDeviceParser* parser) {
200 void NetworkDevice::ParseInfo(const DictionaryValue& info) {
205 bool NetworkDevice::UpdateStatus(const std::string& key
    [all...]
network_library.h 81 class NetworkDevice {
83 explicit NetworkDevice(const std::string& device_path);
84 ~NetworkDevice();
297 DISALLOW_COPY_AND_ASSIGN(NetworkDevice);
    [all...]
network_library_impl_cros.h 92 bool UpdateCellularDeviceStatus(NetworkDevice* device, PropertyIndex index);
172 // NetworkDevice list management functions.
network_library_impl_stub.cc 283 NetworkDevice* cellular = new NetworkDevice("cellular");
303 NetworkDevice* cellular_gsm = new NetworkDevice("cellular_gsm");
native_network_parser.cc 264 NetworkDevice* NativeNetworkDeviceParser::CreateNewNetworkDevice(
266 NetworkDevice* device =
273 PropertyIndex index, const base::Value& value, NetworkDevice* device) {
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
mock_network_library.h 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));
network_library.h 191 class NetworkDevice {
193 explicit NetworkDevice(const std::string& device_path);
270 DISALLOW_COPY_AND_ASSIGN(NetworkDevice);
899 const NetworkDevice* device) = 0;
    [all...]
network_library.cc 35 // NetworkDevice: e.g. ethernet, wifi modem, cellular modem
36 // device_map_: canonical map<path,NetworkDevice*> for devices
    [all...]
cros_mock.cc 241 .WillRepeatedly((Return((const NetworkDevice*)(NULL))));
  /external/chromium/chrome/browser/chromeos/status/
network_menu_button.h 68 const NetworkDevice* device);
network_menu_button.cc 127 const NetworkDevice* cellular = network_library->FindCellularDevice();
164 const NetworkDevice* device) {
167 const NetworkDevice* cellular = cros->FindCellularDevice();
408 const NetworkDevice* cellular = cros->FindCellularDevice();
network_menu.cc 250 const NetworkDevice* cellular = cros->FindCellularDevice();
509 const NetworkDevice* cellular_device = cros->FindCellularDevice();
595 const NetworkDevice* cellular = cros->FindCellularDevice();
790 const NetworkDevice* ether = cros->FindEthernetDevice();
804 const NetworkDevice* wifi = cros->FindWifiDevice();
    [all...]
  /external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 52 const chromeos::NetworkDevice* 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();
356 const NetworkDevice* device) {
367 const NetworkDevice* cellular = cros->FindCellularDevice();
413 const NetworkDevice* cellular = GetCellularDevice();
552 const chromeos::NetworkDevice* cellular) {
641 void SimUnlockHandler::UpdatePage(const chromeos::NetworkDevice* cellular
    [all...]
choose_mobile_network_ui.cc 77 const NetworkDevice* device);
139 if (const NetworkDevice* cellular = cros->FindCellularDevice()) {
163 const NetworkDevice* device) {
  /external/chromium/chrome/browser/chromeos/login/
network_screen_browsertest.cc 57 cellular_.reset(new NetworkDevice("cellular"));
137 scoped_ptr<NetworkDevice> cellular_;
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 244 const chromeos::NetworkDevice* device =
349 const chromeos::NetworkDevice* device =
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 383 const chromeos::NetworkDevice* cellular = cros->FindCellularDevice();
706 const chromeos::NetworkDevice* device =
    [all...]

Completed in 121 milliseconds

1 2