Searched refs:g_onNotifyFunc (Results 1 – 1 of 1) sorted by relevance
21 static OnNotify g_onNotifyFunc = NULL; variable56 g_onNotifyFunc = func; in ATStartReadLoop()142 …const OnNotify g_onNotifyFunc, pthread_mutex_t *g_commandmutex, const char *responseLine, const ch… in IsResponseOtherCases() argument148 if (g_onNotifyFunc != NULL) { in IsResponseOtherCases()150 g_onNotifyFunc(responseLine, pdu); in IsResponseOtherCases()165 if (g_onNotifyFunc != NULL) { in ProcessResponse()167 g_onNotifyFunc(responseLine, pdu); in ProcessResponse()191 IsResponseOtherCases(g_onNotifyFunc, &g_commandmutex, responseLine, pdu); in ProcessResponse()