Home
last modified time | relevance | path

Searched refs:SetConnectionName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsocket_factory.cpp38 clientSocket->SetConnectionName(connectionName); in CreateClientSocket()
H A Dsoft_bus_client_socket.cpp112 void ClientSocket::SetConnectionName(const std::string &connectionName) in SetConnectionName() function in OHOS::UserIam::UserAuth::ClientSocket
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_client_socket.h42 void SetConnectionName(const std::string &connectionName);
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp115 clientSocket->SetConnectionName(connectionName); in FuzzSoftBusBaseSocketFisrst()