Home
last modified time | relevance | path

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

/system/webservd/webservd/
Ddbus_protocol_handler.cc103 bool DBusProtocolHandler::RemoveRequestHandler( in RemoveRequestHandler() function in webservd::DBusProtocolHandler
118 CHECK(protocol_handler_->RemoveRequestHandler(in_handler_id)); in RemoveRequestHandler()
147 protocol_handler_->RemoveRequestHandler(handler_id); in OnClientDisconnected()
Dprotocol_handler.h54 bool RemoveRequestHandler(const std::string& handler_id);
Ddbus_protocol_handler.h71 bool RemoveRequestHandler(brillo::ErrorPtr* error,
Dprotocol_handler.cc107 bool ProtocolHandler::RemoveRequestHandler(const std::string& handler_id) { in RemoveRequestHandler() function in webservd::ProtocolHandler