Home
last modified time | relevance | path

Searched defs:handler_id (Results 1 – 3 of 3) sorted by relevance

/system/webservd/libwebserv/
Ddbus_protocol_handler.cc71 for (int handler_id : handler_ids) { in ~DBusProtocolHandler() local
144 bool DBusProtocolHandler::RemoveHandler(int handler_id) { in RemoveHandler()
186 int handler_id, in AddHandlerSuccess()
304 std::string handler_id = iter->second; in GetRequestProtocolHandlerProxy() local
/system/webservd/webservd/
Dprotocol_handler.cc101 std::string handler_id = base::GenerateGUID(); in AddRequestHandler() local
107 bool ProtocolHandler::RemoveRequestHandler(const std::string& handler_id) { in RemoveRequestHandler()
115 std::string handler_id; in FindRequestHandler() local
Ddbus_protocol_handler.cc94 std::string handler_id = protocol_handler_->AddRequestHandler( in AddRequestHandler() local
145 for (const std::string& handler_id : p->second.handler_ids) { in OnClientDisconnected() local