Home
last modified time | relevance | path

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

/system/tools/hidl/lint/
DLint.cpp28 : mLevel(level), mLocation(location), mMessage(message) {} in Lint()
50 return mMessage; in getMessage()
54 return std::tie(mLocation, mLevel, mMessage) < in operator <()
55 std::tie(other.mLocation, other.mLevel, other.mMessage); in operator <()
59 mMessage += in; in operator <<()
67 lint["message"] = mMessage; in asJson()
DLint.h53 std::string mMessage; member
/system/libhidl/base/
DStatus.cpp82 mMessage(message) {} in Status()
87 mMessage = message; in setException()
93 mMessage.clear(); in setFromStatusT()
/system/libhidl/base/include/hidl/
DStatus.h108 const char *exceptionMessage() const { return mMessage.c_str(); } in exceptionMessage()
130 std::string mMessage; variable