| /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 151 int32_t socketId = 1; variable 171 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 | 85 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/ |
| 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() 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 …]
|
| 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 | 217 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
|
| D | app_spawn_service_test.cpp | 504 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/ |
| 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/notification/distributed_notification_service/services/distributed/src/base/ |
| D | distributed_socket.cpp | 96 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()
|
| D | distributed_client.cpp | 105 …tributedClient::GetSocketId(const std::string &deviceId, TransDataType dataType, int32_t& socketId) in GetSocketId() 145 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 | 62 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/ |
| D | soft_bus_fuzzer.cpp | 59 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/ |
| D | distributed_softbus_socket_test.cpp | 115 int32_t socketId = 0; variable
|
| /base/hiviewdfx/hiview/plugins/sysevent_source/ |
| D | event_server.cpp | 56 void InitSocketBuf(int socketId, int optName) in InitSocketBuf() 77 void InitRecvBuffer(int socketId) in InitRecvBuffer()
|
| /base/startup/appspawn/interfaces/innerkits/client/ |
| D | appspawn_client.c | 91 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/ |
| D | hisysevent_adapter.h | 95 int32_t socketId = -1; member 100 int32_t socketId = -1; member
|