Home
last modified time | relevance | path

Searched refs:requestGetIMSI (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Datc.c657 static int requestGetIMSI(void) { in requestGetIMSI() function
685 .requestGetIMSI = requestGetIMSI,
H A Dmain.c351 if (request_ops->requestGetIMSI) in qmi_main()
352 request_ops->requestGetIMSI(); in qmi_main()
H A DQMIThread.h295 int (*requestGetIMSI)(void); member
H A DQMIThread.c1018 static int requestGetIMSI(void) { //RIL_REQUEST_GET_IMSI in requestGetIMSI() function
1192 int requestGetIMSI(const char **pp_imsi, USHORT *pMobileCountryCode, USHORT *pMobileNetworkCode) {
2216 .requestGetIMSI = requestGetIMSI,