Home
last modified time | relevance | path

Searched defs:socketId (Results 1 – 25 of 41) sorted by relevance

12

/foundation/communication/ipc/services/dbinder/test/unittest/
Ddbinder_remote_listener_unittest.cpp79 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/
Dsoftbus_handler_asset.cpp99 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 …]
Dsoftbus_asset_send_listener.cpp46 void SoftBusAssetSendListener::OnSendAssetFinished(int32_t socketId, const char **fileList, int32_t… in OnSendAssetFinished()
65 void SoftBusAssetSendListener::OnSendAssetError(int32_t socketId, in OnSendAssetError()
Dsoftbus_asset_recv_listener.cpp79 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()
Dsoftbus_handler.cpp152 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
Dsoftbus_agent.cpp116 int32_t socketId = Socket(serverInfo); in JoinDomain() local
190 int32_t socketId = Socket(clientInfo); in OpenSession() local
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
Dclient_trans_socket_service_test.cpp63 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/
Ddh_transport.cpp56 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/
Dcomm_auth_info.cpp20 const std::string &deviceId, int32_t socketId) in CommAuthInfo()
60 void CommAuthInfo::SetRemoteSocketId(int32_t socketId) in SetRemoteSocketId()
Ddatabus_socket_listener.cpp149 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()
Ddbinder_session_object.cpp110 void DBinderSessionObject::SetSocketId(int32_t socketId) in SetSocketId()
/foundation/communication/ipc/ipc/native/src/mock/include/
Ddbinder_base_invoker_object.h113 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()
Ddbinder_base_invoker_process.h209 …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/
Ddbinder_remote_listener.cpp154 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/
Ddaemon_execute.cpp86 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/
Ddhtransport_fuzzer.cpp40 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/
Dshutdown_fuzzer.cpp27 int32_t socketId = -1; in ShutdownTest() local
/foundation/communication/ipc/services/dbinder/test/fuzztest/onbytesreceived_fuzzer/
Donbytesreceived_fuzzer.cpp31 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/communication/ipc/ipc/native/src/mock/source/
Ddbinder_databus_invoker.cpp212 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/
Dclient_trans_statistics.c107 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/
Dbind_fuzzer.cpp90 int32_t socketId = -1; in BindTestWithSocketId() local
122 int32_t socketId = 1; in BindTestWithQosInfo() local
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/listen_fuzzer/
Dlisten_fuzzer.cpp90 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/
Ddaudio_input_test.cpp469 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/
Dsoftbus_handler_test.cpp187 int32_t socketId; variable
226 int32_t socketId; variable
/foundation/communication/dsoftbus/core/common/dfx/interface/include/
Dtrans_network_statistics.h35 int32_t socketId; member

12