Lines Matching refs:InputInt32
186 static int32_t InputInt32(int32_t start, int32_t end, const string &title) in InputInt32() function
245 int32_t callIndex = InputInt32(1, MAX_CALL_ID, "Hangup call number"); in HangupTest()
288 int32_t callType = InputInt32(0, MAX_CALL_TYPE, "Call Type"); in RilCmJoinCallTest()
296 int32_t callIndex = InputInt32(1, MAX_CALL_ID, "The Split Call Number"); in RilCmSplitCallTest()
302 int32_t callType = InputInt32(0, MAX_CALL_TYPE, "Call Type"); in RilCmSplitCallTest()
311 int32_t hangupType = InputInt32(1, HANGUP_ACTIVE, "Option"); in CallSupplementTest()
374 int32_t mute = InputInt32(0, 1, "Option"); in SetMuteTest()
715 int32_t ackType = InputInt32(0, 1, "ack type"); in SendSmsAckTest()
809 int32_t fun = InputInt32(0, 0x7fffffff, "fun"); in SetRadioStateTest()
1448 int32_t choice = InputInt32(0, static_cast<int32_t>(TestMenu::STRESS), "Test Module Index"); in PrintMenu()
1461 int32_t choice = InputInt32(HREQ_CALL_BASE, HREQ_MODEM_EXIT - 1, "Command"); in PrintStressMenu()
1494 int32_t choice = InputInt32(HREQ_CALL_BASE, HREQ_SMS_BASE - MENU_OFFSET, "Command"); in PrintCallMenu()
1510 int32_t choice = InputInt32(HREQ_SMS_BASE, HREQ_SIM_BASE - MENU_OFFSET, "Command"); in PrintSmsMenu()
1546 int32_t choice = InputInt32(HREQ_SIM_BASE, HREQ_DATA_BASE - MENU_OFFSET, "Command"); in PrintSimMenu()
1569 int32_t choice = InputInt32(HREQ_DATA_BASE, HREQ_NETWORK_BASE - MENU_OFFSET, "Command"); in PrintDataMenu()
1601 int32_t choice = InputInt32(HREQ_NETWORK_BASE, HREQ_COMMON_BASE - MENU_OFFSET, "Command"); in PrintNetworkMenu()
1619 int32_t choice = InputInt32(HREQ_COMMON_BASE, HREQ_MODEM_EXIT - MENU_OFFSET, "Command"); in PrintModemMenu()