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

  /external/autotest/client/cros/cellular/pseudomodem/
pm_constants.py 17 I_TESTING_ISM = 'org.chromium.Pseudomodem.Testing.InteractiveStateMachine'
state_machine.py 38 |pm_constants.I_TESTING_ISM|.|Advance| when a state transition is possible
103 @dbus.service.method(pm_constants.I_TESTING_ISM, out_signature='b')
128 @dbus.service.signal(pm_constants.I_TESTING_ISM)
139 @dbus.service.method(pm_constants.I_TESTING_ISM, out_signature='b')
197 The name of the dbus object exposed by this object with |I_TESTING_ISM|
client.py 204 dbus_interface=pm_constants.I_TESTING_ISM)
235 success = ism.Advance(dbus_interface=pm_constants.I_TESTING_ISM)
  /external/autotest/client/cros/networking/
pm_proxy.py 55 i_machine = dbus.Interface(machine, pm_constants.I_TESTING_ISM)
  /external/autotest/client/site_tests/network_3GScanningProperty/
network_3GScanningProperty.py 139 i_machine = dbus.Interface(machine, pm_constants.I_TESTING_ISM)

Completed in 104 milliseconds