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()
251 static enum ChppAppErrorCode chppWwanServiceClose( in chppWwanServiceClose()
254 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceClose()
304 static enum ChppAppErrorCode chppWwanServiceGetCapabilities( in chppWwanServiceGetCapabilities()
307 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCapabilities()
346 static enum ChppAppErrorCode chppWwanServiceGetCellInfoAsync( in chppWwanServiceGetCellInfoAsync()
351 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCellInfoAsync()