Home
last modified time | relevance | path

Searched defs:on_completion (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pigweed/pw_transfer/
H A Dclient.cc27 CompletionFunc&& on_completion, in Read()
74 CompletionFunc&& on_completion, in Write()
H A Dtransfer_thread.cc114 Function<void(Status)>&& on_completion, in StartTransfer()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/generic/
H A Dgeneric_stub.h95 std::function<void(grpc::Status)> on_completion) { in UnaryCall()
126 std::function<void(grpc::Status)> on_completion) { in UnaryCallInternal()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/generic/
Dgeneric_stub.h95 std::function<void(grpc::Status)> on_completion) { in UnaryCall()
126 std::function<void(grpc::Status)> on_completion) { in UnaryCallInternal()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/generic/
Dgeneric_stub.h95 std::function<void(grpc::Status)> on_completion) { in UnaryCall()
126 std::function<void(grpc::Status)> on_completion) { in UnaryCallInternal()
/aosp_15_r20/external/pigweed/pw_transfer/public/pw_transfer/internal/
H A Dclient_context.h30 void set_on_completion(Function<void(Status)>&& on_completion) { in set_on_completion()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dremote_name_request.cc229 CompletionCallback on_completion, in StartRemoteNameRequest()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dclient_callback.h54 std::function<void(grpc::Status)> on_completion) { in CallbackUnaryCall()
70 std::function<void(grpc::Status)> on_completion) { in CallbackUnaryCallImpl()
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dclient_callback.h55 std::function<void(grpc::Status)> on_completion) { in CallbackUnaryCall()
71 std::function<void(grpc::Status)> on_completion) { in CallbackUnaryCallImpl()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dclient_callback.h54 std::function<void(grpc::Status)> on_completion) { in CallbackUnaryCall()
70 std::function<void(grpc::Status)> on_completion) { in CallbackUnaryCallImpl()
/aosp_15_r20/external/python/cpython2/Modules/
Dreadline.c846 on_completion(const char *text, int state) in on_completion() function
/aosp_15_r20/external/python/cpython3/Modules/
Dreadline.c1111 on_completion(const char *text, int state) in on_completion() function