Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_common_utils_test.cpp58 char *pIp = UintIp4ToStr(ip, false);
64 char *pIp2 = UintIp4ToStr(ip, true);
/ohos5.0/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_common_utils.h33 char *UintIp4ToStr(uint32_t uIp, bool bHost);
/ohos5.0/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_common_utils.cpp54 char *UintIp4ToStr(uint32_t uIp, bool bHost) in UintIp4ToStr() function
85 char *pIp = UintIp4ToStr(ip, false); in IntIpv4ToAnonymizeStr()