Home
last modified time | relevance | path

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

12

/base/useriam/user_auth_framework/test/unittest/services/src/
Dsoft_bus_base_socket_test.cpp62 BaseSocketTest::BaseSocketTest(const int32_t socketId) in BaseSocketTest()
77 void BaseSocketTest::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind()
82 void BaseSocketTest::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
87 void BaseSocketTest::OnBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnBytes()
92 void BaseSocketTest::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos()
110 int32_t socketId = 1; variable
122 int32_t socketId = 1; variable
131 int32_t socketId = 1; variable
151 int32_t socketId = 1; variable
171 int32_t socketId = 1; variable
[all …]
Dsoft_bus_server_socket_test.cpp55 ServerSocketTest::ServerSocketTest(const int32_t socketId) in ServerSocketTest()
64 void ServerSocketTest::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind()
77 int32_t socketId = 1; variable
86 int32_t socketId = 1; variable
99 int32_t socketId = 1; variable
114 int32_t socketId = 1; variable
125 int32_t socketId = 1; variable
136 int32_t socketId = 1; variable
150 int32_t socketId = 1; variable
165 int32_t socketId = 1; variable
[all …]
Dsoft_bus_client_socket_test.cpp52 ClientSocketTest::ClientSocketTest(const int32_t socketId) in ClientSocketTest()
63 int32_t socketId = -1; variable
76 int32_t socketId = 1; variable
86 int32_t socketId = 1; variable
98 int32_t socketId = 1; variable
107 int32_t socketId = 1; variable
Dsoft_bus_manager_test.cpp85 int32_t socketId = 100; variable
132 int32_t socketId = 100; variable
152 int32_t socketId = 100; variable
173 int32_t socketId = 100; variable
184 int32_t socketId = 100; variable
194 int32_t socketId = -2; variable
205 int32_t socketId = -2; variable
/base/useriam/user_auth_framework/services/remote_connect/src/
Dsoft_bus_server_socket.cpp24 ServerSocket::ServerSocket(const int32_t socketId) in ServerSocket()
34 int32_t socketId = GetSocketIdByClientConnectionName(connectionName); in SendMessage() local
51 void ServerSocket::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind()
68 void ServerSocket::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
79 void ServerSocket::OnBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnBytes()
107 void ServerSocket::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos()
112 void ServerSocket::AddServerSocket(const int32_t socketId, const std::string &networkId) in AddServerSocket()
126 void ServerSocket::DeleteServerSocket(const int32_t socketId) in DeleteServerSocket()
138 std::string ServerSocket::GetNetworkIdBySocketId(int32_t socketId) in GetNetworkIdBySocketId()
151 void ServerSocket::AddClientConnection(const int32_t socketId, const std::string &connectionName) in AddClientConnection()
[all …]
Dsoft_bus_socket_listener.cpp28 bool SoftBusSocketListener::OnNegotiate(int32_t socketId, PeerSocketInfo info) in OnNegotiate()
43 void SoftBusSocketListener::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind()
59 void SoftBusSocketListener::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
70 void SoftBusSocketListener::OnClientBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnClientBytes()
86 void SoftBusSocketListener::OnServerBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnServerBytes()
Dsoft_bus_client_socket.cpp31 ClientSocket::ClientSocket(const int32_t socketId) in ClientSocket()
48 int32_t socketId = GetSocketId(); in SendMessage() local
66 void ClientSocket::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos()
71 void ClientSocket::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
80 void ClientSocket::OnBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnBytes()
105 void ClientSocket::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind()
Dsoft_bus_manager.cpp238 ResultCode SoftBusManager::ServiceSocketListen(const int32_t socketId) in ServiceSocketListen()
304 int32_t socketId = Socket(info); in DoServiceSocketInit() local
347 for (int32_t socketId : socketIds) { in ServiceSocketUnInit() local
395 ResultCode SoftBusManager::ClientSocketBind(const int32_t socketId) in ClientSocketBind()
437 int32_t socketId = ClientSocketInit(connectionName, networkId); in DoOpenConnectionInner() local
509 int32_t socketId = clientSocket->GetSocketId(); in DoCloseConnection() local
568 void SoftBusManager::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind()
585 void SoftBusManager::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
615 void SoftBusManager::OnClientBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnClientBytes()
633 void SoftBusManager::OnServerBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnServerBytes()
[all …]
Dsocket_factory.cpp29 std::shared_ptr<BaseSocket> SocketFactory::CreateClientSocket(const int32_t socketId, const std::st… in CreateClientSocket()
43 std::shared_ptr<BaseSocket> SocketFactory::CreateServerSocket(const int32_t socketId) in CreateServerSocket()
Dsoft_bus_base_socket.cpp33 BaseSocket::BaseSocket(const int32_t socketId) in BaseSocket()
255 ResultCode BaseSocket::SendResponse(const int32_t socketId, const std::string &connectionName, in SendResponse()
362 ResultCode BaseSocket::ProcDataReceive(const int32_t socketId, std::shared_ptr<SoftBusMessage> &sof… in ProcDataReceive()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
Dnweb_spawn_service_test.cpp217 int socketId = -1; variable
245 static int RecvMsg(int socketId, uint8_t *buffer, uint32_t buffSize) in RecvMsg()
258 int socketId = -1; variable
289 int socketId = -1; variable
351 int socketId = -1; variable
405 int socketId = -1; variable
447 int socketId = -1; variable
487 int socketId = -1; variable
516 int socketId = -1; variable
Dapp_spawn_service_test.cpp504 int socketId = -1; variable
532 static int RecvMsg(int socketId, uint8_t *buffer, uint32_t buffSize) in RecvMsg()
545 int socketId = -1; variable
576 int socketId = -1; variable
609 int socketId = -1; variable
662 int socketId = -1; variable
704 int socketId = -1; variable
744 int socketId = -1; variable
773 int socketId = -1; variable
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/
Deasy_socket_writer.c35 static int InitSendBuffer(int socketId) in InitSendBuffer()
67 … int socketId = TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0)); in Write() local
/base/notification/distributed_notification_service/services/distributed/src/base/
Ddistributed_socket.cpp96 void CloseSocket(int32_t socketId) in CloseSocket()
113 …ten(const std::string& name, const std::string& pkgName, TransDataType dataType, int32_t& socketId) in ServiceListen()
154 const std::string& peerNetWorkId, TransDataType dataType, int32_t& socketId) in ClientBind()
209 int32_t ClientSendBytes(int32_t socketId, const void* data, uint32_t length) in ClientSendBytes()
216 int32_t ClientSendMessage(int32_t socketId, const void* data, uint32_t length) in ClientSendMessage()
Ddistributed_client.cpp105 …tributedClient::GetSocketId(const std::string &deviceId, TransDataType dataType, int32_t& socketId) in GetSocketId()
145 int32_t socketId = 0; in SendMessage() local
Ddistributed_server.cpp61 int32_t socketId = 0; in InitServer() local
/base/useriam/user_auth_framework/services/remote_connect/inc/
Dsoft_bus_socket_listener.h37 static void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos()
Dsoft_bus_manager.h56 void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos()
Dsoft_bus_base_socket.h47 int32_t socketId; member
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dtransport.cpp62 void Transport::InitRecvBuffer(int socketId) in InitRecvBuffer()
86 … auto socketId = TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0)); in SendToHiSysEventDataSource() local
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
Dsoft_bus_fuzzer.cpp59 int32_t socketId = parcel.ReadInt32(); in FuzzSoftBusBaseSocketSecond() local
90 int32_t socketId = parcel.ReadInt32(); in FuzzSoftBusBaseSocketFirst() local
123 int32_t socketId = parcel.ReadInt32(); in FuzzSoftBusServerSocketFisrst() local
/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_base_test/
Ddistributed_softbus_socket_test.cpp115 int32_t socketId = 0; variable
/base/hiviewdfx/hiview/plugins/sysevent_source/
Devent_server.cpp56 void InitSocketBuf(int socketId, int optName) in InitSocketBuf()
77 void InitRecvBuffer(int socketId) in InitRecvBuffer()
/base/startup/appspawn/interfaces/innerkits/client/
Dappspawn_client.c91 APPSPAWN_STATIC void CloseClientSocket(int socketId) in CloseClientSocket()
237 static int HandleMsgSend(AppSpawnReqMsgMgr *reqMgr, int socketId, AppSpawnReqMsgNode *reqNode) in HandleMsgSend()
/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
Dhisysevent_adapter.h95 int32_t socketId = -1; member
100 int32_t socketId = -1; member

12