Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp500 const auto &bootProto = fileContent.substr(pos, fileContent.find(WRAP, pos) - pos); in ParseBootProto() local
501 if (bootProto == KEY_LAN_STATIC) { in ParseBootProto()
503 } else if (bootProto == KEY_LAN_DHCP) { in ParseBootProto()
505 } else if (bootProto == KEY_STATIC) { in ParseBootProto()