Lines Matching full:reason
35 … const std::string& reason, uint32_t reasonCode) : allowType_(allowType), uid_(uid), name_(name), in ResourceRequest() argument
36 duration_(duration), reason_(reason), reasonCode_(reasonCode) {} in ResourceRequest()
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) in SetReason() argument
151 reason_ = reason; in SetReason()
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.