Searched refs:HasMatchedIpTypeAddrs (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/ |
H A D | cellular_data_state_machine.cpp | 213 bool CellularDataStateMachine::HasMatchedIpTypeAddrs(uint8_t ipType, uint8_t ipInfoArraySize, in HasMatchedIpTypeAddrs() function in OHOS::Telephony::CellularDataStateMachine 230 if (HasMatchedIpTypeAddrs(ipv4Type, ipInfoArraySize, ipInfoArray) && in GetIpType() 231 HasMatchedIpTypeAddrs(ipv6Type, ipInfoArraySize, ipInfoArray)) { in GetIpType() 233 } else if (HasMatchedIpTypeAddrs(ipv4Type, ipInfoArraySize, ipInfoArray)) { in GetIpType() 235 } else if (HasMatchedIpTypeAddrs(ipv6Type, ipInfoArraySize, ipInfoArray)) { in GetIpType()
|
/ohos5.0/base/telephony/cellular_data/services/include/state_machine/ |
H A D | cellular_data_state_machine.h | 92 …bool HasMatchedIpTypeAddrs(uint8_t ipType, uint8_t ipInfoArraySize, std::vector<AddressInfo> ipInf…
|
/ohos5.0/base/telephony/cellular_data/test/ |
H A D | cellular_state_machine_test.cpp | 967 bool result = cellularMachine->HasMatchedIpTypeAddrs(ipType, ipInfoArraySize, ipInfoArray); 992 bool result = cellularMachine->HasMatchedIpTypeAddrs(ipType, ipInfoArraySize, ipInfoArray);
|