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()
287 static enum ChppAppErrorCode chppGnssServiceClose( in chppGnssServiceClose()
290 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceClose()
340 static enum ChppAppErrorCode chppGnssServiceGetCapabilities( in chppGnssServiceGetCapabilities()
343 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceGetCapabilities()
383 static enum ChppAppErrorCode chppGnssServiceControlLocationSession( in chppGnssServiceControlLocationSession()
387 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlLocationSession()
422 static enum ChppAppErrorCode chppGnssServiceControlMeasurementSession( in chppGnssServiceControlMeasurementSession()
426 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlMeasurementSession()
459 static enum ChppAppErrorCode chppGnssServiceConfigurePassiveLocationListener( in chppGnssServiceConfigurePassiveLocationListener()
463 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceConfigurePassiveLocationListener()