Searched refs:aws_jni_string_from_cursor (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/aws-crt-java/src/native/ |
H A D | mqtt5_utils.c | 132 jstring jni_string = aws_jni_string_from_cursor(env, native_cursor); in s_set_jni_string_field_in_packet() 201 jstring jni_new_property_name = aws_jni_string_from_cursor(env, &property->name); in s_set_user_properties_field() 202 jstring jni_new_property_value = aws_jni_string_from_cursor(env, &property->value); in s_set_user_properties_field() 566 jstring jni_assigned_client_id = aws_jni_string_from_cursor(env, &client_id_storage_cursor); in s_aws_mqtt5_client_create_jni_negotiated_settings_from_native() 610 jstring jni_topic = aws_jni_string_from_cursor(env, &publish->topic); in s_aws_mqtt5_client_create_jni_publish_packet_from_native()
|
H A D | directory_traversal.c | 31 jstring path = aws_jni_string_from_cursor(env, &entry->path); in s_on_directory_entry() 32 jstring relativePath = aws_jni_string_from_cursor(env, &entry->relative_path); in s_on_directory_entry()
|
H A D | s3_client.c | 176 jstring jni_host = aws_jni_string_from_cursor(env, &s3express_properties->host); in s_s3express_get_creds_java() 177 jstring jni_region = aws_jni_string_from_cursor(env, &s3express_properties->region); in s_s3express_get_creds_java() 1204 jstring upload_id_jni = aws_jni_string_from_cursor(env, &upload_id_cur); in Java_software_amazon_awssdk_crt_s3_S3MetaRequest_s3MetaRequestPause()
|
H A D | crt.h | 116 jstring aws_jni_string_from_cursor(JNIEnv *env, const struct aws_byte_cursor *native_data);
|
H A D | crt.c | 657 jstring aws_jni_string_from_cursor(JNIEnv *env, const struct aws_byte_cursor *native_data) { in aws_jni_string_from_cursor() function
|
H A D | aws_signing.c | 287 jstring header_name = aws_jni_string_from_cursor(env, name); in s_should_sign_header()
|
H A D | mqtt_connection.c | 831 jstring jni_topic = aws_jni_string_from_cursor(env, topic); in s_on_subscription_delivered()
|