Home
last modified time | relevance | path

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

/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsocket_factory.cpp29 std::shared_ptr<BaseSocket> SocketFactory::CreateClientSocket(const int32_t socketId, const std::string &connectionName, in CreateClientSocket() argument
43 std::shared_ptr<BaseSocket> SocketFactory::CreateServerSocket(const int32_t socketId) in CreateServerSocket() argument
H A Dsoft_bus_socket_listener.cpp28 bool SoftBusSocketListener::OnNegotiate(int32_t socketId, PeerSocketInfo info) in OnNegotiate() argument
43 void SoftBusSocketListener::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind() argument
59 void SoftBusSocketListener::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown() argument
70 OnClientBytes(int32_t socketId, const void *data, uint32_t dataLen) OnClientBytes() argument
86 OnServerBytes(int32_t socketId, const void *data, uint32_t dataLen) OnServerBytes() argument
[all...]
H A Dsoft_bus_server_socket.cpp24 ServerSocket::ServerSocket(const int32_t socketId) in ServerSocket() argument
34 int32_t socketId = GetSocketIdByClientConnectionName(connectionName); in SendMessage() local
43 void ServerSocket::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind() argument
55 OnShutdown(int32_t socketId, ShutdownReason reason) OnShutdown() argument
66 OnBytes(int32_t socketId, const void *data, uint32_t dataLen) OnBytes() argument
94 OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) OnQos() argument
99 AddServerSocket(const int32_t socketId, const std::string &networkId) AddServerSocket() argument
113 DeleteServerSocket(const int32_t socketId) DeleteServerSocket() argument
125 GetNetworkIdBySocketId(int32_t socketId) GetNetworkIdBySocketId() argument
138 AddClientConnection(const int32_t socketId, const std::string &connectionName) AddClientConnection() argument
150 DeleteClientConnection(const int32_t socketId) DeleteClientConnection() argument
164 GetClientConnectionName(const int32_t socketId) GetClientConnectionName() argument
180 int32_t socketId = INVALID_SOCKET_ID; GetSocketIdByClientConnectionName() local
[all...]
H A Dsoft_bus_client_socket.cpp31 ClientSocket::ClientSocket(const int32_t socketId) in ClientSocket() argument
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() argument
63 void ClientSocket::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown() argument
72 OnBytes(int32_t socketId, const void *data, uint32_t dataLen) OnBytes() argument
97 OnBind(int32_t socketId, PeerSocketInfo info) OnBind() argument
[all...]
H A Dsoft_bus_base_socket.cpp33 BaseSocket::BaseSocket(const int32_t socketId) in BaseSocket() argument
212 ResultCode BaseSocket::SendRequest(const int32_t socketId, const std::string &connectionName, in SendRequest() argument
255 ResultCode BaseSocket::SendResponse(const int32_t socketId, cons argument
360 ProcDataReceive(const int32_t socketId, std::shared_ptr<SoftBusMessage> &softBusMessage) ProcDataReceive() argument
[all...]
H A Dsoft_bus_manager.cpp238 ResultCode SoftBusManager::ServiceSocketListen(const int32_t socketId) in ServiceSocketListen() argument
304 int32_t socketId = Socket(info); in DoServiceSocketInit() local
394 ClientSocketBind(const int32_t socketId) ClientSocketBind() argument
436 int32_t socketId = ClientSocketInit(connectionName, networkId); DoOpenConnectionInner() local
508 int32_t socketId = clientSocket->GetSocketId(); DoCloseConnection() local
567 OnBind(int32_t socketId, PeerSocketInfo info) OnBind() argument
584 OnShutdown(int32_t socketId, ShutdownReason reason) OnShutdown() argument
614 OnClientBytes(int32_t socketId, const void *data, uint32_t dataLen) OnClientBytes() argument
632 OnServerBytes(int32_t socketId, const void *data, uint32_t dataLen) OnServerBytes() argument
650 AddSocket(const int32_t socketId, std::shared_ptr<BaseSocket> &socket) AddSocket() argument
660 DeleteSocket(const int32_t socketId) DeleteSocket() argument
674 FindSocketBySocketId(const int32_t socketId) FindSocketBySocketId() argument
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/
H A Deasy_socket_writer.c35 static int InitSendBuffer(int socketId) in InitSendBuffer() argument
67 int socketId = TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0)); in Write() local
[all...]
/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_socket_listener.h37 static void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos() argument
H A Dsoft_bus_manager.h56 void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos() argument
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dtransport.cpp66 void Transport::InitRecvBuffer(int socketId) in InitRecvBuffer() argument
90 auto socketId = TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0)); in SendToHiSysEventDataSource() local
[all...]
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_service_test.cpp263 int socketId = -1; in HWTEST_F() local
291 static int RecvMsg(int socketId, uint8_t *buffer, uint32_t buffSize) in RecvMsg() argument
304 int socketId in HWTEST_F() local
335 int socketId = -1; HWTEST_F() local
368 int socketId = -1; HWTEST_F() local
421 int socketId = -1; HWTEST_F() local
462 int socketId = -1; HWTEST_F() local
502 int socketId = -1; HWTEST_F() local
531 int socketId = -1; HWTEST_F() local
[all...]
H A Dnweb_spawn_service_test.cpp219 int socketId = -1; in HWTEST_F() local
247 static int RecvMsg(int socketId, uint8_t *buffer, uint32_t buffSize) in RecvMsg() argument
260 int socketId in HWTEST_F() local
291 int socketId = -1; HWTEST_F() local
324 int socketId = -1; HWTEST_F() local
377 int socketId = -1; HWTEST_F() local
417 int socketId = -1; HWTEST_F() local
457 int socketId = -1; HWTEST_F() local
486 int socketId = -1; HWTEST_F() local
[all...]
/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A 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(); FuzzSoftBusServerSocketFisrst() local
155 int32_t socketId = parcel.ReadInt32(); FuzzSoftBusManagerFisrst() local
[all...]
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp59 void InitSocketBuf(int socketId, int optName) in InitSocketBuf() argument
80 void InitRecvBuffer(int socketId) in InitRecvBuffer() argument
147 void SocketDevice::InitSocket(int &socketId) in InitSocket() argument
[all...]
/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_client.c82 APPSPAWN_STATIC void CloseClientSocket(int socketId) in CloseClientSocket() argument
212 static int HandleMsgSend(AppSpawnReqMsgMgr *reqMgr, int socketId, AppSpawnReqMsgNode *reqNode) in HandleMsgSend() argument
[all...]
H A Dappspawn_client.h67 int socketId; member
/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
H A Dhisysevent_adapter.h95 int32_t socketId = -1; member
100 int32_t socketId = -1; member
/base/startup/init/test/systest/
H A Dloopclient_systest.c60 int socketId; member
161 static void CloseClientSocket(int socketId) in CloseClientSocket() argument
291 HandleMsgSend(ReqMsgMgr *reqMgr, int socketId, ReqMsgNode *reqNode) HandleMsgSend() argument
[all...]
H A Dloopserver_systest.c129 int socketId = GetControlSocket(name); in CreatePipeServer() local
157 int socketId = GetControlSocket(name); in CreateTcpServer() local
[all...]
/base/startup/init/interfaces/innerkits/include/
H A Dloop_event.h108 int socketId; member
/base/security/device_security_level/baselib/msglib/src/standard/
H A Dmessenger_device_socket_manager.c378 static int32_t ProcessCreateServer(const char *session, const char *pkg, int32_t *socketId) in ProcessCreateServer() argument
635 static int32_t PrepareBindSocket(const char *socketName, DeviceIdentify *devId, int32_t *socketId, bool isSame) in PrepareBindSocket() argument
/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp605 int socketId = -1; in CreateSocket() local
/base/startup/appspawn/standard/
H A Dappspawn_service.c1062 int socketId = GetControlSocket(socketName); in CreateAppSpawnServer() local

Completed in 19 milliseconds