Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp93 constexpr auto minKeepSize = 6; in DataAnonymize() local
95 if (s.size() <= minKeepSize) { in DataAnonymize()