Home
last modified time | relevance | path

Searched refs:GetNodeNameAsInt (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dnetwork_parser.h113 NetworkSection GetNodeNameAsInt(xmlNodePtr node);
H A Dnetwork_parser.cpp148 NetworkSection NetworkXmlParser::GetNodeNameAsInt(xmlNodePtr node) in GetNodeNameAsInt() function in OHOS::Wifi::NetworkXmlParser
483 switch (GetNodeNameAsInt(node)) { in ParseNetwork()
/ohos5.0/foundation/multimedia/player_framework/services/engine/common/recorder_profiles/
H A Drecorder_profiles_xml_parser.h48 RecorderProfilesNodeName GetNodeNameAsInt(xmlNode *node);
H A Drecorder_profiles_xml_parser.cpp115 switch (GetNodeNameAsInt(currNode)) { in ParseInternal()
546 RecorderProfilesNodeName RecorderProfilesXmlParser::GetNodeNameAsInt(xmlNode *node) in GetNodeNameAsInt() function in OHOS::Media::RecorderProfilesXmlParser
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifitoolkit_fuzzer/
H A Dwifitoolkit_fuzzer.cpp104 m_networkXmlParser->GetNodeNameAsInt(root_node); in NetworkXmlParserTest()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dnetwork_parser_test.cpp79 EXPECT_EQ(NetworkSection::UNVALID, m_networkXmlParser->GetNodeNameAsInt(nullptr));