Searched refs:Ip6CharConToStr (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_function.h | 39 static std::string Ip6CharConToStr(uint8_t chIp[], int size);
|
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_function_test.cpp | 96 EXPECT_STREQ(DhcpFunction::Ip6CharConToStr(addr6, sizeof(struct in6_addr)).c_str(), ""); in HWTEST_F() 102 EXPECT_STREQ(DhcpFunction::Ip6CharConToStr(addr6, 0).c_str(), ""); in HWTEST_F()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_function.cpp | 114 std::string DhcpFunction::Ip6CharConToStr(uint8_t chIp[], int size) in Ip6CharConToStr() function in OHOS::DHCP::DhcpFunction 117 DHCP_LOGE("Ip6CharConToStr param error, size:%{public}d!", size); in Ip6CharConToStr() 128 DHCP_LOGE("Ip6CharConToStr chIp failed, inet_ntop nullptr!"); in Ip6CharConToStr() 131 DHCP_LOGI("Ip6CharConToStr chIp -> strIp:%{private}s.", strIp.c_str()); in Ip6CharConToStr()
|
Completed in 3 milliseconds