Lines Matching refs:ChppAppErrorCode
35 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext,
101 static enum ChppAppErrorCode chppGnssServiceOpen(
104 static enum ChppAppErrorCode chppGnssServiceClose(
107 static enum ChppAppErrorCode chppGnssServiceGetCapabilities(
110 static enum ChppAppErrorCode chppGnssServiceControlLocationSession(
113 static enum ChppAppErrorCode chppGnssServiceControlMeasurementSession(
116 static enum ChppAppErrorCode chppGnssServiceConfigurePassiveLocationListener(
148 static enum ChppAppErrorCode chppDispatchGnssRequest(void *serviceContext, in chppDispatchGnssRequest()
157 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssRequest()
231 static enum ChppAppErrorCode chppGnssServiceOpen( in chppGnssServiceOpen()
244 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceOpen()
285 static enum ChppAppErrorCode chppGnssServiceClose( in chppGnssServiceClose()
288 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceClose()
338 static enum ChppAppErrorCode chppGnssServiceGetCapabilities( in chppGnssServiceGetCapabilities()
341 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceGetCapabilities()
381 static enum ChppAppErrorCode chppGnssServiceControlLocationSession( in chppGnssServiceControlLocationSession()
385 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlLocationSession()
420 static enum ChppAppErrorCode chppGnssServiceControlMeasurementSession( in chppGnssServiceControlMeasurementSession()
424 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlMeasurementSession()
457 static enum ChppAppErrorCode chppGnssServiceConfigurePassiveLocationListener( in chppGnssServiceConfigurePassiveLocationListener()
461 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceConfigurePassiveLocationListener()