Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp66 constexpr const char *KEY_PROXY_PORT = "PROXY_PORT="; member
570 pos = fileContent.find(KEY_PROXY_PORT); in ParserFileHttpProxy()
572 pos += strlen(KEY_PROXY_PORT); in ParserFileHttpProxy()
682 fileContent = fileContent + KEY_PROXY_PORT + std::to_string(cfg->httpProxy_.GetPort()) + WRAP; in GenHttpProxyContent()

Completed in 2 milliseconds