/foundation/communication/ipc/services/dbinder/test/fuzztest/onbytesreceived_fuzzer/ |
H A D | onbytesreceived_fuzzer.cpp | 31 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in DoSomethingInterestingWithMyAPI() local
|
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/shutdown_fuzzer/ |
H A D | shutdown_fuzzer.cpp | 27 int32_t socketId = -1; in ShutdownTest() local
|
/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_remote_listener_unittest.cpp | 79 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 D | trans_network_statistics.h | 35 int32_t socketId; member
|
/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | comm_auth_info.cpp | 60 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 D | dbinder_session_object.cpp | 110 void DBinderSessionObject::SetSocketId(int32_t socketId) in SetSocketId() argument
|
H A D | databus_socket_listener.cpp | 153 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 D | client_trans_statistics.c | 108 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 D | dcamera_channel_source_impl.cpp | 87 int32_t socketId = softbusSess->BindSocketServer(); in CreateSession() local
|
H A D | dcamera_softbus_session.cpp | 339 int32_t socketId = DCameraSoftbusAdapter::GetInstance().CreateSoftBusSourceSocketClient(myDevId_, peerSessionName_, in BindSocketServer() local
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
H A D | softbus_handler_asset_test.cpp | 169 int32_t socketId = 0; in HWTEST_F() local
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_file_receive_listener.cpp | 89 void SoftBusFileReceiveListener::OnCopyReceiveBind(int32_t socketId, PeerSocketInfo info) in OnCopyReceiveBind() argument
|
H A D | softbus_asset_send_listener.cpp | 47 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 D | dhtransport_fuzzer.cpp | 42 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 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/ |
H A D | listen_fuzzer.cpp | 90 int32_t socketId = -1; in ListenTestWithSocketId() local 122 int32_t socketId = 1; in ListenTestWithQosInfo() local
|
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_socket_service_test.cpp | 63 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 D | dbinderdatabusinvoker_fuzzer.cpp | 100 int32_t socketId = *(reinterpret_cast<const int32_t*>(data)); in OnMessageAvailableTest() local
|
/foundation/communication/ipc/services/dbinder/dbinder_service/src/socket/ |
H A D | dbinder_remote_listener.cpp | 154 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 D | client_trans_statistics_test.cpp | 142 int32_t socketId = 1;
in HWTEST_F() local
|
/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | dbinder_base_invoker_process.h | 232 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 D | dbinder_base_invoker_interface.h | 25 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 D | ipc_binder_databus_invoker_unittest.cpp | 555 int32_t socketId = 1; in HWTEST_F() local
|
/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/ |
H A D | softbus_adapter.cpp | 129 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 D | softbusadapter_fuzzer.cpp | 194 int32_t socketId = softbusAdapter->OpenSoftbusSession(mySessionName, peerSessionName, peerDevId); in SoftbusOpenSoftbusSessionFuzzTest() local
|