Searched refs:choice (Results 1 - 2 of 2) sorted by relevance
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_interface_test.cpp | 197 int32_t choice;
in InputInt32() local 208 cin >> choice;
in InputInt32() local 209 } while (cin.fail() || choice < start || choice > end);
in InputInt32() 211 return choice;
in InputInt32() 1552 int32_t choice = InputInt32(0, static_cast<int32_t>(TestMenu::STRESS), "Test Module Index");
in PrintMenu() local 1553 cout << "---->You choose: " << choice << endl;
in PrintMenu() 1554 return choice;
in PrintMenu() 1566 int32_t choice = InputInt32(HREQ_CALL_BASE, HREQ_MODEM_EXIT - 1, "Command");
in PrintStressMenu() local 1567 cout << "---->You choose: " << choice << end in PrintStressMenu() 1599 int32_t choice = InputInt32(HREQ_CALL_BASE, HREQ_SMS_BASE - MENU_OFFSET, "Command"); PrintCallMenu() local 1615 int32_t choice = InputInt32(HREQ_SMS_BASE, HREQ_SIM_BASE - MENU_OFFSET, "Command"); PrintSmsMenu() local 1651 int32_t choice = InputInt32(HREQ_SIM_BASE, HREQ_DATA_BASE - MENU_OFFSET, "Command"); PrintSimMenu() local 1676 int32_t choice = InputInt32(HREQ_DATA_BASE, HREQ_NETWORK_BASE - MENU_OFFSET, "Command"); PrintDataMenu() local 1713 int32_t choice = InputInt32(HREQ_NETWORK_BASE, HREQ_COMMON_BASE - MENU_OFFSET, "Command"); PrintNetworkMenu() local 1732 int32_t choice = InputInt32(HREQ_COMMON_BASE, HREQ_MODEM_EXIT - MENU_OFFSET, "Command"); PrintModemMenu() local [all...] |
/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | main.cpp | 1062 static OptEntry* GetOptEntry(int choice) in GetOptEntry() argument 1067 if (optEntries[i].opt == static_cast<char>(choice)) { in GetOptEntry() 1098 int choice = getopt_long(argc, argv, opts.c_str(), longOptions, &optIndex); in HilogEntry() local 1099 if (choice == -1) { in HilogEntry() 1102 if (choice == '?') { in HilogEntry() 1105 OptEntry *entry = GetOptEntry(choice); in HilogEntry()
|
Completed in 7 milliseconds