Home
last modified time | relevance | path

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

/base/telephony/cellular_data/services/include/utils/
H A Dcellular_data_utils.h32 static std::vector<AddressInfo> ParseNormalIpAddr(const std::string &address);
/base/telephony/cellular_data/services/src/state_machine/
H A Dcellular_data_state_machine.cpp325 std::vector<AddressInfo> dnsInfoArray = CellularDataUtils::ParseNormalIpAddr(dataCallInfo.dns); in UpdateNetworkInfo()
326 std::vector<AddressInfo> dnsSecArray = CellularDataUtils::ParseNormalIpAddr(dataCallInfo.dnsSec); in UpdateNetworkInfo()
328 std::vector<AddressInfo> routeInfoArray = CellularDataUtils::ParseNormalIpAddr(dataCallInfo.gateway); in UpdateNetworkInfo()
/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
/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1724 CellularDataUtils::ParseNormalIpAddr(ADDRESS); in HWTEST_F()
2083 CellularDataUtils::ParseNormalIpAddr(ADDRESS); in HWTEST_F()

Completed in 6 milliseconds