Searched defs:subtype (Results 1 – 8 of 8) sorted by relevance
19 NetConnectType NetConnectUtils::ConvertToConnectTypeInner(const RadioTech &subtype) in ConvertToConnectTypeInner()45 NetConnectSubtype NetConnectUtils::ConvertToConnectsubtype(const RadioTech &subtype) in ConvertToConnectsubtype()74 …ype NetConnectUtils::ConvertToConnectType(const NetBearType &netBearType, const RadioTech &subtype) in ConvertToConnectType()
45 void NetCapabilitiesAdapterImpl::SetConnectSubtype(NetConnectSubtype subtype) in SetConnectSubtype()
53 NetConnectSubtype subtype = NetConnectSubtype::SUBTYPE_UNKNOWN; in NetCapabilitiesChange() local
74 …t32_t NetConnectAdapterImpl::GetDefaultNetConnect(NetConnectType &type, NetConnectSubtype &subtype) in GetDefaultNetConnect()
77 std::string subtype = want.GetStringParam(EVENT_INFO_SUBTYPE); in OnReceiveEvent() local
303 SubtypeCfg subtype; variable
190 NetConnectSubtype subtype = NetConnectSubtype::SUBTYPE_UNKNOWN; variable
495 auto subtype = std::find_if( in GetSubProperty() local496 …subtypes.begin(), subtypes.end(), [&subName](const Subtype &subtype) { return subtype.id == subNam… in GetSubProperty()540 for (const auto &subtype : subtypes) { in ListInputMethodSubtype() local