Home
last modified time | relevance | path

Searched refs:CHPP_APP_ERROR_NONE (Results 1 – 17 of 17) sorted by relevance

/system/chre/chpp/test/
Dapp_test.cpp61 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 …]
Dtransport_test.cpp226 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/
Dwwan.c142 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()
Dwifi.c178 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 …]
Dgnss.c157 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()
Ddiscovery.c65 response->header.error = CHPP_APP_ERROR_NONE; in chppDiscoveryDiscoverAll()
/system/chre/chpp/clients/
Dwifi.c199 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()
Dtimesync.c64 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()
Dloopback.c68 state->testResult.error = CHPP_APP_ERROR_NONE; in chppLoopbackClientInit()
97 result->error = CHPP_APP_ERROR_NONE; in chppDispatchLoopbackServiceResponse()
Dgnss.c179 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()
Ddiscovery.c313 request->error = CHPP_APP_ERROR_NONE; in chppInitiateDiscovery()
Dwwan.c161 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWwanResponse()
/system/chre/chpp/
Dservices.c134 result->error = CHPP_APP_ERROR_NONE; in chppAllocServiceNotification()
148 result->error = CHPP_APP_ERROR_NONE; in chppAllocServiceResponse()
Dapp.c579 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()
Dclients.c290 result->error = CHPP_APP_ERROR_NONE; in chppAllocClientRequest()
528 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppClientProcessOpenResponse()
Dtransport.c491 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/
Dapp.h124 CHPP_APP_ERROR_NONE = 0, enumerator