| /base/useriam/user_auth_framework/services/remote_connect/src/ |
| D | soft_bus_server_socket.cpp | 24 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 …]
|
| D | soft_bus_socket_listener.cpp | 28 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()
|
| D | soft_bus_client_socket.cpp | 31 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()
|
| D | socket_factory.cpp | 29 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()
|
| D | soft_bus_manager.cpp | 238 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 …]
|
| D | soft_bus_base_socket.cpp | 33 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/ |
| D | nweb_spawn_service_test.cpp | 215 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
|
| D | app_spawn_service_test.cpp | 262 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/ |
| D | soft_bus_fuzzer.cpp | 58 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/ |
| D | soft_bus_socket_listener.h | 37 static void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos()
|
| D | soft_bus_manager.h | 56 void OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) {}; in OnQos()
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/ |
| D | transport.cpp | 66 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/ |
| D | event_server.cpp | 59 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/ |
| D | appspawn_client.c | 82 APPSPAWN_STATIC void CloseClientSocket(int socketId) in CloseClientSocket() 212 static int HandleMsgSend(AppSpawnReqMsgMgr *reqMgr, int socketId, AppSpawnReqMsgNode *reqNode) in HandleMsgSend()
|
| D | appspawn_client.h | 67 int socketId; member
|
| /base/startup/init/interfaces/innerkits/include/ |
| D | loop_event.h | 108 int socketId; member
|
| /base/security/device_security_level/baselib/msglib/src/standard/ |
| D | messenger_device_socket_manager.c | 378 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/ |
| D | app_spawn_interface_test.cpp | 580 int socketId = CreateClientSocket(CLIENT_FOR_APPSPAWN, 2); variable
|
| /base/startup/appspawn/test/unittest/ |
| D | app_spawn_test_helper.cpp | 604 int socketId = -1; in CreateSocket() local
|
| /base/startup/appspawn/standard/ |
| D | appspawn_service.c | 984 int socketId = GetControlSocket(socketName); in CreateAppSpawnServer() local
|