Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp67 constexpr char HIDDEN_CHAR_SHOW_AS = '*'; variable
165 auto func = [](char& c) { c = HIDDEN_CHAR_SHOW_AS; }; in PassWordAnonymize()