Searched refs:CHPP_APP_ERROR_NONE (Results 1 – 17 of 17) sorted by relevance
/system/chre/chpp/test/ |
D | app_test.cpp | 61 EXPECT_EQ(CHPP_APP_ERROR_NONE, in TEST_F() 65 EXPECT_EQ(CHPP_APP_ERROR_NONE, in TEST_F() 69 CHPP_APP_ERROR_NONE, in TEST_F() 72 EXPECT_EQ(CHPP_APP_ERROR_NONE, in TEST_F() 76 CHPP_APP_ERROR_NONE, in TEST_F() 79 EXPECT_EQ(CHPP_APP_ERROR_NONE, in TEST_F() 106 EXPECT_EQ(result.error, CHPP_APP_ERROR_NONE); in TEST_F() 109 EXPECT_EQ(result.error, CHPP_APP_ERROR_NONE); in TEST_F() 112 EXPECT_EQ(result.error, CHPP_APP_ERROR_NONE); in TEST_F() 132 EXPECT_EQ(result.error, CHPP_APP_ERROR_NONE); in TEST_F() [all …]
|
D | transport_test.cpp | 226 appHeader.error = CHPP_APP_ERROR_NONE; in addAppHeaderToBuf() 296 CHPP_APP_ERROR_NONE); in openService() 349 CHPP_APP_ERROR_NONE); in sendCommandToService() 722 EXPECT_EQ(responseHeader->error, CHPP_APP_ERROR_NONE); in TEST_P()
|
/system/chre/chpp/services/ |
D | wwan.c | 142 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWwanRequest() 183 if (dispatched == true && error != CHPP_APP_ERROR_NONE) { in chppDispatchWwanRequest() 208 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceOpen() 252 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceClose() 305 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCapabilities() 349 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCellInfoAsync() 394 ? CHPP_APP_ERROR_NONE in chppWwanServiceCellInfoResultCallback()
|
D | wifi.c | 178 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiRequest() 258 if (dispatched == true && error != CHPP_APP_ERROR_NONE) { in chppDispatchWifiRequest() 293 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceOpen() 337 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceClose() 389 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceGetCapabilities() 432 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceConfigureScanMonitorAsync() 467 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestScanAsync() 517 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestRangingAsync() 561 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestNanSubscribe() 597 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestNanSubscribeCancel() [all …]
|
D | gnss.c | 157 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssRequest() 213 if (dispatched == true && error != CHPP_APP_ERROR_NONE) { in chppDispatchGnssRequest() 244 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceOpen() 288 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceClose() 341 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceGetCapabilities() 385 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlLocationSession() 424 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlMeasurementSession() 461 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceConfigurePassiveLocationListener() 576 ? CHPP_APP_ERROR_NONE in chppGnssServiceLocationEventCallback() 648 ? CHPP_APP_ERROR_NONE in chppGnssServiceMeasurementEventCallback()
|
D | discovery.c | 65 response->header.error = CHPP_APP_ERROR_NONE; in chppDiscoveryDiscoverAll()
|
/system/chre/chpp/clients/ |
D | wifi.c | 199 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiResponse() 282 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiNotification() 560 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppWifiRequestRangingResult() 582 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppWifiRequestNanSubscribeResult() 604 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppWifiNanSubscriptionCanceledResult() 972 request->header.error = CHPP_APP_ERROR_NONE; in chppWifiClientRequestScan() 1027 request->header.error = CHPP_APP_ERROR_NONE; in chppWifiClientRequestRanging() 1075 request->header.error = CHPP_APP_ERROR_NONE; in chppWifiClientNanSubscribe() 1106 request->header.error = CHPP_APP_ERROR_NONE; in chppWifiClientNanSubscribeCancel() 1153 request->header.error = CHPP_APP_ERROR_NONE; in chppWifiClientNanRequestNanRanging()
|
D | timesync.c | 64 state->timesyncResult.error = CHPP_APP_ERROR_NONE; in chppTimesyncClientInit() 85 state->timesyncResult.error = CHPP_APP_ERROR_NONE; in chppTimesyncClientReset() 135 state->timesyncResult.error = CHPP_APP_ERROR_NONE; in chppDispatchTimesyncServiceResponse()
|
D | loopback.c | 68 state->testResult.error = CHPP_APP_ERROR_NONE; in chppLoopbackClientInit() 97 result->error = CHPP_APP_ERROR_NONE; in chppDispatchLoopbackServiceResponse()
|
D | gnss.c | 179 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssResponse() 255 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssNotification() 491 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppGnssConfigurePassiveLocationListenerResult()
|
D | discovery.c | 313 request->error = CHPP_APP_ERROR_NONE; in chppInitiateDiscovery()
|
D | wwan.c | 161 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWwanResponse()
|
/system/chre/chpp/ |
D | services.c | 134 result->error = CHPP_APP_ERROR_NONE; in chppAllocServiceNotification() 148 result->error = CHPP_APP_ERROR_NONE; in chppAllocServiceResponse()
|
D | app.c | 579 if (error != CHPP_APP_ERROR_NONE) { in chppProcessNegotiatedHandleDatagram() 682 } else if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppAppProcessRxDatagram() 770 case CHPP_APP_ERROR_NONE: in chppAppErrorToChreError() 792 if (rxHeader->error == CHPP_APP_ERROR_NONE) { in chppAppShortResponseErrorHandler()
|
D | clients.c | 290 result->error = CHPP_APP_ERROR_NONE; in chppAllocClientRequest() 528 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppClientProcessOpenResponse()
|
D | transport.c | 491 context->loopbackResult = CHPP_APP_ERROR_NONE; in chppProcessTransportLoopbackResponse() 1687 result = CHPP_APP_ERROR_NONE; in chppRunTransportLoopback() 1750 if (result != CHPP_APP_ERROR_NONE) { in chppRunTransportLoopback()
|
/system/chre/chpp/include/chpp/ |
D | app.h | 124 CHPP_APP_ERROR_NONE = 0, enumerator
|