| /foundation/communication/ipc/services/dbinder/test/unittest/ |
| D | dbinder_remote_listener_unittest.cpp | 79 int32_t socketId = 1; variable 97 int32_t socketId = -1; variable 115 int32_t socketId = INT_MAX; variable 134 int32_t socketId = 1; variable 148 int32_t socketId = 1; variable 162 int32_t socketId = -1; variable 176 int32_t socketId = -1; variable 191 int32_t socketId = 1; variable 206 int32_t socketId = 1; variable 234 int32_t socketId = 1; variable [all …]
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
| D | softbus_handler_asset.cpp | 99 int32_t socketId = Socket(serverInfo); in CreateAssetLocalSessionServer() local 134 int32_t socketId = it->second; in DeleteAssetLocalSessionServer() local 142 int32_t SoftBusHandlerAsset::AssetBind(const std::string &dstNetworkId, int32_t &socketId) in AssetBind() 182 int32_t SoftBusHandlerAsset::AssetSendFile(int32_t socketId, const std::string& sendFile, bool isSi… in AssetSendFile() 215 void SoftBusHandlerAsset::closeAssetBind(int32_t socketId) in closeAssetBind() 222 void SoftBusHandlerAsset::OnAssetRecvBind(int32_t socketId, const std::string &srcNetWorkId) in OnAssetRecvBind() 233 std::string SoftBusHandlerAsset::GetClientInfo(int32_t socketId) in GetClientInfo() 244 void SoftBusHandlerAsset::RemoveClientInfo(int32_t socketId) in RemoveClientInfo() 253 void SoftBusHandlerAsset::AddAssetObj(int32_t socketId, const sptr<AssetObj> &assetObj) in AddAssetObj() 264 sptr<AssetObj> SoftBusHandlerAsset::GetAssetObj(int32_t socketId) in GetAssetObj() [all …]
|
| D | softbus_asset_send_listener.cpp | 46 void SoftBusAssetSendListener::OnSendAssetFinished(int32_t socketId, const char **fileList, int32_t… in OnSendAssetFinished() 65 void SoftBusAssetSendListener::OnSendAssetError(int32_t socketId, in OnSendAssetError()
|
| D | softbus_asset_recv_listener.cpp | 79 void SoftbusAssetRecvListener::OnRecvAssetStart(int32_t socketId, const char **fileList, int32_t fi… in OnRecvAssetStart() 104 void SoftbusAssetRecvListener::OnRecvAssetFinished(int32_t socketId, const char **fileList, int32_t… in OnRecvAssetFinished() 144 void SoftbusAssetRecvListener::OnRecvAssetError(int32_t socketId, int32_t errorCode) in OnRecvAssetError() 239 int32_t SoftbusAssetRecvListener::HandleSingleFile(int32_t socketId, in HandleSingleFile() 261 int32_t SoftbusAssetRecvListener::HandleZipFile(int32_t socketId, in HandleZipFile()
|
| D | softbus_handler.cpp | 152 int32_t socketId = Socket(serverInfo); in CreateSessionServer() local 183 const std::string &peerDevId, int32_t &socketId) in OpenSession() 223 const std::string &peerDevId, int32_t &socketId) in CreatSocketId() 243 int32_t SoftBusHandler::CopySendFile(int32_t socketId, in CopySendFile() 357 void SoftBusHandler::RemoveNetworkId(int32_t socketId) in RemoveNetworkId() 408 for (auto socketId : socketIdList) { in CopyOnStop() local
|
| D | softbus_agent.cpp | 116 int32_t socketId = Socket(serverInfo); in JoinDomain() local 190 int32_t socketId = Socket(clientInfo); in OpenSession() local
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
| D | client_trans_socket_service_test.cpp | 63 int32_t socketId = -1; variable 97 int32_t socketId = -1; variable 126 int32_t socketId = -1; variable 156 int32_t socketId = -1; variable 193 int32_t socketId = Socket(info); variable
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/ |
| D | dh_transport.cpp | 56 int32_t DHTransport::OnSocketOpened(int32_t socketId, const PeerSocketInfo &info) in OnSocketOpened() 65 void DHTransport::OnSocketClosed(int32_t socketId, ShutdownReason reason) in OnSocketClosed() 77 void DHTransport::OnBytesReceived(int32_t socketId, const void *data, uint32_t dataLen) in OnBytesReceived() 316 bool DHTransport::IsDeviceSessionOpened(const std::string &remoteNetworkId, int32_t &socketId) in IsDeviceSessionOpened() 331 std::string DHTransport::GetRemoteNetworkIdBySocketId(int32_t socketId) in GetRemoteNetworkIdBySocketId() 358 int32_t socketId = -1; in StartSocket() local 396 int32_t socketId = -1; in StopSocket() local 414 int32_t socketId = -1; in Send() local
|
| /foundation/communication/ipc/ipc/native/src/core/source/ |
| D | comm_auth_info.cpp | 20 const std::string &deviceId, int32_t socketId) in CommAuthInfo() 60 void CommAuthInfo::SetRemoteSocketId(int32_t socketId) in SetRemoteSocketId()
|
| D | databus_socket_listener.cpp | 149 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(serverSocketInfo); in StartServerListener() local 208 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(socketInfo); in CreateClientSocket() local 233 void DatabusSocketListener::ShutdownSocket(int32_t socketId) in ShutdownSocket()
|
| D | dbinder_session_object.cpp | 110 void DBinderSessionObject::SetSocketId(int32_t socketId) in SetSocketId()
|
| /foundation/communication/ipc/ipc/native/src/mock/include/ |
| D | dbinder_base_invoker_object.h | 113 MessageParcel &data, uint32_t socketId, std::shared_ptr<T> sessionObject) in IRemoteObjectTranslateWhenSend() 163 MessageParcel &data, uint32_t socketId, std::shared_ptr<T> sessionObject) in IRemoteObjectTranslateWhenRcv() 217 …s T> std::shared_ptr<T> DBinderBaseInvoker<T>::GetSessionObject(uint32_t handle, uint32_t socketId) in GetSessionObject() 264 …l DBinderBaseInvoker<T>::TranslateRawData(char *dataBuffer, MessageParcel &data, uint32_t socketId) in TranslateRawData() 444 template <class T> void DBinderBaseInvoker<T>::StartProcessLoop(int32_t socketId, const char *buffe… in StartProcessLoop() 476 …> std::shared_ptr<ThreadMessageInfo> DBinderBaseInvoker<T>::MakeThreadMessageInfo(int32_t socketId) in MakeThreadMessageInfo()
|
| D | dbinder_base_invoker_process.h | 209 …MessageParcel &data, int32_t handle, int32_t socketId, uint64_t seqNum, int cmd, __u32 code, __u32… in ProcessNormalData() 232 std::shared_ptr<ThreadProcessInfo> DBinderBaseInvoker<T>::MakeThreadProcessInfo(int32_t socketId, c… in MakeThreadProcessInfo() 357 std::shared_ptr<dbinder_transaction_data> transData, int32_t socketId, int status) in MoveMessageParcel2TransData()
|
| /foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/ |
| D | dbinder_remote_listener.cpp | 154 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(socketInfo); in CreateClientSocket() local 207 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(serverSocketInfo); in StartListener() local 278 int32_t socketId = CreateClientSocket(networkId); in SendDataToRemote() local 304 int32_t socketId = GetPeerSocketId(networkId); in SendDataReply() local
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
| D | daemon_execute.cpp | 86 int32_t socketId; in ExecutePushAsset() local 166 int32_t socketId; in RequestSendFileInner() local 218 …auto socketId = SoftBusHandler::GetInstance().CreateSessionServer(IDaemon::SERVICE_NAME, sessionNa… in PrepareSessionInner() local 301 void DaemonExecute::HandlePushAssetFail(int32_t socketId, const sptr<AssetObj> &assetObj) in HandlePushAssetFail()
|
| /foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/dhtransport_fuzzer/ |
| D | dhtransport_fuzzer.cpp | 40 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in DhTransportOnBytesReceivedFuzzTest() local 79 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in DhTransportIsDeviceSessionOpenedFuzzTest() local 171 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in DhTransportOnSocketOpenedFuzzTest() local 190 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in DhTransportOnSocketClosedFuzzTest() local
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/shutdown_fuzzer/ |
| D | shutdown_fuzzer.cpp | 27 int32_t socketId = -1; in ShutdownTest() local
|
| /foundation/communication/ipc/services/dbinder/test/fuzztest/onbytesreceived_fuzzer/ |
| D | onbytesreceived_fuzzer.cpp | 31 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in DoSomethingInterestingWithMyAPI() local
|
| /foundation/communication/ipc/ipc/native/src/mock/source/ |
| D | dbinder_databus_invoker.cpp | 212 bool DBinderDatabusInvoker::OnReceiveNewConnection(int32_t socketId, int peerPid, int peerUid, in OnReceiveNewConnection() 269 void DBinderDatabusInvoker::OnRawDataAvailable(int32_t socketId, const char *data, uint32_t dataSiz… in OnRawDataAvailable() 302 void DBinderDatabusInvoker::OnMessageAvailable(int32_t socketId, const char *data, ssize_t len) in OnMessageAvailable() 338 int32_t socketId = sessionOfPeer->GetSocketId(); in OnSendMessage() local 353 int DBinderDatabusInvoker::SendData(std::shared_ptr<BufferObject> sessionBuff, int32_t socketId) in SendData() 405 int32_t socketId = session->GetSocketId(); in OnSendRawData() local 558 int32_t socketId = listener->CreateClientSocket(ownName, in UpdateClientSession() local 580 void DBinderDatabusInvoker::OnDatabusSessionClientSideClosed(int32_t socketId) in OnDatabusSessionClientSideClosed() 620 void DBinderDatabusInvoker::OnDatabusSessionServerSideClosed(int32_t socketId) in OnDatabusSessionServerSideClosed() 759 int DBinderDatabusInvoker::CheckAndSetCallerInfo(int32_t socketId, uint64_t stubIndex) in CheckAndSetCallerInfo()
|
| /foundation/communication/dsoftbus/sdk/transmission/trans_channel/statistics/src/ |
| D | client_trans_statistics.c | 107 void UpdateChannelStatistics(int32_t socketId, int64_t len) in UpdateChannelStatistics() 196 int32_t socketId; in DeleteSocketResourceByChannelId() local
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/bind_fuzzer/ |
| D | bind_fuzzer.cpp | 90 int32_t socketId = -1; in BindTestWithSocketId() local 122 int32_t socketId = 1; in BindTestWithQosInfo() local
|
| /foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/listen_fuzzer/ |
| D | listen_fuzzer.cpp | 90 int32_t socketId = -1; in ListenTestWithSocketId() local 122 int32_t socketId = 1; in ListenTestWithQosInfo() local
|
| /foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/ |
| D | daudio_input_test.cpp | 469 int32_t socketId = 1; variable 485 int32_t socketId = 1; variable 501 int32_t socketId = 1; variable 518 int32_t socketId = 1; variable
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
| D | softbus_handler_test.cpp | 187 int32_t socketId; variable 226 int32_t socketId; variable
|
| /foundation/communication/dsoftbus/core/common/dfx/interface/include/ |
| D | trans_network_statistics.h | 35 int32_t socketId; member
|