Lines Matching refs:p2
470 cout << "Please Input p2:";
471 int32_t p2;
472 cin >> p2;
473 cout << "Your input p2 is : " << p2 << endl;
486 msg.p2 = p2;
1139 int32_t p2;
1142 cout << "input p2:";
1143 cin >> p2;
1144 int32_t ret = g_rilInterface->SimOpenLogicalChannel(slotId, GetSerialId(), appId, p2);
1168 cout << "input p2:";
1169 cin >> reqInfo.p2;