Searched refs:SetPsk (Results 1 – 9 of 9) sorted by relevance
93 static int32_t SetPsk(AuthSubSession *self, const Uint8Buff *psk) in SetPsk() function171 impl->base.setPsk = SetPsk; in CreateAuthSubSession()
47 info1.SetPsk("TestPsk");111 info.SetPsk("TestPsk");
49 info.SetPsk("TestPsk");
120 info.SetPsk("12345678");
102 void SetPsk(const std::string &value);
104 void SetPsk(const std::string &psk);
232 void LinkInfo::SetPsk(const std::string &psk) in SetPsk() function in OHOS::SoftBus::LinkInfo
270 void InterfaceInfo::SetPsk(const std::string &value) in SetPsk() function in OHOS::SoftBus::InterfaceInfo
418 interface.SetPsk(""); in ResetInterfaceInfo()