Home | History | Annotate | Download | only in cellular

Lines Matching defs:UInt32

40 from dbus.types import UInt32
341 'ModemCapabilities': UInt32(0),
342 'CurrentCapabilities': UInt32(0),
343 'MaxBearers': UInt32(2),
344 'MaxActiveBearers': UInt32(2),
353 'UnlockRequired': UInt32(0),
356 'AccessTechnologies': UInt32(self.state),
357 'SignalQuality': Struct([UInt32(90), True], signature='ub'),
359 'SupportedModes': UInt32(0),
360 'AllowedModes': UInt32(0),
361 'PreferredMode': UInt32(0),
362 'SupportedBands': [UInt32(0)],
363 'Bands': [UInt32(0)]
378 self.StateChanged(Int32(self.state), Int32(new_state), UInt32(why))
420 UInt32(new_state)},
442 'state': UInt32(self.state),
443 'signal-quality': UInt32(99),
445 'access-technology': UInt32(0),
446 'm3gpp-registration-state': UInt32(self.registration_state),
449 'cdma-cdma1x-registration-state': UInt32(99),
450 'cdma-evdo-registration-state': UInt32(99),
572 UInt32(self.registration_state),
575 'EnabledFacilityLocks': UInt32(0)