Home
last modified time | relevance | path

Searched refs:complete_exceptionally_method_id (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/aws-crt-java/src/native/
H A Djava_class_ids.h335 jmethodID complete_exceptionally_method_id; member
H A Daws_signing.c143 completable_future_properties.complete_exceptionally_method_id, in s_complete_signing_exceptionally()
H A Djava_class_ids.c740 completable_future_properties.complete_exceptionally_method_id = in s_cache_completable_future()
742 AWS_FATAL_ASSERT(completable_future_properties.complete_exceptionally_method_id != NULL); in s_cache_completable_future()
H A Dmqtt5_client.c279 … env, *future, completable_future_properties.complete_exceptionally_method_id, crt_exception); in s_complete_future_with_exception()