Searched refs:fcpLen (Results 1 - 2 of 2) sorted by relevance
/base/telephony/ril_adapter/services/vendor/include/ |
H A D | at_sim.h | 76 void ConvertHexStringToByteArray(uint8_t *originHexString, int responseLen, uint8_t *byteArray, int fcpLen); 79 uint8_t FcpFileDescriptorQuery(uint8_t *fcpByte, uint16_t fcpLen, UsimFileDescriptor *filledStructPtr); 80 uint8_t FcpFileIdentifierQuery(uint8_t *fcpByte, uint16_t fcpLen, UsimFileIdentifier *filledStructPtr);
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_sim.c | 1260 uint16_t fcpLen = strlen((char *)*simResponse) / HALF_LEN; in ConvertUsimFcpToSimRsp() local 1261 uint8_t *fcpByte = malloc(fcpLen); in ConvertUsimFcpToSimRsp() 1270 if (memset_s(fcpByte, fcpLen, 0, fcpLen) != EOK) { in ConvertUsimFcpToSimRsp() 1275 ConvertHexStringToByteArray(*simResponse, strlen((char *)*simResponse), fcpByte, fcpLen); in ConvertUsimFcpToSimRsp() 1276 if (FcpFileDescriptorQuery(fcpByte, fcpLen, (UsimFileDescriptor *)&fDescriptor) == FALSE) { in ConvertUsimFcpToSimRsp() 1281 if (FcpFileIdentifierQuery(fcpByte, fcpLen, (UsimFileIdentifier *)&fId) == FALSE) { in ConvertUsimFcpToSimRsp() 1288 *simResponse = ConvertByteArrayToHexString(simRspByte, fcpLen); in ConvertUsimFcpToSimRsp() 1347 uint8_t FcpFileDescriptorQuery(uint8_t *fcpByte, uint16_t fcpLen, UsimFileDescriptor *filledStructPtr) in FcpFileDescriptorQuery() argument 1349 if (fcpByte == NULL || fcpLen < HALF_LE in FcpFileDescriptorQuery() 1382 FcpFileIdentifierQuery(uint8_t *fcpByte, uint16_t fcpLen, UsimFileIdentifier *filledStructPtr) FcpFileIdentifierQuery() argument 1433 ConvertHexStringToByteArray(uint8_t *originHexString, int responseLen, uint8_t *byteArray, int fcpLen) ConvertHexStringToByteArray() argument [all...] |
Completed in 6 milliseconds