Home
last modified time | relevance | path

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

/external/aws-crt-java/src/native/
Dclient_bootstrap.c59 …(*env)->CallVoidMethod(env, java_client_bootstrap, client_bootstrap_properties.onShutdownComplete); in s_client_bootstrap_shutdown_complete()
Djava_class_ids.h162 extern struct java_client_bootstrap_properties client_bootstrap_properties;
Djava_class_ids.c356 struct java_client_bootstrap_properties client_bootstrap_properties; variable
362client_bootstrap_properties.onShutdownComplete = (*env)->GetMethodID(env, cls, "onShutdownComplete… in s_cache_client_bootstrap()
363 AWS_FATAL_ASSERT(client_bootstrap_properties.onShutdownComplete); in s_cache_client_bootstrap()