Home
last modified time | relevance | path

Searched defs:client_id (Results 1 – 25 of 110) sorted by relevance

12345

/external/autotest/site_utils/tester_feedback/
Dfeedback_delegate.py24 def _get_client(self, client_id): argument
56 def new_client(self, client_id): argument
78 def delete_client(self, client_id): argument
89 def new_query(self, client_id, query_id, query_num): argument
110 def query_call(self, client_id, query_num, query_method, kwargs_dict): argument
/external/cronet/components/metrics/structured/
Dneutrino_logging.cc30 void NeutrinoDevicesLogWithClientId(const std::string& client_id, in NeutrinoDevicesLogWithClientId()
38 void NeutrinoDevicesLogPolicy(const std::string& client_id, in NeutrinoDevicesLogPolicy()
50 const std::string& client_id, in NeutrinoDevicesLogClientIdCleared()
64 const std::string& client_id, in NeutrinoDevicesLogClientIdChanged()
Dneutrino_logging_util.cc18 const std::string client_id = in NeutrinoDevicesLogWithLocalState() local
33 const std::string client_id = in NeutrinoDevicesLogEnrollmentWithLocalState() local
/external/perfetto/include/perfetto/ext/ipc/
Dclient_info.h31 ClientInfo(ClientID client_id, uid_t uid, pid_t pid) in ClientInfo()
48 ClientID client_id() const { return client_id_; } in client_id() function
/external/python/google-auth-library-python/google/oauth2/
D_reauth_async.py209 request, client_id, client_secret, refresh_token, token_uri, scopes=None argument
249 client_id, argument
Dreauth.py236 request, client_id, client_secret, refresh_token, token_uri, scopes=None argument
276 client_id, argument
/external/python/oauth2client/tests/data/gcloud/
Dapplication_default_credentials_authorized_user.json2 "client_id": "123", string
Dapplication_default_credentials.json5 "client_id": "123", string
Dapplication_default_credentials_malformed_2.json3 "client_id": "123", string
/external/python/google-auth-library-python/tests/data/
Dauthorized_user.json2 "client_id": "123", string
Dauthorized_user_cloud_sdk.json2 "client_id": "764086051850-6qr4p6gpi6hn506pt8ejuq83di341hur.apps.googleusercontent.com", string
Dauthorized_user_cloud_sdk_with_quota_project_id.json2 "client_id": "764086051850-6qr4p6gpi6hn506pt8ejuq83di341hur.apps.googleusercontent.com", string
Dauthorized_user_with_rapt_token.json2 "client_id": "123", string
/external/tensorflow/tensorflow/core/platform/cloud/testdata/
Dapplication_default_credentials.json2 "client_id": "fake-client-id.apps.googleusercontent.com", string
/external/perfetto/src/ipc/
Dhost_impl.cc161 ClientID client_id = ++last_client_id_; in OnNewIncomingConnection() local
262 ClientID client_id = client->id; in OnInvokeMethod() local
284 void HostImpl::ReplyToMethodInvocation(ClientID client_id, in ReplyToMethodInvocation()
343 ClientID client_id = it->second->id; in OnDisconnect() local
/external/python/oauth2client/tests/data/
Dunfilled_client_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/urlshortener/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/plus/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/coordinate/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/tests/data/
Dunfilled_client_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/analytics/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/adexchangeseller/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/prediction/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/searchconsole/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string
/external/python/google-api-python-client/samples/blogger/
Dclient_secrets.json3 "client_id": "[[INSERT CLIENT ID HERE]]", string

12345