Lines Matching refs:string
54 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
59 oneway supplyIccPinForApp(int32_t serial, string pin, string aid);
67 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
72 oneway supplyIccPukForApp(int32_t serial, string puk, string pin, string aid);
80 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
85 oneway supplyIccPin2ForApp(int32_t serial, string pin2, string aid);
93 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
98 oneway supplyIccPuk2ForApp(int32_t serial, string puk2, string pin2,
99 string aid);
107 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
112 oneway changeIccPinForApp(int32_t serial, string oldPin, string newPin,
113 string aid);
121 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
126 oneway changeIccPin2ForApp(int32_t serial, string oldPin2, string newPin2,
127 string aid);
138 oneway supplyNetworkDepersonalization(int32_t serial, string netPin);
167 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
172 oneway getImsiForApp(int32_t serial, string aid);
322 * @param s string with single char having one of 12 values: 0-9, *, #
326 oneway sendDtmf(int32_t serial, string s);
401 * values of "command" must be ignored or set to empty string
406 * Please note that IccIo has a "PIN2" field which may be empty string,
429 * @param ussd string containing the USSD request in UTF-8 format
435 oneway sendUssd(int32_t serial, string ussd);
558 * @param facility is the facility string code from TS 27.007 7.4
562 * @param appId is AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
567 oneway getFacilityLockForApp(int32_t serial, string facility,
568 string password, int32_t serviceClass, string appId);
574 * @param facility is the facility string code from TS 27.007 7.4 (eg "AO" for BAOC)
577 * @param serviceClass is string representation of decimal TS 27.007
578 * service class bit vector. Eg, the string
580 * @param appId is AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value.
585 oneway setFacilityLockForApp(int32_t serial, string facility, bool lockState,
586 string password, int32_t serviceClass, string appId);
592 * @param facility facility string code from TS 27.007 7.4 (eg "AO" for BAOC)
598 oneway setBarringPassword(int32_t serial, string facility,
599 string oldPassword, string newPassword);
625 * @param operatorNumeric string specifying MCCMNC of network to select (eg "310170")
629 oneway setNetworkSelectionModeManual(int32_t serial, string operatorNumeric);
647 * @param s string having a single character with one of 12 values: 0-9,*,#
651 oneway startDtmf(int32_t serial, string s);
663 * Return string value indicating baseband version, eg response from AT+CGMR
787 * @param command SAT/USAT command in hexadecimal format string starting with command tag
791 oneway sendEnvelope(int32_t serial, string command);
797 * @param commandResponse SAT/USAT response in hexadecimal format string starting with
802 oneway sendTerminalResponseToSim(int32_t serial, string commandResponse);
947 * @param featureCode String associated with Flash command
951 oneway sendCDMAFeatureCode(int32_t serial, string featureCode);
954 * Send DTMF string
957 * @param dtmf DTMF string
963 oneway sendBurstDtmf(int32_t serial, string dtmf, int32_t on, int32_t off);
1118 oneway setSmscAddress(int32_t serial, string smsc);
1155 * @param challenge challenge string in Base64 format
1159 oneway requestIsimAuthentication(int32_t serial, string challenge);
1173 oneway acknowledgeIncomingGsmSmsWithPdu(int32_t serial, bool success, string ackPdu);
1192 oneway sendEnvelopeWithStatus(int32_t serial, string contents);
1292 oneway iccOpenLogicalChannel(int32_t serial, string aid, int32_t p2);
1397 * @param authData the challenge string in Base64 format, see 3GPP TS 31.102 7.1.2
1398 * @param aid AID value, See ETSI 102.221 8.1 and 101.220 4, empty string if no value
1402 oneway requestIccSimAuthentication(int32_t serial, int32_t authContext, string authData,
1403 string aid);