Searched defs:serviceContext (Results 1 – 4 of 4) sorted by relevance
139 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext, in chppDispatchWwanRequest()283 static void chppWwanServiceNotifyReset(void *serviceContext) { in chppWwanServiceNotifyReset()
151 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext, in chppDispatchGnssRequest()319 static void chppGnssServiceNotifyReset(void *serviceContext) { in chppGnssServiceNotifyReset()
172 static enum ChppAppErrorCode chppDispatchWifiRequest(void *serviceContext, in chppDispatchWifiRequest()367 static void chppWifiServiceNotifyReset(void *serviceContext) { in chppWifiServiceNotifyReset()
90 void chppRegisterService(struct ChppAppState *appContext, void *serviceContext, in chppRegisterService()