HomeSort by relevance Sort by last modified time
    Searched refs:flimflam (Results 1 - 22 of 22) sorted by null

  /system/update_engine/
shill_proxy.cc 21 using org::chromium::flimflam::ManagerProxy;
22 using org::chromium::flimflam::ManagerProxyInterface;
23 using org::chromium::flimflam::ServiceProxy;
24 using org::chromium::flimflam::ServiceProxyInterface;
fake_shill_proxy.h 43 org::chromium::flimflam::ManagerProxyMock* GetManagerProxy() override;
44 std::unique_ptr<org::chromium::flimflam::ServiceProxyInterface>
50 std::unique_ptr<org::chromium::flimflam::ServiceProxyInterface>
54 std::unique_ptr<org::chromium::flimflam::ManagerProxyMock>
58 std::unique_ptr<org::chromium::flimflam::ServiceProxyInterface>>
shill_proxy.h 39 org::chromium::flimflam::ManagerProxyInterface* GetManagerProxy() override;
40 std::unique_ptr<org::chromium::flimflam::ServiceProxyInterface>
46 std::unique_ptr<org::chromium::flimflam::ManagerProxyInterface>
shill_proxy_interface.h 31 // with the org::chromium::flimflam::ManagerProxy and then request or monitor
32 // properties on the selected org::chromium::flimflam::ServiceProxy. This class
40 virtual org::chromium::flimflam::ManagerProxyInterface* GetManagerProxy() = 0;
44 virtual std::unique_ptr<org::chromium::flimflam::ServiceProxyInterface>
fake_shill_proxy.cc 19 using org::chromium::flimflam::ManagerProxyMock;
20 using org::chromium::flimflam::ServiceProxyInterface;
connection_manager.cc 34 using org::chromium::flimflam::ManagerProxyInterface;
35 using org::chromium::flimflam::ServiceProxyInterface;
connection_manager_unittest.cc 38 using org::chromium::flimflam::ManagerProxyMock;
39 using org::chromium::flimflam::ServiceProxyMock;
  /external/autotest/client/cros/scripts/
reorder-services-moblab.sh 31 dbus-send --system --dest=org.chromium.flimflam --print-reply / \
32 org.chromium.flimflam.Manager.SetServiceOrder \
78 dbus-send --system --dest=org.chromium.flimflam --print-reply / \
79 org.chromium.flimflam.Manager.SetServiceOrder \
  /external/autotest/client/cros/cellular/
cell_tools_test_on_chromebook.py 19 import flimflam
37 logger.debug('making flimflam object..')
38 self.flim = flimflam.FlimFlam()
51 logger.debug('Make another flimflam..')
52 self.flim = flimflam.FlimFlam()
64 self.flim = flimflam.FlimFlam()
71 self.flim = flimflam.FlimFlam() # because the manger destroys it
    [all...]
environment.py 16 import flimflam
38 self.flim = flimflam.FlimFlam()
cell_tools.py 19 import flimflam
31 """Attempts to connect to a cell network using FlimFlam.
34 flim: A flimflam object
105 flim: A flimflam object
109 flim.DisconnectService(service) # Waits for flimflam state to go to idle
317 TODO(rochberg): Replace flimflam.DeviceManager with this
325 self.device_manager = flimflam.DeviceManager(flimflam.FlimFlam())
353 """Power on a flimflam device, ignoring in progress errors.""
    [all...]
test_environment.py 22 # Import 'flimflam_test_path' first in order to import flimflam.
25 import flimflam
35 (eg. |shill|, |flimflam|, |modem_manager|, |modem|).
211 self.flim = flimflam.FlimFlam()
  /external/autotest/client/site_tests/cellular_Smoke/
cellular_Smoke.py 14 import flimflam, routing
28 # It has restrictive routes and is outside of flimflam's
29 # control. This makes the tests resilient to flimflam
40 flim = flimflam.FlimFlam()
  /external/autotest/client/site_tests/cellular_Throughput/
cellular_Throughput.py 13 import flimflam
22 flim = flimflam.FlimFlam()
  /external/autotest/client/site_tests/cellular_Signal/
cellular_Signal.py 18 import flimflam
73 flim = flimflam.FlimFlam()
137 # TODO(jglasgow): verify flimflam properties (signals?)
  /external/autotest/client/site_tests/network_WiMaxSmoke/
network_WiMaxSmoke.py 15 # Import 'flimflam_test_path' first in order to import 'flimflam'.
19 import flimflam
23 # migrating from FlimFlam to ShillProxy.
154 # TODO(benchan): Replace FlimFlam with ShillProxy.
155 self._flim = flimflam.FlimFlam()
  /system/update_engine/update_manager/
real_shill_provider.cc 28 using org::chromium::flimflam::ManagerProxyInterface;
29 using org::chromium::flimflam::ServiceProxyInterface;
real_shill_provider_unittest.cc 41 using org::chromium::flimflam::ManagerProxyMock;
42 using org::chromium::flimflam::ServiceProxyMock;
  /external/autotest/client/site_tests/network_MobileSuspendResume/
network_MobileSuspendResume.py 16 # Special import to define the location of the flimflam library.
18 import flimflam
29 'org.chromium.flimflam.Error.InProgress',
33 'org.chromium.flimflam.Error.InProgress',
34 'org.chromium.flimflam.Error.AlreadyConnected',
115 # and modem resumption. There is a window where flimflam has
309 # Initialize flimflam and device type specific functions.
310 self.flim = flimflam.FlimFlam(dbus.SystemBus())
314 if device_type == flimflam.FlimFlam.DEVICE_WIMAX
    [all...]
  /external/autotest/client/site_tests/network_3GDormancyDance/
network_3GDormancyDance.py 16 import flimflam
213 flim = flimflam.FlimFlam()
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 15 from autotest_lib.client.cros import flimflam_test_path # Needed for flimflam
20 import flimflam # Requires flimflam_test_path to be imported first.
382 flim = flimflam.FlimFlam()
  /external/autotest/client/cros/
power_suspend.py 14 import flimflam
138 flim = flimflam.FlimFlam()

Completed in 817 milliseconds