Lines Matching defs:handler
68 std::unique_ptr<RequestHandlerInterface> handler) override;
90 std::unique_ptr<RequestHandlerInterface> handler;
101 // Asynchronous callbacks to handle successful or failed request handler
123 // Makes a call to the (remote) web server request handler over D-Bus to
132 // A helper method to obtain a corresponding protocol handler D-Bus proxy for
137 // Protocol Handler name.
141 // Handler data map. The key is the client-facing request handler ID returned
142 // by AddHandler() when registering the handler.
144 // The counter to generate new handler IDs.
146 // Map of remote handler IDs (GUID strings) to client-facing request handler
150 // Remote D-Bus proxies for the server protocol handler objects.
154 // A map of request ID to protocol handler ID. Used to locate the appropriate
155 // protocol handler D-Bus proxy for given request.