Searched refs:ParseIpAddr (Results 1 – 3 of 3) sorted by relevance
31 static std::vector<AddressInfo> ParseIpAddr(const std::string &address);
24 std::vector<AddressInfo> CellularDataUtils::ParseIpAddr(const std::string &address) in ParseIpAddr() function in OHOS::Telephony::CellularDataUtils
193 std::vector<AddressInfo> ipInfoArray = CellularDataUtils::ParseIpAddr(dataCallInfo.address); in UpdateNetworkInfo()