Lines Matching defs:reason
35 const std::string& reason, uint32_t reasonCode) : allowType_(allowType), uid_(uid), name_(name),
36 duration_(duration), reason_(reason), reasonCode_(reasonCode) {}
135 * @brief Get the reason object of the resource request.
137 * @return reason of the resource request.
145 * @brief Set the reason object of the resource request.
147 * @param reason reason of the resource request.
149 inline void SetReason(const std::string& reason)
151 reason_ = reason;
155 * @brief Get the reason code object of the resource request.
157 * @param reason reason code of the resource request.
165 * @brief Set the reason code object of the resource request.
167 * @param reason reason code of the resource request.