Home
last modified time | relevance | path

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

/aosp_15_r20/external/aws-crt-java/src/native/
H A Dmqtt5_client.c272 static void s_complete_future_with_exception(JNIEnv *env, jobject *future, int error_code) { in s_complete_future_with_exception() function
732 s_complete_future_with_exception(env, &jni_publish_future, exception_error_code); in s_aws_mqtt5_client_java_publish_completion()
886 s_complete_future_with_exception(env, &jni_subscribe_future, exception_error_code); in s_aws_mqtt5_client_java_subscribe_completion()
1035 s_complete_future_with_exception(env, &jni_unsubscribe_future, exception_error_code); in s_aws_mqtt5_client_java_unsubscribe_completion()
1220 s_complete_future_with_exception( in Java_software_amazon_awssdk_crt_mqtt5_Mqtt5Client_mqtt5ClientInternalPublish()
1302 s_complete_future_with_exception( in Java_software_amazon_awssdk_crt_mqtt5_Mqtt5Client_mqtt5ClientInternalSubscribe()
1388 s_complete_future_with_exception( in Java_software_amazon_awssdk_crt_mqtt5_Mqtt5Client_mqtt5ClientInternalUnsubscribe()