Home | History | Annotate | Download | only in pseudomodem

Lines Matching full:uint32

111                                dbus.types.UInt32(self.device_port_type)],
115 dbus.types.UInt32(
121 dbus.types.UInt32(mm1_constants.MM_MODEM_LOCK_NONE),
125 [dbus.types.UInt32(100), True],
129 dbus.types.UInt32(mm1_constants.MM_MODEM_POWER_STATE_ON),
131 dbus.types.UInt32(mm1_constants.MM_BEARER_IP_FAMILY_ANY),
136 [dbus.types.UInt32(mm1_constants.MM_MODEM_CAPABILITY_NONE)],
138 dbus.types.UInt32(mm1_constants.MM_MODEM_CAPABILITY_NONE),
139 'MaxBearers' : dbus.types.UInt32(0),
140 'MaxActiveBearers' : dbus.types.UInt32(0),
143 dbus.types.UInt32(
147 [dbus.types.UInt32(
149 dbus.types.UInt32(
155 [dbus.types.UInt32(
157 dbus.types.UInt32(
161 [dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_UNKNOWN)],
163 [dbus.types.UInt32(mm1_constants.MM_MODEM_BAND_UNKNOWN)],
292 [dbus.types.UInt32(quality), True], signature='ub')))
308 self.StateChanged(old_state, state, dbus.types.UInt32(reason))
740 band_list = [dbus.types.UInt32(band) for band in bands]