Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/inc/
H A Dsoft_bus_base_socket.h87 …ResultCode SetDeviceNetworkId(const std::string networkId, std::shared_ptr<Attributes> &attributes…
/ohos5.0/base/useriam/user_auth_framework/services/remote_connect/src/
H A Dsoft_bus_base_socket.cpp181 ResultCode BaseSocket::SetDeviceNetworkId(const std::string networkId, std::shared_ptr<Attributes> … in SetDeviceNetworkId() function in OHOS::UserIam::UserAuth::BaseSocket
286 int32_t ret = SetDeviceNetworkId(networkId, attributes); in ParseMessage()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/softbus_fuzzer/
H A Dsoft_bus_fuzzer.cpp113 clientSocket->SetDeviceNetworkId(networkId, attributes); in FuzzSoftBusBaseSocketFisrst()