Searched refs:SetApMacAddress (Results 1 – 4 of 4) sorted by relevance
230 if (!DelayedSingleton<HalDeviceManager>::GetInstance()->SetApMacAddress(ifaceName, mac)) { in SetConnectMacAddr()
394 bool SetApMacAddress(const std::string &ifaceName, const std::string &mac);
719 bool HalDeviceManager::SetApMacAddress(const std::string &ifaceName, const std::string &mac) in SetApMacAddress() function in OHOS::Wifi::HalDeviceManager
229 DelayedSingleton<HalDeviceManager>::GetInstance()->SetApMacAddress(ifaceName, mac);563 … bool result = DelayedSingleton<HalDeviceManager>::GetInstance()->SetApMacAddress(ifaceName, mac);