Home
last modified time | relevance | path

Searched refs:AddClientConnection (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_server_socket.cpp84 AddClientConnection(socketId, connectionName); in OnBytes()
138 void ServerSocket::AddClientConnection(const int32_t socketId, const std::string &connectionName) in AddClientConnection() function in OHOS::UserIam::UserAuth::ServerSocket
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_server_socket.h45 void AddClientConnection(const int32_t socketId, const std::string &connectionName);
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp133 serverSocket->AddClientConnection(socketId, connectionName); in FuzzSoftBusServerSocketFisrst()