Home
last modified time | relevance | path

Searched refs:grpc_iomgr_cb_func (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dclosure.h49 typedef void (*grpc_iomgr_cb_func)(void* arg, grpc_error* error); typedef
77 grpc_iomgr_cb_func cb;
107 grpc_iomgr_cb_func cb, void* cb_arg,
111 grpc_iomgr_cb_func cb, void* cb_arg,
140 grpc_iomgr_cb_func cb;
147 grpc_iomgr_cb_func cb = wc->cb;
157 grpc_iomgr_cb_func cb, void* cb_arg,
160 inline grpc_closure* grpc_closure_create(grpc_iomgr_cb_func cb, void* cb_arg,
Dresource_quota.h150 grpc_resource_user* resource_user, grpc_iomgr_cb_func cb, void* p);
Dresource_quota.cc932 grpc_resource_user* resource_user, grpc_iomgr_cb_func cb, void* p) { in grpc_resource_user_slice_allocator_init()
/external/grpc-grpc/src/core/lib/transport/
Dtransport.h64 grpc_iomgr_cb_func cb, void* cb_arg,
72 grpc_iomgr_cb_func cb, void* cb_arg);
Dtransport.cc120 grpc_iomgr_cb_func cb, void* cb_arg,
125 grpc_iomgr_cb_func cb, void* cb_arg) {
/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h207 int initial_refs, grpc_iomgr_cb_func destroy, void* destroy_arg,
218 int initial_refs, grpc_iomgr_cb_func destroy,
Dchannel_stack.cc90 int initial_refs, grpc_iomgr_cb_func destroy, void* destroy_arg, in grpc_channel_stack_init()
153 int initial_refs, grpc_iomgr_cb_func destroy, in grpc_call_stack_init()
Dhandshaker.h152 grpc_iomgr_cb_func on_handshake_done, void* user_data);
Dchannel_stack_builder.h153 grpc_iomgr_cb_func destroy, void* destroy_arg, void** result);
Dhandshaker.cc299 grpc_iomgr_cb_func on_handshake_done, void* user_data) { in grpc_handshake_manager_do_handshake()
Dchannel_stack_builder.cc260 grpc_iomgr_cb_func destroy, void* destroy_arg, void** result) { in grpc_channel_stack_builder_finish()
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.h60 grpc_iomgr_cb_func cb,
Doauth2_credentials.cc358 grpc_iomgr_cb_func response_cb, grpc_millis deadline) { in compute_engine_fetch_oauth2()
409 grpc_iomgr_cb_func response_cb, grpc_millis deadline) { in refresh_token_fetch_oauth2()
/external/grpc-grpc/test/core/iomgr/
Dfd_posix_test.cc399 grpc_iomgr_cb_func cb_that_ran;