Home | History | Annotate | Download | only in base

Lines Matching defs:Reject

1013 bool Session::Reject(const std::string& reason) {
1016 // Reject is sent in response to an initiate or modify, to reject the
1023 LOG(LS_ERROR) << "Could not send reject message: " << error.text;
1042 // We don't need to send terminate if we sent or received a reject...
1384 // Users of Session may listen to state change and call Reject().