Searched defs:serviceContext (Results 1 – 4 of 4) sorted by relevance
136 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext, in chppDispatchWwanRequest()280 static void chppWwanServiceNotifyReset(void *serviceContext) { in chppWwanServiceNotifyReset()
148 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext, in chppDispatchGnssRequest()316 static void chppGnssServiceNotifyReset(void *serviceContext) { in chppGnssServiceNotifyReset()
169 static enum ChppAppErrorCode chppDispatchWifiRequest(void *serviceContext, in chppDispatchWifiRequest()364 static void chppWifiServiceNotifyReset(void *serviceContext) { in chppWifiServiceNotifyReset()
87 void chppRegisterService(struct ChppAppState *appContext, void *serviceContext, in chppRegisterService()