Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/utils/
Dcellular_data_utils.h32 static std::vector<AddressInfo> ParseNormalIpAddr(const std::string &address);
/base/telephony/cellular_data/services/src/state_machine/
Dcellular_data_state_machine.cpp194 std::vector<AddressInfo> dnsInfoArray = CellularDataUtils::ParseNormalIpAddr(dataCallInfo.dns); in UpdateNetworkInfo()
195 … std::vector<AddressInfo> dnsSecArray = CellularDataUtils::ParseNormalIpAddr(dataCallInfo.dnsSec); in UpdateNetworkInfo()
197 …std::vector<AddressInfo> routeInfoArray = CellularDataUtils::ParseNormalIpAddr(dataCallInfo.gatewa… in UpdateNetworkInfo()
/base/telephony/cellular_data/services/src/utils/
Dcellular_data_utils.cpp93 std::vector<AddressInfo> CellularDataUtils::ParseNormalIpAddr(const std::string &address) in ParseNormalIpAddr() function in OHOS::Telephony::CellularDataUtils