Home
last modified time | relevance | path

Searched defs:NetSupplier (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnat464_service.h28 class NetSupplier; variable
H A Dnet_activate.h27 class NetSupplier; variable
/ohos5.0/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_constant.h56 struct NetSupplier { struct
57 uint32_t supplierId = 0;
58 uint64_t capability = 0;
59 int32_t slotId = 0;
60 int32_t simId = 0;
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp32 NetSupplier::NetSupplier(NetBearType bearerType, const std::string &netSupplierIdent, const std::se… in NetSupplier() function in OHOS::NetManagerStandard::NetSupplier