Searched refs:IsInterfaceUp (Results 1 – 9 of 9) sorted by relevance
26 bool IsInterfaceUp(const std::string &interfaceName) in IsInterfaceUp() function28 return MockNetworkInterface::GetInstance().IsInterfaceUp(interfaceName); in IsInterfaceUp()
32 MOCK_METHOD1(IsInterfaceUp, bool(const std::string &interfaceName));
34 bool IsInterfaceUp();
65 bool IsInterfaceUp(std::string &iface);
187 bool WifiTogglerManager::IsInterfaceUp(std::string &iface) in IsInterfaceUp() function in OHOS::Wifi::WifiTogglerManager
66 bool IsInterfaceUp(std::string &iface);
287 if (IsInterfaceUp(nif)) { in CheckSatelliteState()296 bool WifiTogglerManager::IsInterfaceUp(std::string &iface) in IsInterfaceUp() function in OHOS::Wifi::WifiTogglerManager
28 bool NetInterfaceConfiguration::IsInterfaceUp() in IsInterfaceUp() function in OHOS::NetManagerStandard::NetInterfaceConfiguration
542 wifiManager.wifiTogglerManager->IsInterfaceUp(iface);