Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_arena.cc71 Status CachedSharedMemory::AllocateSharedMemory(int32_t client_id, size_t sz, void **p) { in AllocateSharedMemory()
89 void CachedSharedMemory::DeallocateSharedMemory(int32_t client_id, void *p) { in DeallocateSharedMemory()
Dcache_grpc.proto39 int32 client_id = 5; field
Dcache_server.cc187 int32_t client_id; in CreateService() local
327 auto client_id = rq->client_id(); in FastCacheRow() local
488 auto client_id = rq->client_id(); in BatchFetchRows() local
749 auto client_id = rq->client_id(); in ConnectReset() local
764 auto client_id = rq->client_id(); in BatchCacheRows() local
1115 auto client_id = rq->client_id(); in AllocateSharedMemory() local
1133 auto client_id = rq->client_id(); in FreeSharedMemory() local
1215 Status CacheServer::AllocateSharedMemory(int32_t client_id, size_t sz, void **p) { in AllocateSharedMemory()
1219 void CacheServer::DeallocateSharedMemory(int32_t client_id, void *p) { shm_->DeallocateSharedMemory… in DeallocateSharedMemory()
Dcache_request.h173 explicit FreeSharedBlockRequest(connection_id_type connection_id, int32_t client_id, int64_t addr) in FreeSharedBlockRequest()
437 …explicit AllocateSharedBlockRequest(connection_id_type connection_id, int32_t client_id, size_t re… in AllocateSharedBlockRequest()
478 explicit ConnectResetRequest(connection_id_type connection_id, int32_t client_id) in ConnectResetRequest()
/third_party/flutter/engine/flutter/shell/platform/common/cpp/
Dtext_input_model.h79 int client_id() const { return client_id_; } in client_id() function
Dtext_input_model.cc31 TextInputModel::TextInputModel(int client_id, const rapidjson::Value& config) in TextInputModel()
/third_party/grpc/src/core/lib/security/credentials/jwt/
Djson_token.h38 char* client_id; member
/third_party/grpc/examples/python/data_transmission/
Ddemo.proto36 int64 client_id = 1; field
/third_party/flutter/skia/third_party/externals/sdl/test/nacl/
Dmanifest.json18 "client_id": "903965034255.apps.googleusercontent.com", string
/third_party/ltp/testcases/kernel/sound/
Dsnd_seq01.c27 static int client_id; variable
/third_party/grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.h39 char* client_id; member
/third_party/libwebsockets/lib/roles/mqtt/client/
Dclient-mqtt.c45 lws_mqtt_generate_id(struct lws* wsi, lws_mqtt_str_t **ms, const char *client_id) in lws_mqtt_generate_id()
/third_party/grpc/src/core/lib/security/credentials/external/
Dexternal_account_credentials.h47 std::string client_id; member
/third_party/flutter/engine/flutter/shell/platform/glfw/
Dtext_input_plugin.cc142 int client_id = client_id_json.GetInt(); in HandleMethodCall() local
/third_party/flutter/engine/flutter/shell/platform/windows/
Dtext_input_plugin.cc143 int client_id = client_id_json.GetInt(); in HandleMethodCall() local
/third_party/lwip/src/include/lwip/apps/
Dmqtt.h70 const char *client_id; member
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-xsmp.c112 char t[256], *vendor, *client_id; in pa__init() local
/third_party/curl/lib/
Dmqtt.c204 static int add_client_id(const char *client_id, const size_t client_id_len, in add_client_id()
257 char client_id[MQTT_CLIENTID_LEN + 1] = "curl"; in mqtt_connect() local
/third_party/ffmpeg/libavformat/
Drtmphttp.c44 char client_id[64]; ///< client ID used for all requests except the first one member
/third_party/mesa3d/src/glx/apple/
Dappledri.c245 XAppleDRICreateSurface(dpy, screen, drawable, client_id, key, uid) in XAppleDRICreateSurface() argument
/third_party/curl/tests/server/
Dmqttd.c503 char client_id[MAX_CLIENT_ID_LENGTH]; in mqttit() local
/third_party/libwebsockets/include/libwebsockets/
Dlws-mqtt.h69 const char *client_id; /* Client ID */ member
/third_party/ntfs-3g/include/ntfs-3g/
Dlogfile.h392 LOG_CLIENT_ID client_id; member