Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleUtils.h286 const std::string& additionalErrorMsg) { in toScopedAStatus() argument
292 fmt::format("{}, error: {}", additionalErrorMsg, getErrorMsg(result)).c_str()); in toScopedAStatus()
309 const std::string& additionalErrorMsg) { in toScopedAStatus() argument
310 return toScopedAStatus(result, getErrorCode(result), additionalErrorMsg); in toScopedAStatus()