Searched refs:wait_for_property_in (Results 1 – 11 of 11) sorted by relevance
/external/autotest/client/cros/networking/ |
D | wifi_proxy.py | 211 result = self.wait_for_property_in( 224 result = self.wait_for_property_in( 267 result = self.wait_for_property_in(service, 364 return self.wait_for_property_in(
|
D | cellular_proxy.py | 175 success, _, _ = self.wait_for_property_in( 224 self.wait_for_property_in(modem, self.DEVICE_PROPERTY_POWERED,
|
D | shill_proxy.py | 478 def wait_for_property_in(self, dbus_object, property_name, member in ShillProxy 701 success, _, _ = self.wait_for_property_in( 722 success, _, _ = self.wait_for_property_in(
|
/external/autotest/client/site_tests/cellular_ConnectFailure/ |
D | cellular_ConnectFailure.py | 82 _, state, _ = self.test_env.shill.wait_for_property_in(
|
/external/autotest/client/site_tests/network_DhcpRenew/ |
D | network_DhcpRenew.py | 102 (successful, state, duration) = self.shill_proxy.wait_for_property_in(
|
/external/autotest/client/site_tests/cellular_SIMLocking/ |
D | cellular_SIMLocking.py | 197 self.test_env.shill.wait_for_property_in(self.service, 251 self.test_env.shill.wait_for_property_in(self.service,
|
/external/autotest/client/site_tests/cellular_ActivateLTE/ |
D | cellular_ActivateLTE.py | 203 success, state, duration = self.test_env.shill.wait_for_property_in(
|
/external/autotest/client/site_tests/network_DhcpStaticIP/ |
D | network_DhcpStaticIP.py | 123 connect_result = self.shill_proxy.wait_for_property_in(
|
/external/autotest/client/site_tests/network_VPNConnect/ |
D | network_VPNConnect.py | 183 result = proxy.wait_for_property_in(service,
|
/external/autotest/client/cros/cellular/ |
D | test_environment.py | 313 success, state, _ = self.shill.wait_for_property_in(
|
/external/autotest/client/site_tests/cellular_ScanningProperty/ |
D | cellular_ScanningProperty.py | 114 success, _, _ = self._cellular_proxy.wait_for_property_in(
|