Home
last modified time | relevance | path

Searched refs:bearerType_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Ddev_interface_state.h92 NetBearType bearerType_ = BEARER_ETHERNET; variable
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Ddev_interface_state.cpp146 …NetManagerCenter::GetInstance().RegisterNetSupplier(bearerType_, devName_, netCaps_, netSupplier_); in RemoteRegisterNetSupplier()
462 data.append(TAB + TAB + "BearerType :" + std::to_string(bearerType_) + "\n"); in GetDumpInfo()