Searched refs:GetPrefixLen (Results 1 - 3 of 3) sorted by relevance
/base/telephony/cellular_data/services/include/utils/ |
H A D | cellular_data_utils.h | 35 static int32_t GetPrefixLen(const std::string &netmask, const std::string& flag); 36 static int32_t GetPrefixLen(const std::vector<std::string> &netmask, const size_t start);
|
/base/telephony/cellular_data/services/src/utils/ |
H A D | cellular_data_utils.cpp | 110 int32_t CellularDataUtils::GetPrefixLen(const std::string &netmask, const std::string& flag) in GetPrefixLen() function in OHOS::Telephony::CellularDataUtils 113 return GetPrefixLen(mask, 0); in GetPrefixLen() 116 int32_t CellularDataUtils::GetPrefixLen(const std::vector<std::string> &netmask, const size_t start) in GetPrefixLen() function in OHOS::Telephony::CellularDataUtils
|
/base/telephony/cellular_data/test/ |
H A D | zero_branch_test.cpp | 1726 CellularDataUtils::GetPrefixLen(ADDRESS, FLAG); in HWTEST_F() 1918 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0); in HWTEST_F() 1930 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0); in HWTEST_F() 1942 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0); in HWTEST_F() 1954 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0); in HWTEST_F() 1966 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0); in HWTEST_F() 1978 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0); in HWTEST_F() 1990 int32_t result = CellularDataUtils::GetPrefixLen(netmask, 0); in HWTEST_F() 2085 CellularDataUtils::GetPrefixLen(ADDRESS, FLAG); in HWTEST_F()
|
Completed in 4 milliseconds