Home
last modified time | relevance | path

Searched refs:CHPP_APP_ERROR_NONE (Results 1 – 18 of 18) 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 …]
Dapp_notification_test.cpp105 return CHPP_APP_ERROR_NONE; in clientDispatchNotification()
113 notification->error == CHPP_APP_ERROR_NONE; in clientDispatchNotification()
115 return CHPP_APP_ERROR_NONE; in clientDispatchNotification()
118 return CHPP_APP_ERROR_NONE; in clientDispatchNotification()
152 return CHPP_APP_ERROR_NONE; in serviceDispatchNotification()
160 notification->error == CHPP_APP_ERROR_NONE; in serviceDispatchNotification()
162 return CHPP_APP_ERROR_NONE; in serviceDispatchNotification()
165 return CHPP_APP_ERROR_NONE; in serviceDispatchNotification()
Dapp_req_resp_test.cpp88 return CHPP_APP_ERROR_NONE; in dispatchResponse()
98 common->okResponseStatus &= response->error == CHPP_APP_ERROR_NONE; in dispatchResponse()
99 return CHPP_APP_ERROR_NONE; in dispatchResponse()
109 return CHPP_APP_ERROR_NONE; in dispatchResponse()
121 return CHPP_APP_ERROR_NONE; in dispatchResponse()
124 return CHPP_APP_ERROR_NONE; in dispatchResponse()
133 return CHPP_APP_ERROR_NONE; in dispatchRequest()
148 return CHPP_APP_ERROR_NONE; in dispatchRequest()
161 return CHPP_APP_ERROR_NONE; in dispatchRequest()
165 return CHPP_APP_ERROR_NONE; in dispatchRequest()
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()
348 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCellInfoAsync()
393 ? 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()
431 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceConfigureScanMonitorAsync()
466 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestScanAsync()
516 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestRangingAsync()
560 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWifiServiceRequestNanSubscribe()
596 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()
384 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlLocationSession()
423 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceControlMeasurementSession()
460 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppGnssServiceConfigurePassiveLocationListener()
575 ? CHPP_APP_ERROR_NONE in chppGnssServiceLocationEventCallback()
647 ? CHPP_APP_ERROR_NONE in chppGnssServiceMeasurementEventCallback()
Ddiscovery.c65 response->header.error = CHPP_APP_ERROR_NONE; in chppDiscoveryDiscoverAll()
/system/chre/chpp/clients/
Dwifi.c201 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiResponse()
285 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWifiNotification()
563 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppWifiRequestRangingResult()
585 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppWifiRequestNanSubscribeResult()
607 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppWifiNanSubscriptionCanceledResult()
984 request->header.error = CHPP_APP_ERROR_NONE; in chppWifiClientRequestScan()
1039 request->header.error = CHPP_APP_ERROR_NONE; in chppWifiClientRequestRanging()
1087 request->header.error = CHPP_APP_ERROR_NONE; in chppWifiClientNanSubscribe()
1118 request->header.error = CHPP_APP_ERROR_NONE; in chppWifiClientNanSubscribeCancel()
1165 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.c180 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssResponse()
257 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchGnssNotification()
493 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppGnssConfigurePassiveLocationListenerResult()
Ddiscovery.c315 request->error = CHPP_APP_ERROR_NONE; in chppInitiateDiscovery()
Dwwan.c162 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWwanResponse()
/system/chre/chpp/
Dapp.c572 if (error != CHPP_APP_ERROR_NONE) { in chppProcessNegotiatedHandleDatagram()
676 } else if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppAppProcessRxDatagram()
767 case CHPP_APP_ERROR_NONE: in chppAppErrorToChreError()
792 if (rxHeader->error == CHPP_APP_ERROR_NONE) { in chppAppShortResponseErrorHandler()
811 notification->error = CHPP_APP_ERROR_NONE; in chppAllocNotification()
832 request->error = CHPP_APP_ERROR_NONE; in chppAllocRequest()
856 response->error = CHPP_APP_ERROR_NONE; in chppAllocResponse()
Dclients.c416 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppClientProcessOpenResponse()
Dtransport.c511 context->loopbackResult = CHPP_APP_ERROR_NONE; in chppProcessTransportLoopbackResponse()
1758 result = CHPP_APP_ERROR_NONE; in chppRunTransportLoopback()
1821 if (result != CHPP_APP_ERROR_NONE) { in chppRunTransportLoopback()
/system/chre/chpp/include/chpp/
Dapp.h185 CHPP_APP_ERROR_NONE = 0, enumerator