Home
last modified time | relevance | path

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

/system/libvintf/
Dcheck_vintf.cpp366 android::base::Error<>& SetErrorCode(std::optional<android::base::Error<>>* retError, in SetErrorCode() function
384 SetErrorCode(retError, other.error().code()) << other.error() << additionalMessage; in AddResult()
413 SetErrorCode(&retError) << compatibleError; in checkAllFiles()
415 SetErrorCode(&retError, -compatibleResult) << compatibleError; in checkAllFiles()
423 SetErrorCode(&retError) << deprecateError; in checkAllFiles()
425 SetErrorCode(&retError, -deprecateResult) << deprecateError; in checkAllFiles()
434 SetErrorCode(&retError, -NAME_NOT_FOUND) << "No device HAL manifest"; in checkAllFiles()