Searched refs:CHPP_APP_ERROR_NONE (Results 1 – 17 of 17) sorted by relevance
/system/chre/chpp/test/ |
D | app_test.cpp | 58 EXPECT_EQ(CHPP_APP_ERROR_NONE, in TEST_F() 62 EXPECT_EQ(CHPP_APP_ERROR_NONE, in TEST_F() 66 CHPP_APP_ERROR_NONE, in TEST_F() 69 EXPECT_EQ(CHPP_APP_ERROR_NONE, in TEST_F() 73 CHPP_APP_ERROR_NONE, in TEST_F() 76 EXPECT_EQ(CHPP_APP_ERROR_NONE, in TEST_F() 102 EXPECT_EQ(result.error, CHPP_APP_ERROR_NONE); in TEST_F() 105 EXPECT_EQ(result.error, CHPP_APP_ERROR_NONE); in TEST_F() 108 EXPECT_EQ(result.error, CHPP_APP_ERROR_NONE); in TEST_F() 129 EXPECT_EQ(result.error, CHPP_APP_ERROR_NONE); in TEST_F() [all …]
|
D | transport_test.cpp | 233 appHeader.error = CHPP_APP_ERROR_NONE; in addAppHeaderToBuf() 303 CHPP_APP_ERROR_NONE); in openService() 356 CHPP_APP_ERROR_NONE); in sendCommandToService() 733 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() 254 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceClose() 307 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCapabilities() 351 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCellInfoAsync() 396 ? CHPP_APP_ERROR_NONE in chppWwanServiceCellInfoResultCallback()
|
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() 290 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceClose() 343 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceGetCapabilities() 387 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlLocationSession() 426 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlMeasurementSession() 463 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceConfigurePassiveLocationListener() 578 ? CHPP_APP_ERROR_NONE in chppGnssServiceLocationEventCallback() 650 ? CHPP_APP_ERROR_NONE in chppGnssServiceMeasurementEventCallback()
|
D | wifi.c | 153 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiRequest() 209 if (dispatched == true && error != CHPP_APP_ERROR_NONE) { in chppDispatchWifiRequest() 238 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceOpen() 284 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceClose() 336 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceGetCapabilities() 379 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceConfigureScanMonitorAsync() 414 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestScanAsync() 464 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestRangingAsync() 604 ? CHPP_APP_ERROR_NONE in chppWifiServiceScanEventCallback() 646 ? CHPP_APP_ERROR_NONE in chppWifiServiceRangingEventCallback()
|
D | discovery.c | 65 response->header.error = CHPP_APP_ERROR_NONE; in chppDiscoveryDiscoverAll()
|
/system/chre/chpp/clients/ |
D | timesync.c | 63 context->timesyncClientContext->timesyncResult.error = CHPP_APP_ERROR_NONE; in chppTimesyncClientInit() 84 context->timesyncClientContext->timesyncResult.error = CHPP_APP_ERROR_NONE; in chppTimesyncClientReset() 140 context->timesyncClientContext->timesyncResult.error = CHPP_APP_ERROR_NONE; in chppDispatchTimesyncServiceResponse()
|
D | wifi.c | 183 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiResponse() 255 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiNotification() 442 if (rxHeader->error == CHPP_APP_ERROR_NONE) { in chppWifiConfigureScanMonitorResult() 491 if (rxHeader->error == CHPP_APP_ERROR_NONE) { in chppWifiRequestScanResult() 521 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppWifiRequestRangingResult() 767 request->header.error = CHPP_APP_ERROR_NONE; in chppWifiClientRequestScan() 818 request->header.error = CHPP_APP_ERROR_NONE; in chppWifiClientRequestRanging()
|
D | gnss.c | 177 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssResponse() 253 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssNotification() 425 if (rxHeader->error == CHPP_APP_ERROR_NONE) { in chppGnssControlLocationSessionResult() 465 if (rxHeader->error == CHPP_APP_ERROR_NONE) { in chppGnssControlMeasurementSessionResult() 502 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppGnssConfigurePassiveLocationListenerResult()
|
D | loopback.c | 67 context->loopbackClientContext->testResult.error = CHPP_APP_ERROR_NONE; in chppLoopbackClientInit() 95 context->loopbackClientContext->testResult.error = CHPP_APP_ERROR_NONE; in chppDispatchLoopbackServiceResponse()
|
D | wwan.c | 158 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWwanResponse() 348 if (rxHeader->error == CHPP_APP_ERROR_NONE) { in chppWwanGetCellInfoAsyncResult()
|
D | discovery.c | 326 request->error = CHPP_APP_ERROR_NONE; in chppInitiateDiscovery()
|
/system/chre/chpp/ |
D | services.c | 128 result->error = CHPP_APP_ERROR_NONE; in chppAllocServiceNotification() 142 result->error = CHPP_APP_ERROR_NONE; in chppAllocServiceResponse()
|
D | app.c | 592 if (error != CHPP_APP_ERROR_NONE) { in chppProcessNegotiatedHandleDatagram() 695 } else if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppAppProcessRxDatagram() 783 case CHPP_APP_ERROR_NONE: in chppAppErrorToChreError()
|
D | clients.c | 292 result->error = CHPP_APP_ERROR_NONE; in chppAllocClientRequest() 530 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppClientProcessOpenResponse()
|
D | transport.c | 492 context->loopbackResult = CHPP_APP_ERROR_NONE; in chppProcessTransportLoopbackResponse() 1641 result = CHPP_APP_ERROR_NONE; in chppRunTransportLoopback() 1703 if (result != CHPP_APP_ERROR_NONE) { in chppRunTransportLoopback()
|
/system/chre/chpp/include/chpp/ |
D | app.h | 124 CHPP_APP_ERROR_NONE = 0, enumerator
|