Searched refs:RemoveRequestHandler (Results 1 – 4 of 4) sorted by relevance
103 bool DBusProtocolHandler::RemoveRequestHandler( in RemoveRequestHandler() function in webservd::DBusProtocolHandler118 CHECK(protocol_handler_->RemoveRequestHandler(in_handler_id)); in RemoveRequestHandler()147 protocol_handler_->RemoveRequestHandler(handler_id); in OnClientDisconnected()
54 bool RemoveRequestHandler(const std::string& handler_id);
71 bool RemoveRequestHandler(brillo::ErrorPtr* error,
107 bool ProtocolHandler::RemoveRequestHandler(const std::string& handler_id) { in RemoveRequestHandler() function in webservd::ProtocolHandler