Searched refs:GetProxyMethod (Results 1 – 4 of 4) sorted by relevance
117 ConfigureProxyMethod GetProxyMethod(xmlNodePtr innode);
204 ConfigureProxyMethod NetworkXmlParser::GetProxyMethod(xmlNodePtr innode) in GetProxyMethod() function in OHOS::Wifi::NetworkXmlParser231 wifiProxyConfig.configureMethod = GetProxyMethod(innode); in ParseProxyConfig()
106 m_networkXmlParser->GetProxyMethod(root_node); in NetworkXmlParserTest()
91 EXPECT_EQ(ConfigureProxyMethod::CLOSED, m_networkXmlParser->GetProxyMethod(nullptr));