Home
last modified time | relevance | path

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

/system/libvintf/
Dcheck_vintf.cpp399 android::base::Error& SetErrorCode(std::optional<android::base::Error>* retError, in SetErrorCode() function
417 SetErrorCode(retError, other.error().code()) << other.error() << additionalMessage; in AddResult()
445 SetErrorCode(&retError) << compatibleError; in checkAllFiles()
447 SetErrorCode(&retError, -compatibleResult) << compatibleError; in checkAllFiles()
455 SetErrorCode(&retError) << deprecateError; in checkAllFiles()
457 SetErrorCode(&retError, -deprecateResult) << deprecateError; in checkAllFiles()
466 SetErrorCode(&retError, -NAME_NOT_FOUND) << "No device HAL manifest"; in checkAllFiles()