Home
last modified time | relevance | path

Searched defs:socketId (Results 1 - 25 of 42) sorted by relevance

12

/foundation/communication/ipc/services/dbinder/test/fuzztest/onbytesreceived_fuzzer/
H A Donbytesreceived_fuzzer.cpp31 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/shutdown_fuzzer/
H A Dshutdown_fuzzer.cpp27 int32_t socketId = -1; in ShutdownTest() local
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_remote_listener_unittest.cpp79 int32_t socketId = 1; in HWTEST_F() local
97 int32_t socketId = -1; in HWTEST_F() local
115 int32_t socketId = INT_MAX; in HWTEST_F() local
134 int32_t socketId = 1; in HWTEST_F() local
148 int32_t socketId in HWTEST_F() local
162 int32_t socketId = -1; HWTEST_F() local
176 int32_t socketId = -1; HWTEST_F() local
191 int32_t socketId = 1; HWTEST_F() local
206 int32_t socketId = 1; HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/common/dfx/interface/include/
H A Dtrans_network_statistics.h35 int32_t socketId; member
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dcomm_auth_info.cpp60 void CommAuthInfo::SetRemoteSocketId(int32_t socketId) in SetRemoteSocketId() argument
19 CommAuthInfo(IRemoteObject *stub, int pid, int uid, uint32_t tokenId, const std::string &deviceId, int32_t socketId) CommAuthInfo() argument
H A Ddbinder_session_object.cpp110 void DBinderSessionObject::SetSocketId(int32_t socketId) in SetSocketId() argument
H A Ddatabus_socket_listener.cpp153 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(serverSocketInfo); in StartServerListener() local
212 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(socketInfo); CreateClientSocket() local
237 ShutdownSocket(int32_t socketId) ShutdownSocket() argument
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/statistics/src/
H A Dclient_trans_statistics.c108 void UpdateChannelStatistics(int32_t socketId, int64_t len) in UpdateChannelStatistics() argument
197 int32_t socketId; DeleteSocketResourceByChannelId() local
[all...]
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_channel_source_impl.cpp87 int32_t socketId = softbusSess->BindSocketServer(); in CreateSession() local
H A Ddcamera_softbus_session.cpp339 int32_t socketId = DCameraSoftbusAdapter::GetInstance().CreateSoftBusSourceSocketClient(myDevId_, peerSessionName_, in BindSocketServer() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_handler_asset_test.cpp169 int32_t socketId = 0; in HWTEST_F() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_receive_listener.cpp89 void SoftBusFileReceiveListener::OnCopyReceiveBind(int32_t socketId, PeerSocketInfo info) in OnCopyReceiveBind() argument
H A Dsoftbus_asset_send_listener.cpp47 void SoftBusAssetSendListener::OnSendAssetFinished(int32_t socketId, const char **fileList, int32_t fileCnt) in OnSendAssetFinished() argument
67 void SoftBusAssetSendListener::OnSendAssetError(int32_t socketId, in OnSendAssetError() argument
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/fuzztest/dhtransport_fuzzer/
H A Ddhtransport_fuzzer.cpp42 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in DhTransportOnBytesReceivedFuzzTest() local
68 int32_t socketId = 0; in DhTransportIsDeviceSessionOpenedFuzzTest() local
131 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in DhTransportOnSocketOpenedFuzzTest() local
150 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in DhTransportOnSocketClosedFuzzTest() local
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/bind_fuzzer/
H A 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/
H A Dlisten_fuzzer.cpp90 int32_t socketId = -1; in ListenTestWithSocketId() local
122 int32_t socketId = 1; in ListenTestWithQosInfo() local
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_socket_service_test.cpp63 int32_t socketId = -1; in HWTEST_F() local
97 int32_t socketId = -1; in HWTEST_F() local
126 int32_t socketId = -1; HWTEST_F() local
156 int32_t socketId = -1; HWTEST_F() local
193 int32_t socketId = Socket(info); HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/native/test/fuzztest/mock/dbinderdatabusinvoker_fuzzer/
H A Ddbinderdatabusinvoker_fuzzer.cpp100 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in OnMessageAvailableTest() local
/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/
H A Ddbinder_remote_listener.cpp154 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(socketInfo); in CreateClientSocket() local
207 int32_t socketId = DBinderSoftbusClient::GetInstance().Socket(serverSocketInfo); StartListener() local
278 int32_t socketId = CreateClientSocket(networkId); SendDataToRemote() local
304 int32_t socketId = GetPeerSocketId(networkId); SendDataReply() local
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/statistics/
H A Dclient_trans_statistics_test.cpp142 int32_t socketId = 1; in HWTEST_F() local
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_process.h232 std::shared_ptr<ThreadProcessInfo> DBinderBaseInvoker<T>::MakeThreadProcessInfo(int32_t socketId, const char *inBuffer, in MakeThreadProcessInfo() argument
208 ProcessNormalData(std::shared_ptr<T> sessionObject, MessageParcel &data, int32_t handle, int32_t socketId, uint64_t seqNum, int cmd, __u32 code, __u32 flags, int status) ProcessNormalData() argument
356 MoveMessageParcel2TransData(MessageParcel &data, std::shared_ptr<T> sessionObject, std::shared_ptr<dbinder_transaction_data> transData, int32_t socketId, int status) MoveMessageParcel2TransData() argument
[all...]
H A Ddbinder_base_invoker_interface.h25 std::shared_ptr<T> DBinderBaseInvoker<T>::WriteTransaction(int cmd, uint32_t flags, int32_t handle, int32_t socketId, in WriteTransaction() argument
[all...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp555 int32_t socketId = 1; in HWTEST_F() local
/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp129 int32_t socketId = Socket(serverInfo); in CreateSoftbusSessionServer() local
199 int32_t socketId = Socket(clientInfo); in OpenSoftbusSession() local
[all...]
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp194 int32_t socketId = softbusAdapter->OpenSoftbusSession(mySessionName, peerSessionName, peerDevId); in SoftbusOpenSoftbusSessionFuzzTest() local

Completed in 15 milliseconds

12