Searched defs:NetSupplier (Results 1 – 4 of 4) sorted by relevance
28 class NetSupplier; variable
27 class NetSupplier; variable
56 struct NetSupplier { struct57 uint32_t supplierId = 0;58 uint64_t capability = 0;59 int32_t slotId = 0;60 int32_t simId = 0;
32 NetSupplier::NetSupplier(NetBearType bearerType, const std::string &netSupplierIdent, const std::se… in NetSupplier() function in OHOS::NetManagerStandard::NetSupplier