Lines Matching refs:ChppAppErrorCode
37 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext,
102 static enum ChppAppErrorCode chppWwanServiceOpen(
105 static enum ChppAppErrorCode chppWwanServiceClose(
108 static enum ChppAppErrorCode chppWwanServiceGetCapabilities(
111 static enum ChppAppErrorCode chppWwanServiceGetCellInfoAsync(
136 static enum ChppAppErrorCode chppDispatchWwanRequest(void *serviceContext, in chppDispatchWwanRequest()
142 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWwanRequest()
201 static enum ChppAppErrorCode chppWwanServiceOpen( in chppWwanServiceOpen()
208 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceOpen()
249 static enum ChppAppErrorCode chppWwanServiceClose( in chppWwanServiceClose()
252 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceClose()
302 static enum ChppAppErrorCode chppWwanServiceGetCapabilities( in chppWwanServiceGetCapabilities()
305 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCapabilities()
343 static enum ChppAppErrorCode chppWwanServiceGetCellInfoAsync( in chppWwanServiceGetCellInfoAsync()
348 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCellInfoAsync()