Searched refs:wait_for_property_in (Results 1 – 13 of 13) 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, 361 return self.wait_for_property_in(
|
D | cellular_proxy.py | 165 success, _, _ = self.wait_for_property_in(new_modem, 214 self.wait_for_property_in(modem, self.DEVICE_PROPERTY_POWERED,
|
D | shill_proxy.py | 480 def wait_for_property_in(self, dbus_object, property_name, member in ShillProxy 699 success, _, _ = self.wait_for_property_in( 720 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/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/network_DhcpRenew/ |
D | network_DhcpRenew.py | 102 (successful, state, duration) = self.shill_proxy.wait_for_property_in(
|
/external/autotest/client/site_tests/network_8021xWiredAuthentication/ |
D | network_8021xWiredAuthentication.py | 71 result = self._shill_proxy.wait_for_property_in(
|
/external/autotest/client/site_tests/cellular_ActivateCDMA/ |
D | cellular_ActivateCDMA.py | 219 success, state, _ = self.test_env.shill.wait_for_property_in(
|
/external/autotest/client/site_tests/network_DhcpStaticIP/ |
D | network_DhcpStaticIP.py | 139 connect_result = self.shill_proxy.wait_for_property_in(
|
/external/autotest/client/site_tests/cellular_ActivateLTE/ |
D | cellular_ActivateLTE.py | 264 success, state, duration = self.test_env.shill.wait_for_property_in(
|
/external/autotest/client/site_tests/network_VPNConnect/ |
D | network_VPNConnect.py | 202 result = proxy.wait_for_property_in(service,
|
/external/autotest/client/cros/cellular/ |
D | test_environment.py | 306 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(
|