Searched refs:errorResult (Results 1 – 3 of 3) sorted by relevance
453 EapResult errorResult = handleTunnelTlsResult(decryptResult, message.eapIdentifier); in process() local454 if (errorResult != null) { in process()455 return errorResult; in process()497 errorResult = handleTunnelTlsResult(encryptResult, message.eapIdentifier); in process()498 if (errorResult != null) { in process()499 return errorResult; in process()
244 Result<void> errorResult = Error() << "Failed to collect per-UID I/O stats"; in TEST_F() local245 EXPECT_CALL(*mMockUidIoStatsCollector, collect()).WillOnce(Return(errorResult)); in TEST_F()252 Result<void> errorResult = Error() << "Failed to collect per-UID proc stats"; in TEST_F() local253 EXPECT_CALL(*mMockUidProcStatsCollector, collect()).WillOnce(Return(errorResult)); in TEST_F()
1589 GetSetValueResult errorResult = pendingRequest.toErrorResult( in onPropertySetError() local1596 storeResultForRequest(errorResult, pendingRequest, callbackToSetValueResults); in onPropertySetError()