Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_common_util.cpp263 constexpr int secondPartMoveLen = 8; in Number2Ip() local
270 ip.append(std::to_string((intIp & 0x0000ff00) >> secondPartMoveLen)); in Number2Ip()