Searched refs:CHPP_APP_ERROR_NONE (Results 1 – 18 of 18) 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 | app_notification_test.cpp | 105 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()
|
D | app_req_resp_test.cpp | 88 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()
|
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() 348 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppWwanServiceGetCellInfoAsync() 393 ? 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() 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 …]
|
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() 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()
|
D | discovery.c | 65 response->header.error = CHPP_APP_ERROR_NONE; in chppDiscoveryDiscoverAll()
|
/system/chre/chpp/clients/ |
D | wifi.c | 201 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()
|
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 | 180 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()
|
D | discovery.c | 315 request->error = CHPP_APP_ERROR_NONE; in chppInitiateDiscovery()
|
D | wwan.c | 162 enum ChppAppErrorCode error = CHPP_APP_ERROR_NONE; in chppDispatchWwanResponse()
|
/system/chre/chpp/ |
D | app.c | 572 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()
|
D | clients.c | 416 if (rxHeader->error != CHPP_APP_ERROR_NONE) { in chppClientProcessOpenResponse()
|
D | transport.c | 511 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/ |
D | app.h | 185 CHPP_APP_ERROR_NONE = 0, enumerator
|