Searched refs:serviceContext (Results 1 – 5 of 5) sorted by relevance
37 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext,39 static void chppWwanServiceNotifyReset(void *serviceContext);136 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext, in chppDispatchWwanRequest() argument140 (struct ChppWwanServiceState *)serviceContext; in chppDispatchWwanRequest()280 static void chppWwanServiceNotifyReset(void *serviceContext) { in chppWwanServiceNotifyReset() argument282 (struct ChppWwanServiceState *)serviceContext; in chppWwanServiceNotifyReset()
35 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext,37 static void chppGnssServiceNotifyReset(void *serviceContext);148 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext, in chppDispatchGnssRequest() argument155 (struct ChppGnssServiceState *)serviceContext; in chppDispatchGnssRequest()316 static void chppGnssServiceNotifyReset(void *serviceContext) { in chppGnssServiceNotifyReset() argument318 (struct ChppGnssServiceState *)serviceContext; in chppGnssServiceNotifyReset()
36 static enum ChppAppErrorCode chppDispatchWifiRequest(void *serviceContext,38 static void chppWifiServiceNotifyReset(void *serviceContext);169 static enum ChppAppErrorCode chppDispatchWifiRequest(void *serviceContext, in chppDispatchWifiRequest() argument176 (struct ChppWifiServiceState *)serviceContext; in chppDispatchWifiRequest()364 static void chppWifiServiceNotifyReset(void *serviceContext) { in chppWifiServiceNotifyReset() argument366 (struct ChppWifiServiceState *)serviceContext; in chppWifiServiceNotifyReset()
88 void *serviceContext, in chppRegisterService() argument101 serviceContext; in chppRegisterService()
147 void *serviceContext,