Searched refs:responseLine (Results 1 - 1 of 1) sorted by relevance
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_support.c | 39 static void ProcessResponse(const char *responseLine, const char *pdu); 41 static void AddLinkListNode(const char *responseLine); 142 const OnNotify g_onNotifyFunc, pthread_mutex_t *g_commandmutex, const char *responseLine, const char *pdu) in IsResponseOtherCases() 150 g_onNotifyFunc(responseLine, pdu); in IsResponseOtherCases() 154 void ProcessResponse(const char *responseLine, const char *pdu) in ProcessResponse() argument 156 if (responseLine == NULL) { in ProcessResponse() 157 TELEPHONY_LOGE("responseLine is null"); in ProcessResponse() 161 TELEPHONY_LOGI("processLine line = %{public}s", responseLine); in ProcessResponse() 162 int32_t isPrefix = ReportStrWith(responseLine, (const char *)g_prefix); in ProcessResponse() 167 g_onNotifyFunc(responseLine, pd in ProcessResponse() 141 IsResponseOtherCases( const OnNotify g_onNotifyFunc, pthread_mutex_t *g_commandmutex, const char *responseLine, const char *pdu) IsResponseOtherCases() argument 198 AddLinkListNode(const char *responseLine) AddLinkListNode() argument [all...] |
Completed in 1 milliseconds