Home
last modified time | relevance | path

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

/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
43 void ServerSocket::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind()
55 void ServerSocket::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
66 void ServerSocket::OnBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnBytes()
94 void ServerSocket::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos()
99 void ServerSocket::AddServerSocket(const int32_t socketId, const std::string &networkId) in AddServerSocket()
113 void ServerSocket::DeleteServerSocket(const int32_t socketId) in DeleteServerSocket()
125 std::string ServerSocket::GetNetworkIdBySocketId(int32_t socketId) in GetNetworkIdBySocketId()
138 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
58 void ClientSocket::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos()
63 void ClientSocket::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
72 void ClientSocket::OnBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnBytes()
97 void ClientSocket::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind()
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_manager.cpp238 ResultCode SoftBusManager::ServiceSocketListen(const int32_t socketId) in ServiceSocketListen()
304 int32_t socketId = Socket(info); in DoServiceSocketInit() local
346 for (int32_t socketId : socketIds) { in ServiceSocketUnInit() local
394 ResultCode SoftBusManager::ClientSocketBind(const int32_t socketId) in ClientSocketBind()
434 int32_t socketId = ClientSocketInit(connectionName, networkId); in DoOpenConnectionInner() local
500 int32_t socketId = clientSocket->GetSocketId(); in DoCloseConnection() local
559 void SoftBusManager::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind()
576 void SoftBusManager::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown()
600 void SoftBusManager::OnClientBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnClientBytes()
618 void SoftBusManager::OnServerBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnServerBytes()
[all …]
Dsoft_bus_base_socket.cpp33 BaseSocket::BaseSocket(const int32_t socketId) in BaseSocket()
195 ResultCode BaseSocket::SendRequest(const int32_t socketId, const std::string &connectionName, in SendRequest()
235 ResultCode BaseSocket::SendResponse(const int32_t socketId, const std::string &connectionName, in SendResponse()
333 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.cpp215 int socketId = -1; variable
243 static int RecvMsg(int socketId, uint8_t *buffer, uint32_t buffSize) in RecvMsg()
256 int socketId = -1; variable
287 int socketId = -1; variable
320 int socketId = -1; variable
373 int socketId = -1; variable
413 int socketId = -1; variable
453 int socketId = -1; variable
482 int socketId = -1; variable
Dapp_spawn_service_test.cpp262 int socketId = -1; variable
290 static int RecvMsg(int socketId, uint8_t *buffer, uint32_t buffSize) in RecvMsg()
303 int socketId = -1; variable
334 int socketId = -1; variable
367 int socketId = -1; variable
420 int socketId = -1; variable
462 int socketId = -1; variable
502 int socketId = -1; variable
531 int socketId = -1; variable
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
Dsoft_bus_fuzzer.cpp58 int32_t socketId = parcel.ReadInt32(); in FuzzSoftBusBaseSocketSecond() local
89 int32_t socketId = parcel.ReadInt32(); in FuzzSoftBusBaseSocketFisrst() local
123 int32_t socketId = parcel.ReadInt32(); in FuzzSoftBusServerSocketFisrst() local
155 int32_t socketId = parcel.ReadInt32(); in FuzzSoftBusManagerFisrst() 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()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dtransport.cpp66 void Transport::InitRecvBuffer(int socketId) in InitRecvBuffer()
90 … auto socketId = TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0)); in SendToHiSysEventDataSource() local
/base/hiviewdfx/hiview/plugins/sysevent_source/
Devent_server.cpp59 void InitSocketBuf(int socketId, int optName) in InitSocketBuf()
80 void InitRecvBuffer(int socketId) in InitRecvBuffer()
147 void SocketDevice::InitSocket(int &socketId) in InitSocket()
/base/startup/appspawn/interfaces/innerkits/client/
Dappspawn_client.c82 APPSPAWN_STATIC void CloseClientSocket(int socketId) in CloseClientSocket()
212 static int HandleMsgSend(AppSpawnReqMsgMgr *reqMgr, int socketId, AppSpawnReqMsgNode *reqNode) in HandleMsgSend()
Dappspawn_client.h67 int socketId; member
/base/startup/init/interfaces/innerkits/include/
Dloop_event.h108 int socketId; member
/base/security/device_security_level/baselib/msglib/src/standard/
Dmessenger_device_socket_manager.c378 static int32_t ProcessCreateServer(const char *session, const char *pkg, int32_t *socketId) in ProcessCreateServer()
635 static int32_t PrepareBindSocket(const char *socketName, DeviceIdentify *devId, int32_t *socketId, … in PrepareBindSocket()
/base/startup/appspawn/test/unittest/app_spawn_client_test/
Dapp_spawn_interface_test.cpp580 int socketId = CreateClientSocket(CLIENT_FOR_APPSPAWN, 2); variable
/base/startup/appspawn/test/unittest/
Dapp_spawn_test_helper.cpp604 int socketId = -1; in CreateSocket() local
/base/startup/appspawn/standard/
Dappspawn_service.c984 int socketId = GetControlSocket(socketName); in CreateAppSpawnServer() local