Searched refs:SetUpState (Results 1 – 7 of 7) sorted by relevance
39 bool IfaceUtil::SetUpState(const std::string& ifaceName, bool requestUp) in SetUpState() function in OHOS::HDI::Wlan::Chip::V1_0::IfaceUtil41 return ifaceTool_.lock()->SetUpState(ifaceName.c_str(), requestUp); in SetUpState()
75 bool IfaceTool::SetUpState(const char* ifName, bool requestUp) in SetUpState() function in OHOS::HDI::Wlan::Chip::V1_0::IfaceTool104 return SetUpState(K_WLAN0_INTERFACE_NAME, requestUp); in SetWifiUpState()
34 virtual bool SetUpState(const char* ifName, bool requestUp);
35 virtual bool SetUpState(const std::string& ifaceName, bool requestUp);
180 if (ifaceUtil_.lock()->SetUpState(ifname_, state)) { in SetIfaceState()
218 if (ifaceUtil_.lock()->SetUpState(ifname_, state)) { in SetIfaceState()
219 ifaceTool_.lock()->SetUpState(ifname.c_str(), true); in CreateVirtualInterface()