Home
last modified time | relevance | path

Searched refs:GetNextInt (Results 1 – 10 of 10) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dsup_service.cpp122 clir_status_.type = (ClirStatusInfo::ClirType)cmd.GetNextInt(); in HandleCLIR()
201 int reason = cmd.GetNextInt(); in HandleCallForward()
202 int status = cmd.GetNextInt(); in HandleCallForward()
203 int number_type = cmd.GetNextInt(); in HandleCallForward()
204 int ton = cmd.GetNextInt(); in HandleCallForward()
206 int classx = cmd.GetNextInt(); in HandleCallForward()
252 int timeSeconds = cmd.GetNextInt(); in HandleCallForward()
300 int mode = cmd.GetNextInt(); in HandleCallWaiting()
301 int classx = cmd.GetNextInt(); in HandleCallWaiting()
Dcall_service.cpp515 int n = cmd.GetNextInt(); in HandleMute()
585 int n = cmd.GetNextInt(); in HandleEmergencyMode()
649 int state = cmd.GetNextInt(); in HandleRemoteCall()
650 int mode = cmd.GetNextInt(); in HandleRemoteCall()
651 int mpty = cmd.GetNextInt(); in HandleRemoteCall()
653 int num_type = cmd.GetNextInt(); in HandleRemoteCall()
Dsms_service.cpp147 sms_status_on_sim_ = (SmsMessage::SmsStatus)cmd.GetNextInt(); in HandleWriteSMSToSim()
167 int index = cmd.GetNextInt(); in HandleDeleteSmsOnSim()
210 broadcast_config_.mode = cmd.GetNextInt(); in HandleBroadcastConfig()
248 sms_service_center_address_.tosca = cmd.GetNextInt(); in HandleSetSmscAddress()
Ddata_service.cpp153 int cid = cmd.GetNextInt(); in HandlePDPContext()
228 int cid = cmd.GetNextInt(); in HandleEnterDataState()
279 int cid = cmd.GetNextInt(); in HandleReadDynamicParam()
Dnetwork_service.cpp311 int on = cmd.GetNextInt(); in HandleRadioPower()
598 int mode = (OperatorSelectionMode)cmd.GetNextInt(); in HandleSetNetworkSelectionMode()
658 int act = cmd.GetNextInt(); in HandleSetNetworkSelectionMode()
849 int n = cmd.GetNextInt(); in HandleVoiceNetworkRegistration()
928 int n = cmd.GetNextInt(); in HandleDataNetworkRegistration()
1034 int current = cmd.GetNextInt(); in HandleSetPreferredNetworkType()
Dcommand_parser.cpp71 int value = GetNextInt(); in GetNextStrDeciToHex()
105 int CommandParser::GetNextInt() { in GetNextInt() function in cuttlefish::CommandParser
Dsim_service.cpp1370 int mode = cmd.GetNextInt(); in HandleFacilityLock()
1502 int session_id = cmd.GetNextInt(); in HandleCloseLogicalChannel()
1548 int session_id = cmd.GetNextInt(); in HandleTransmitLogicalChannel()
1549 int length = cmd.GetNextInt(); in HandleTransmitLogicalChannel()
1714 cdma_subscription_source_ = cmd.GetNextInt(); in HandleCdmaSubscriptionSource()
1735 cdma_roaming_preference_ = cmd.GetNextInt(); in HandleCdmaRoamingPreference()
Dcommand_parser.h43 int GetNextInt();
Dmisc_service.cpp119 int snt = cmd.GetNextInt(); in HandleGetIMEI()
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dcommand_parser_test.cpp76 TEST(CommandParserUnitTest, GetNextInt) { in TEST() argument
81 ASSERT_EQ(192, cmd.GetNextInt()); in TEST()
82 ASSERT_EQ(28421, cmd.GetNextInt()); in TEST()