Lines Matching refs:ChppAppHeader

67     .minLength = sizeof(struct ChppAppHeader),
103 struct ChppAppHeader *requestHeader);
106 struct ChppAppHeader *requestHeader);
109 struct ChppAppHeader *requestHeader);
112 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len);
115 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len);
118 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len);
150 struct ChppAppHeader *rxHeader = (struct ChppAppHeader *)buf; in chppDispatchGnssRequest()
151 buf += sizeof(struct ChppAppHeader); in chppDispatchGnssRequest()
152 len -= sizeof(struct ChppAppHeader); in chppDispatchGnssRequest()
233 struct ChppAppHeader *requestHeader) { in chppGnssServiceOpen()
262 struct ChppAppHeader *response = in chppGnssServiceOpen()
263 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppGnssServiceOpen()
289 struct ChppAppHeader *requestHeader) { in chppGnssServiceClose()
297 struct ChppAppHeader *response = in chppGnssServiceClose()
298 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppGnssServiceClose()
342 struct ChppAppHeader *requestHeader) { in chppGnssServiceGetCapabilities()
385 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len) { in chppGnssServiceControlLocationSession()
424 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len) { in chppGnssServiceControlMeasurementSession()
461 struct ChppAppHeader *requestHeader, uint8_t *buf, size_t len) { in chppGnssServiceConfigurePassiveLocationListener()
476 struct ChppAppHeader *response = in chppGnssServiceConfigurePassiveLocationListener()
477 chppAllocServiceResponseFixed(requestHeader, struct ChppAppHeader); in chppGnssServiceConfigurePassiveLocationListener()
500 struct ChppAppHeader *notification = in chppGnssServiceRequestStateResyncCallback()
501 chppAllocServiceNotificationFixed(struct ChppAppHeader); in chppGnssServiceRequestStateResyncCallback()
525 struct ChppAppHeader requestHeader = { in chppGnssServiceLocationStatusChangeCallback()
562 notification = chppMalloc(sizeof(struct ChppAppHeader)); in chppGnssServiceLocationEventCallback()
566 notificationLen = sizeof(struct ChppAppHeader); in chppGnssServiceLocationEventCallback()
577 (notificationLen > sizeof(struct ChppAppHeader)) in chppGnssServiceLocationEventCallback()
597 struct ChppAppHeader requestHeader = { in chppGnssServiceMeasurementStatusChangeCallback()
635 notification = chppMalloc(sizeof(struct ChppAppHeader)); in chppGnssServiceMeasurementEventCallback()
639 notificationLen = sizeof(struct ChppAppHeader); in chppGnssServiceMeasurementEventCallback()
649 (notificationLen > sizeof(struct ChppAppHeader)) in chppGnssServiceMeasurementEventCallback()