Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_global_func.cpp248 constexpr int hexCharLen = 2; in Vec2Stream() local
253 … ss << std::setfill('0') << std::setw(hexCharLen) << std::hex << std::uppercase << temp << " "; in Vec2Stream()
624 constexpr int hexCharLen = 2; in ConvertDecStrToHexStr() local
628 temp << std::setfill('0') << std::setw(hexCharLen) << std::hex << num; in ConvertDecStrToHexStr()