Home
last modified time | relevance | path

Searched refs:DeleteClientConnection (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.cpp63 DeleteClientConnection(socketId); in OnShutdown()
150 void ServerSocket::DeleteClientConnection(const int32_t socketId) in DeleteClientConnection() function in OHOS::UserIam::UserAuth::ServerSocket
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_server_socket.h46 void DeleteClientConnection(const int32_t socketId);
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp134 serverSocket->DeleteClientConnection(socketId); in FuzzSoftBusServerSocketFisrst()