/foundation/ai/ai_engine/services/client/client_executor/source/ |
H A D | client_factory.cpp | 37 ClientFactory::ClientFactory() : clientId_(INVALID_CLIENT_ID), sessionId_(AIE_SESSION_ID_BEGIN) in ClientFactory() 60 clientId_, clientInfo.sessionId, retCode); in ClientInit() 66 clientInfo.clientId = clientId_; in ClientInit() 80 clientId_, clientInfo.sessionId); in ClientPrepare() 87 clientId_, clientInfo.sessionId); in ClientPrepare() 93 clientId_, clientInfo.sessionId, retCode); in ClientPrepare() 100 clientId_, clientInfo.sessionId, retCode); in ClientPrepare() 113 clientId_, clientInfo.sessionId); in ClientAsyncProcess() 123 clientId_, clientInfo.sessionId, retCode); in ClientAsyncProcess() 132 clientId_, clientInf in ClientDestroy() [all...] |
/foundation/ai/ai_engine/services/server/communication_adapter/source/ |
H A D | future_listener.cpp | 23 : handler_(handler), clientId_(clientId) in FutureListener() 48 HILOGE("[FutureListener][clientId:%d]Get response failed.", clientId_); in OnReply() 52 handler_->PushAsyncResponse(clientId_, response); in OnReply()
|
H A D | client_listener_handler.cpp | 36 : handler_(handler), clientId_(clientId), adapter_(adapter) in AsyncProcessWorker() 79 HILOGE("[ClientListenerHandler]Fail to get engine listener, clientId: %d.", clientId_); in OneAction() 89 HILOGI("[ClientListenerHandler]End to deal response, ret is %d, clientId: %d.", retCode, clientId_); in OneAction()
|
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_connection.h | 35 : clientId_(id_++), client_(client), taskExecutor_(taskExecutor) in TextInputConnection() 47 return clientId_; in GetClientId() 64 int32_t clientId_; member in OHOS::Ace::TextInputConnection
|
/foundation/arkui/ace_engine/adapter/preview/entrance/editing/ |
H A D | text_input_client_mgr.cpp | 28 TextInputClientMgr::TextInputClientMgr() : clientId_(IME_CLIENT_ID_NONE), currentConnection_(nullptr) in TextInputClientMgr() 41 clientId_ = clientId; in SetClientId() 51 return clientId_ != IME_CLIENT_ID_NONE; in IsValidClientId() 89 if (!currentConnection_ || currentConnection_->GetClientId() != clientId_) { in UpdateEditingValue() 112 if (!currentConnection_ || currentConnection_->GetClientId() != clientId_) { in PerformAction()
|
H A D | text_input_client_mgr.h | 43 int32_t clientId_; member in OHOS::Ace::Platform::TextInputClientMgr
|
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/src/ |
H A D | local_socket_server_context.cpp | 197 return (pManagerInfo != nullptr) ? pManagerInfo->GetAcceptFd(clientId_) : -1; in GetAcceptFd() 207 return clientId_; in GetClientId() 212 clientId_ = clientId; in SetClientId() 229 return clientId_; in GetClientId() 234 clientId_ = clientId; in SetClientId() 260 return clientId_; in GetClientId() 265 clientId_ = clientId; in SetClientId()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt_client.cpp | 125 clientId_ = clientId; in GattClientCallbackWrapper() 136 clientId_, connectionState, ret); 138 HILOGI("GattcOnConnectionStateChanged Connected, clientId: %{public}d", clientId_); 140 appCallback_->ConnectionStateCb(clientId_, connectionState, GetGattcResult(ret)); 151 "timeout: %{public}d", clientId_, status, interval, latency, timeout); 152 appCallback_->connectParaUpdateCb(clientId_, interval, latency, timeout, GetGattcResult(status)); 162 HILOGI("GattcOnServicesDiscovered complete, clientId: %{public}d, status: %{public}d", clientId_, status); 163 appCallback_->searchServiceCompleteCb(clientId_, GetGattcResult(status)); 187 clientId_, ret, characData.dataLen); 190 appCallback_->readCharacteristicCb(clientId_, 326 int clientId_; global() member in OHOS::Bluetooth::GattClientCallbackWrapper [all...] |
/foundation/communication/netstack/frameworks/js/napi/tls/src/ |
H A D | tlssocketserver_module.cpp | 80 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID);
in Send() 91 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID);
in Close() 102 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID);
in GetRemoteAddress() 113 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID);
in GetLocalAddress() 126 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID);
137 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID);
149 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID);
|
H A D | tlssocketserver_exec.cpp | 101 tlsSocketServer->GetCipherSuite(context->clientId_, in ExecGetCipherSuites() 127 context->clientId_, [&context](int32_t errorNumber, const TlsSocket::X509CertRawData &cert) { in ExecGetRemoteCertificate() 176 context->clientId_, [&context](int32_t errorNumber, const std::vector<std::string> &algorithms) { in ExecGetSignatureAlgorithms() 201 int client_id = context->clientId_; in ExecSend() 227 tlsSocketServer->Close(context->clientId_, [&context](int32_t errorNumber) { in ExecClose() 275 tlsSocketServer->GetRemoteAddress(context->clientId_, in ExecGetRemoteAddress() 353 tlsSocketServer->GetLocalAddress(context->clientId_, in ExecConnectionGetLocalAddress() 597 int client_id = context->clientId_; in ExecConnectionSend()
|
/foundation/communication/netstack/frameworks/js/napi/socket/async_context/include/ |
H A D | local_socket_server_context.h | 40 int clientId_ = 0; member 119 auto res = acceptFds_.emplace(++clientId_, accpetFd); in AddAccept() 120 return res.second ? clientId_ : -1; in AddAccept() 269 int clientId_ = 0; member in OHOS::NetStack::Socket::final 310 int clientId_ = 0; member in OHOS::NetStack::Socket::final 321 int clientId_ = 0; member in OHOS::NetStack::Socket::final
|
H A D | tcp_server_send_context.h | 44 int32_t clientId_ = 0; member in OHOS::NetStack::Socket::final
|
H A D | tcp_server_common_context.h | 50 int32_t clientId_ = 0; member in OHOS::NetStack::Socket::TcpServerCommonContext
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/ |
H A D | local_socket_exec.h | 99 : clientId_(clientId), serverManager_(serverManager) in LocalSocketConnectionData() 103 int32_t clientId_ = 0; member
|
/foundation/ai/ai_engine/services/server/communication_adapter/include/ |
H A D | future_listener.h | 42 int clientId_; member in OHOS::AI::FutureListener
|
H A D | client_listener_handler.h | 49 int clientId_; member in OHOS::AI::AsyncProcessWorker
|
/foundation/communication/netstack/frameworks/js/napi/tls/include/context/ |
H A D | tls_server_send_context.h | 40 int32_t clientId_ = 0; member in OHOS::NetStack::TlsSocketServer::final
|
H A D | tls_server_close_context.h | 38 int32_t clientId_ = 0; member in OHOS::NetStack::TlsSocketServer::final
|
H A D | tls_server_napi_context.h | 40 int32_t clientId_ = 0; member in OHOS::NetStack::TlsSocketServer::final
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_client.cpp | 33 OBEX_LOG_INFO("ClientId: %{public}s", obexClient_.clientId_.c_str()); in OnTransportConnected() 652 if (clientId_.empty()) { in GetClientId() 653 clientId_ = (clientTransport_ == nullptr) ? "" : clientTransport_->GetTransportKey(); in GetClientId() 655 return clientId_; in GetClientId()
|
H A D | obex_client.h | 317 std::string clientId_ = ""; member in OHOS::bluetooth::ObexClient
|
/foundation/ai/ai_engine/services/client/client_executor/include/ |
H A D | client_factory.h | 167 int clientId_ {INVALID_CLIENT_ID};
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_module/src/ |
H A D | socket_module.cpp | 760 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID); 771 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID); 782 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID); 793 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID);
|
/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/ |
H A D | socket_exec.cpp | 1623 auto iter = g_clientFDs.find(context->clientId_); in ExecTcpConnectionGetRemoteAddress() 1664 auto iter = g_clientFDs.find(context->clientId_); in ExecTcpConnectionGetLocalAddress() 1743 auto iter = g_clientFDs.find(context->clientId_); in ExecTcpConnectionSend() 1784 auto iter = g_clientFDs.find(context->clientId_); in ExecTcpConnectionClose() 2268 NETSTACK_LOGI("Close tcp socket, clientId:%{public}d", context->clientId_); in TcpConnectionCloseCallback() 2269 RemoveClientConnection(context->clientId_); in TcpConnectionCloseCallback()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_service_data.cpp | 256 clientId_ = clientId; in SetClientId() 261 return clientId_; in GetClientId()
|