| /base/useriam/user_auth_framework/test/unittest/services/src/ |
| D | soft_bus_base_socket_test.cpp | 62 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 140 int32_t socketId = 1; variable 149 int32_t socketId = 1; variable [all …]
|
| D | soft_bus_server_socket_test.cpp | 55 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 …]
|
| D | soft_bus_client_socket_test.cpp | 52 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
|
| D | soft_bus_manager_test.cpp | 106 int32_t socketId = 100; variable 156 int32_t socketId = 100; variable 179 int32_t socketId = 100; variable 202 int32_t socketId = 100; variable 213 int32_t socketId = 100; variable 225 int32_t socketId = -2; variable
|
| /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 51 void ServerSocket::OnBind(int32_t socketId, PeerSocketInfo info) in OnBind() 63 void ServerSocket::OnShutdown(int32_t socketId, ShutdownReason reason) in OnShutdown() 74 void ServerSocket::OnBytes(int32_t socketId, const void *data, uint32_t dataLen) in OnBytes() 102 void ServerSocket::OnQos(int32_t socketId, QoSEvent eventId, const QosTV *qos, uint32_t qosCount) in OnQos() 107 void ServerSocket::AddServerSocket(const int32_t socketId, const std::string &networkId) in AddServerSocket() 121 void ServerSocket::DeleteServerSocket(const int32_t socketId) in DeleteServerSocket() 133 std::string ServerSocket::GetNetworkIdBySocketId(int32_t socketId) in GetNetworkIdBySocketId() 146 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 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()
|
| D | soft_bus_manager.cpp | 238 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 …]
|
| 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_base_socket.cpp | 33 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/ |
| 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 349 int socketId = -1; variable 403 int socketId = -1; variable 445 int socketId = -1; variable 485 int socketId = -1; variable 514 int socketId = -1; variable
|
| D | app_spawn_service_test.cpp | 263 int socketId = -1; variable 291 static int RecvMsg(int socketId, uint8_t *buffer, uint32_t buffSize) in RecvMsg() 304 int socketId = -1; variable 335 int socketId = -1; variable 368 int socketId = -1; variable 421 int socketId = -1; variable 463 int socketId = -1; variable 503 int socketId = -1; variable 532 int socketId = -1; variable
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/ |
| D | easy_socket_writer.c | 35 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/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/notification/distributed_notification_service/services/distributed/src/soft_bus/ |
| D | distributed_socket.cpp | 99 void CloseSocket(int32_t socketId) in CloseSocket() 116 …ten(const std::string& name, const std::string& pkgName, TransDataType dataType, int32_t& socketId) in ServiceListen() 157 const std::string& peerNetWorkId, TransDataType dataType, int32_t& socketId) in ClientBind() 212 int32_t ClientSendMsg(int32_t socketId, const void* data, int32_t length, TransDataType type) in ClientSendMsg()
|
| D | distributed_client.cpp | 97 int32_t& socketId) in GetSocketId() 132 int32_t socketId = 0; in SendMessage() local
|
| D | distributed_server.cpp | 61 int32_t socketId = 0; in InitServer() 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()
|
| D | soft_bus_base_socket.h | 47 int32_t socketId; member
|
| /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 | 88 APPSPAWN_STATIC void CloseClientSocket(int socketId) in CloseClientSocket() 231 static int HandleMsgSend(AppSpawnReqMsgMgr *reqMgr, int socketId, AppSpawnReqMsgNode *reqNode) in HandleMsgSend()
|
| D | appspawn_client.h | 71 int socketId; member
|
| /base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/ |
| D | hisysevent_adapter.h | 95 int32_t socketId = -1; member 100 int32_t socketId = -1; member
|