Home
last modified time | relevance | path

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

/system/webservd/webservd/
Ddbus_request_handler.cc46 RequestHandlerProxy* handler_proxy) in DBusRequestHandler() argument
48 handler_proxy_{handler_proxy} {
Ddbus_request_handler.h35 RequestHandlerProxy* handler_proxy);
Ddbus_protocol_handler.cc80 dbus_service_data.handler_proxy.reset( in AddRequestHandler()
92 new DBusRequestHandler{server_, p->second.handler_proxy.get()} in AddRequestHandler()
Ddbus_protocol_handler.h96 std::unique_ptr<RequestHandlerProxy> handler_proxy; member