Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_def.h22 static const int32_t IFACE_TYPE_CELLULAR = 1; variable
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_stats.cpp124 } else if (k.ifType == IFACE_TYPE_CELLULAR) { in GetAllSimStatsInfo()
H A Dnetsys.c249 return IFACE_TYPE_CELLULAR; in get_iface_type()