Home
last modified time | relevance | path

Searched refs:GetAppTypeAsInt (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/base/utils/
H A Dwifi_app_parser.h69 AppType GetAppTypeAsInt(const xmlNodePtr &innode);
H A Dwifi_app_parser.cpp177 switch (GetAppTypeAsInt(node)) { in ParseAppList()
268 AppType AppParser::GetAppTypeAsInt(const xmlNodePtr &innode) in GetAppTypeAsInt() function in OHOS::Wifi::AppParser
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifitoolkit_fuzzer/
H A Dwifitoolkit_fuzzer.cpp138 m_appXmlParser->GetAppTypeAsInt(root_node); in AppXmlParserTest()