Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_supplier_test.cpp85 std::string result = supplier->TechToType(NetSlotTech::SLOT_TYPE_GSM);
88 result = supplier->TechToType(NetSlotTech::SLOT_TYPE_LTE);
91 result = supplier->TechToType(NetSlotTech::SLOT_TYPE_LTE_CA);
95 result = supplier->TechToType(static_cast<NetSlotTech>(invalidValue));
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_supplier.cpp521 std::string NetSupplier::TechToType(NetSlotTech techType) in TechToType() function in OHOS::NetManagerStandard::NetSupplier
537 type_ = TechToType(static_cast<NetSlotTech>(type)); in SetSupplierType()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/include/
H A Dnet_supplier.h141 std::string TechToType(NetSlotTech type);