Home
last modified time | relevance | path

Searched refs:handler_ids (Results 1 – 3 of 3) sorted by relevance

/system/webservd/webservd/
Ddbus_protocol_handler.cc96 p->second.handler_ids.insert(handler_id); in AddRequestHandler()
120 CHECK_EQ(1u, dbus_service_data.handler_ids.erase(in_handler_id)); in RemoveRequestHandler()
121 if (dbus_service_data.handler_ids.empty()) { in RemoveRequestHandler()
145 for (const std::string& handler_id : p->second.handler_ids) { in OnClientDisconnected()
Ddbus_protocol_handler.h98 std::set<std::string> handler_ids; member
/system/webservd/libwebserv/
Ddbus_protocol_handler.cc70 auto handler_ids = brillo::GetMapKeys(request_handlers_); in ~DBusProtocolHandler() local
71 for (int handler_id : handler_ids) { in ~DBusProtocolHandler()