Home
last modified time | relevance | path

Searched refs:KEY_DEVICE (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp53 constexpr const char *KEY_DEVICE = "DEVICE="; member
484 std::string::size_type pos = fileContent.find(KEY_DEVICE); in ParseDevice()
488 pos += strlen(KEY_DEVICE); in ParseDevice()
645 fileContent = fileContent + KEY_DEVICE + iface + WRAP; in GenCfgContent()

Completed in 2 milliseconds