Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/gs/
Dgstgssrc.cpp83 gchar* service_account_credentials; member
212 src->service_account_credentials = NULL; in gst_gs_src_init()
228 g_free(src->service_account_credentials); in gst_gs_src_finalize()
229 src->service_account_credentials = NULL; in gst_gs_src_finalize()
325 const gchar* service_account_credentials) { in gst_gs_src_set_service_account_credentials() argument
336 g_free(src->service_account_credentials); in gst_gs_src_set_service_account_credentials()
337 src->service_account_credentials = NULL; in gst_gs_src_set_service_account_credentials()
339 if (service_account_credentials) in gst_gs_src_set_service_account_credentials()
340 src->service_account_credentials = g_strdup(service_account_credentials); in gst_gs_src_set_service_account_credentials()
393 g_value_set_string(value, src->service_account_credentials); in gst_gs_src_get_property()
[all …]
Dgstgscommon.cpp61 const gchar* service_account_credentials, in gst_gs_create_client() argument
63 if (service_account_email || service_account_credentials) { in gst_gs_create_client()
65 if (service_account_credentials) { in gst_gs_create_client()
67 service_account_credentials, in gst_gs_create_client()
Dgstgssink.cpp125 gchar* service_account_credentials; member
361 sink->service_account_credentials = NULL; in gst_gs_sink_init()
381 g_free(sink->service_account_credentials); in gst_gs_sink_finalize()
382 sink->service_account_credentials = NULL; in gst_gs_sink_finalize()
471 g_free(sink->service_account_credentials); in gst_gs_sink_set_property()
472 sink->service_account_credentials = g_strdup(g_value_get_string(value)); in gst_gs_sink_set_property()
524 g_value_set_string(value, sink->service_account_credentials); in gst_gs_sink_get_property()
557 sink->service_account_email, sink->service_account_credentials, &err); in gst_gs_sink_start()
Dgstgscommon.h33 const gchar* service_account_credentials,
/third_party/grpc/tools/remote_build/
Dmanual.bazelrc24 # unless overridden by --google_credentials=service_account_credentials.json