Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/utils/
H A Dcellular_data_utils.h32 static std::vector<AddressInfo> ParseNormalIpAddr(const std::string &address);
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dcellular_data_state_machine.cpp316 std::vector<AddressInfo> dnsInfoArray = CellularDataUtils::ParseNormalIpAddr(dataCallInfo.dns); in UpdateNetworkInfo()
317 … std::vector<AddressInfo> dnsSecArray = CellularDataUtils::ParseNormalIpAddr(dataCallInfo.dnsSec); in UpdateNetworkInfo()
319 …std::vector<AddressInfo> routeInfoArray = CellularDataUtils::ParseNormalIpAddr(dataCallInfo.gatewa… in UpdateNetworkInfo()
/ohos5.0/base/telephony/cellular_data/services/src/utils/
H A Dcellular_data_utils.cpp53 std::vector<AddressInfo> CellularDataUtils::ParseNormalIpAddr(const std::string &address) in ParseNormalIpAddr() function in OHOS::Telephony::CellularDataUtils
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1583 CellularDataUtils::ParseNormalIpAddr(ADDRESS);