Home
last modified time | relevance | path

Searched defs:on_done (Results 1 – 25 of 55) sorted by relevance

123

/external/grpc-grpc/test/core/promise/
Dactivity_test.cc104 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST() local
112 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST() local
120 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST() local
139 StrictMock<MockFunction<void(absl::Status)>> on_done; in TYPED_TEST() local
195 StrictMock<MockFunction<void(absl::Status)>> on_done; in TYPED_TEST() local
215 StrictMock<MockFunction<void(absl::Status)>> on_done; in TYPED_TEST() local
230 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST() local
258 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST() local
273 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST() local
298 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST() local
Dpipe_test.cc51 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
75 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
100 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
125 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
161 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
185 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
215 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
247 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
277 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
307 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
[all …]
Dlatch_test.cc36 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST() local
56 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST() local
83 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST() local
100 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST() local
Dfor_each_test.cc51 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
153 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
189 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
Dmap_pipe_test.cc69 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
109 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_client_windows.cc50 grpc_closure* on_done; member
87 grpc_closure* on_done = ac->on_done; in on_connect() local
126 static int64_t tcp_connect(grpc_closure* on_done, grpc_endpoint** endpoint, in tcp_connect()
Dresolve_address_posix.cc55 std::function<void(absl::StatusOr<std::vector<grpc_resolved_address>>)> in NativeDNSRequest()
84 std::function<void(absl::StatusOr<std::vector<grpc_resolved_address>>)> in LookupHostname()
Dresolve_address_impl.h35 std::function<void(absl::StatusOr<std::vector<grpc_resolved_address>>)> in DNSCallbackExecCtxScheduler()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/http/
Dhttpcli.cc72 Timestamp deadline, grpc_closure* on_done, grpc_http_response* response, in Get()
98 Timestamp deadline, grpc_closure* on_done, grpc_http_response* response, in Post()
122 Timestamp deadline, grpc_closure* on_done, grpc_http_response* response, in Put()
159 grpc_closure* on_done, grpc_polling_entity* pollent, const char* name, in HttpRequest()
/external/grpc-grpc/src/core/lib/http/
Dhttpcli.cc70 Timestamp deadline, grpc_closure* on_done, grpc_http_response* response, in Get()
96 Timestamp deadline, grpc_closure* on_done, grpc_http_response* response, in Post()
120 Timestamp deadline, grpc_closure* on_done, grpc_http_response* response, in Put()
157 grpc_closure* on_done, grpc_polling_entity* pollent, const char* name, in HttpRequest()
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_client_windows.cc50 grpc_closure* on_done; member
87 grpc_closure* on_done = ac->on_done; in on_connect() local
126 static int64_t tcp_connect(grpc_closure* on_done, grpc_endpoint** endpoint, in tcp_connect()
Dresolve_address_posix.cc55 std::function<void(absl::StatusOr<std::vector<grpc_resolved_address>>)> in NativeDNSRequest()
84 std::function<void(absl::StatusOr<std::vector<grpc_resolved_address>>)> in LookupHostname()
Dresolve_address_impl.h35 std::function<void(absl::StatusOr<std::vector<grpc_resolved_address>>)> in DNSCallbackExecCtxScheduler()
/external/grpc-grpc/test/core/transport/chaotic_good/
Dclient_transport_test.cc121 StrictMock<MockFunction<void()>> on_done; in TEST_F() local
204 StrictMock<MockFunction<void()>> on_done; in TEST_F() local
Dserver_transport_test.cc127 StrictMock<MockFunction<void()>> on_done; in TEST_F() local
/external/grpc-grpc/test/core/security/
Djwt_verifier_test.cc341 grpc_core::Timestamp /*deadline*/, grpc_closure* on_done, in httpcli_get_google_keys_for_email()
389 grpc_core::Timestamp /*deadline*/, grpc_closure* on_done, in httpcli_get_custom_keys_for_email()
425 grpc_closure* on_done, in httpcli_get_jwk_set()
437 grpc_closure* on_done, in httpcli_get_openid_config()
484 grpc_closure* on_done, in httpcli_get_bad_json()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/ext/gcp/
Denvironment_autodetect.cc137 absl::AnyInvocable<void(EnvironmentAutoDetect::ResourceType)> on_done, in EnvironmentAutoDetectHelper()
302 auto on_done = std::move(on_done_); in FetchMetadataServerAttributesAsynchronouslyLocked() local
/external/grpc-grpc/src/cpp/ext/gcp/
Denvironment_autodetect.cc135 absl::AnyInvocable<void(EnvironmentAutoDetect::ResourceType)> on_done, in EnvironmentAutoDetectHelper()
300 auto on_done = std::move(on_done_); in FetchMetadataServerAttributesAsynchronouslyLocked() local
/external/cronet/stable/net/tools/quic/
Dsynchronous_host_resolver.cc99 void ResolverThread::OnResolutionComplete(base::OnceClosure on_done, int rv) { in OnResolutionComplete()
/external/cronet/tot/net/tools/quic/
Dsynchronous_host_resolver.cc99 void ResolverThread::OnResolutionComplete(base::OnceClosure on_done, int rv) { in OnResolutionComplete()
/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.cc84 grpc_closure* on_done; member
115 std::function<void(absl::StatusOr<std::vector<grpc_resolved_address>>)> in FuzzerDNSRequest()
206 grpc_pollset_set* /*interested_parties*/, grpc_closure* on_done, in my_dns_lookup_ares()
/external/grpc-grpc/test/core/end2end/
Dgoaway_server_test.cc144 std::function<void(absl::StatusOr<std::vector<grpc_resolved_address>>)> in MakeDNSRequest()
173 grpc_pollset_set* interested_parties, grpc_closure* on_done, in my_dns_lookup_ares()
/external/grpc-grpc/test/core/transport/
Dpromise_endpoint_test.cc723 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
760 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
797 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
822 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
849 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
883 StrictMock<MockFunction<void(absl::Status)>> on_done; in TEST_F() local
/external/pandora/avatar/avatar/cases/
Dle_security_test.py264 def on_done(_: Any) -> None: function
Dsecurity_test.py325 def on_done(_: Any) -> None: function

123