Home
last modified time | relevance | path

Searched refs:FakeHandler (Results 1 – 25 of 99) sorted by relevance

1234

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dfake-handler-manager-internal.cpp32 FakeHandler::FakeHandler(const QDBusConnection &bus) in FakeHandler() function in Tp::FakeHandler
38 FakeHandler::~FakeHandler() in ~FakeHandler()
42 ObjectPathList FakeHandler::handledChannels() const in handledChannels()
51 void FakeHandler::registerChannel(const ChannelPtr &channel) in registerChannel()
66 void FakeHandler::onChannelInvalidated(DBusProxy *channel) in onChannelInvalidated()
72 void FakeHandler::onChannelDestroyed(QObject *obj) in onChannelDestroyed()
113 FakeHandler *fakeHandler = mFakeHandlers.value(busUniqueId); in handledChannels()
135 FakeHandler *fakeHandler = mFakeHandlers.value(busUniqueId); in registerChannels()
137 fakeHandler = new FakeHandler(bus); in registerChannels()
140 SIGNAL(invalidated(Tp::FakeHandler*)), in registerChannels()
[all …]
H A Dfake-handler-manager-internal.h36 class FakeHandler : public QObject
39 Q_DISABLE_COPY(FakeHandler)
42 FakeHandler(const QDBusConnection &bus);
43 ~FakeHandler();
50 void invalidated(Tp::FakeHandler *self);
76 void onFakeHandlerInvalidated(Tp::FakeHandler *fakeHandler);
83 QHash<QPair<QString, QString>, FakeHandler *> mFakeHandlers;
/dports/net/concourse-fly/concourse-6.7.1/atc/api/accessor/accessorfakes/
H A Dfake_handler.go9 type FakeHandler struct { struct
20 func (fake *FakeHandler) ServeHTTP(arg1 http.ResponseWriter, arg2 *http.Request) { argument
33 func (fake *FakeHandler) ServeHTTPCallCount() int { argument
39 func (fake *FakeHandler) ServeHTTPCalls(stub func(http.ResponseWriter, *http.Request)) { argument
45 func (fake *FakeHandler) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request) { argument
52 func (fake *FakeHandler) Invocations() map[string][][]interface{} { argument
64 func (fake *FakeHandler) recordInvocation(key string, args []interface{}) { argument
76 var _ http.Handler = new(FakeHandler)
/dports/net/concourse-fly/concourse-6.7.1/atc/api/auth/authfakes/
H A Dfake_handler.go9 type FakeHandler struct { struct
20 func (fake *FakeHandler) ServeHTTP(arg1 http.ResponseWriter, arg2 *http.Request) { argument
33 func (fake *FakeHandler) ServeHTTPCallCount() int { argument
39 func (fake *FakeHandler) ServeHTTPCalls(stub func(http.ResponseWriter, *http.Request)) { argument
45 func (fake *FakeHandler) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request) { argument
52 func (fake *FakeHandler) Invocations() map[string][][]interface{} { argument
64 func (fake *FakeHandler) recordInvocation(key string, args []interface{}) { argument
76 var _ http.Handler = new(FakeHandler)
/dports/net/concourse-fly/concourse-6.7.1/atc/wrappa/wrappafakes/
H A Dfake_handler.go9 type FakeHandler struct { struct
20 func (fake *FakeHandler) ServeHTTP(arg1 http.ResponseWriter, arg2 *http.Request) { argument
33 func (fake *FakeHandler) ServeHTTPCallCount() int { argument
39 func (fake *FakeHandler) ServeHTTPCalls(stub func(http.ResponseWriter, *http.Request)) { argument
45 func (fake *FakeHandler) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request) { argument
52 func (fake *FakeHandler) Invocations() map[string][][]interface{} { argument
64 func (fake *FakeHandler) recordInvocation(key string, args []interface{}) { argument
76 var _ http.Handler = new(FakeHandler)
/dports/misc/concourse/concourse-6.7.2/atc/api/auth/authfakes/
H A Dfake_handler.go9 type FakeHandler struct { struct
20 func (fake *FakeHandler) ServeHTTP(arg1 http.ResponseWriter, arg2 *http.Request) { argument
33 func (fake *FakeHandler) ServeHTTPCallCount() int { argument
39 func (fake *FakeHandler) ServeHTTPCalls(stub func(http.ResponseWriter, *http.Request)) { argument
45 func (fake *FakeHandler) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request) { argument
52 func (fake *FakeHandler) Invocations() map[string][][]interface{} { argument
64 func (fake *FakeHandler) recordInvocation(key string, args []interface{}) { argument
76 var _ http.Handler = new(FakeHandler)
/dports/misc/concourse/concourse-6.7.2/atc/api/accessor/accessorfakes/
H A Dfake_handler.go9 type FakeHandler struct { struct
20 func (fake *FakeHandler) ServeHTTP(arg1 http.ResponseWriter, arg2 *http.Request) { argument
33 func (fake *FakeHandler) ServeHTTPCallCount() int { argument
39 func (fake *FakeHandler) ServeHTTPCalls(stub func(http.ResponseWriter, *http.Request)) { argument
45 func (fake *FakeHandler) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request) { argument
52 func (fake *FakeHandler) Invocations() map[string][][]interface{} { argument
64 func (fake *FakeHandler) recordInvocation(key string, args []interface{}) { argument
76 var _ http.Handler = new(FakeHandler)
/dports/misc/concourse/concourse-6.7.2/atc/wrappa/wrappafakes/
H A Dfake_handler.go9 type FakeHandler struct { struct
20 func (fake *FakeHandler) ServeHTTP(arg1 http.ResponseWriter, arg2 *http.Request) { argument
33 func (fake *FakeHandler) ServeHTTPCallCount() int { argument
39 func (fake *FakeHandler) ServeHTTPCalls(stub func(http.ResponseWriter, *http.Request)) { argument
45 func (fake *FakeHandler) ServeHTTPArgsForCall(i int) (http.ResponseWriter, *http.Request) { argument
52 func (fake *FakeHandler) Invocations() map[string][][]interface{} { argument
64 func (fake *FakeHandler) recordInvocation(key string, args []interface{}) { argument
76 var _ http.Handler = new(FakeHandler)
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/admission/
H A Dchain_test.go29 type FakeHandler struct { struct
36 func (h *FakeHandler) Admit(ctx context.Context, a Attributes, o ObjectInterfaces) (err error) { argument
44 func (h *FakeHandler) Validate(ctx context.Context, a Attributes, o ObjectInterfaces) (err error) { argument
52 func makeHandler(name string, accept bool, ops ...Operation) *FakeHandler {
53 return &FakeHandler{
135 fake := h.(*FakeHandler)
156 fake := h.(*FakeHandler)
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/admission/
H A Dchain_test.go29 type FakeHandler struct { struct
36 func (h *FakeHandler) Admit(ctx context.Context, a Attributes, o ObjectInterfaces) (err error) { argument
44 func (h *FakeHandler) Validate(ctx context.Context, a Attributes, o ObjectInterfaces) (err error) { argument
52 func makeHandler(name string, accept bool, ops ...Operation) *FakeHandler {
53 return &FakeHandler{
135 fake := h.(*FakeHandler)
156 fake := h.(*FakeHandler)
/dports/net/gscloud/gscloud-0.11.0/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/security/vault/vault-1.8.2/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/k8s.io/client-go/client-go-0.16.8/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/k8s.io/client-go/client-go-12.0.0/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/misc/concourse/concourse-6.7.2/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/k8s.io/client-go/client-go-0.21.1/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/www/grafana8/grafana-8.3.6/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}
/dports/sysutils/terraform/terraform-1.0.11/vendor/k8s.io/client-go/util/testing/
H A Dfake_handler_test.go27 handler := FakeHandler{StatusCode: http.StatusOK}
49 handler := FakeHandler{StatusCode: http.StatusOK}
80 handler := FakeHandler{StatusCode: http.StatusOK}
105 handler := FakeHandler{StatusCode: http.StatusOK}
130 handler := FakeHandler{StatusCode: http.StatusOK}
157 handler := FakeHandler{StatusCode: http.StatusOK}

1234