Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp74 constexpr const char *EXCLUSIONS_DELIMITER = ","; member
582 for (const auto &exclusion : CommonUtils::Split(exclusions, EXCLUSIONS_DELIMITER)) { in ParserFileHttpProxy()
678 return exclusion.empty() ? exclusion + next : (exclusion + EXCLUSIONS_DELIMITER + next); in GenHttpProxyContent()

Completed in 2 milliseconds