Home
last modified time | relevance | path

Searched refs:typeMap (Results 1 – 4 of 4) sorted by relevance

/base/web/webview/test/unittest/net_connect_adapter_test/
Dnet_connect_adapter_test.cpp55 std::unordered_map<RadioTech, NetConnectType> typeMap; variable
56typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_UNKNOWN, NetConnectType::CONNECTION_UNKN…
57typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_IWLAN, NetConnectType::CONNECTION_UNKNOW…
58 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_GSM, NetConnectType::CONNECTION_2G));
59typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_1XRTT, NetConnectType::CONNECTION_2G));
60typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_WCDMA, NetConnectType::CONNECTION_3G));
61 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPA, NetConnectType::CONNECTION_3G));
62typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPAP, NetConnectType::CONNECTION_3G));
63typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_TD_SCDMA, NetConnectType::CONNECTION_3G)…
64 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_EVDO, NetConnectType::CONNECTION_3G));
[all …]
/base/print/print_fwk/utils/include/
Dprint_security_guard_util.h37 std::map<std::string, int32_t> typeMap; in GetPrinterType() local
38 typeMap.insert({"P2P", FROM_P2P}); in GetPrinterType()
39 typeMap.insert({"EPRINT", FROM_EPRINT}); in GetPrinterType()
40 typeMap.insert({"USB", FROM_USB}); in GetPrinterType()
42 for (auto iter = typeMap.begin(); iter != typeMap.end(); iter++) { in GetPrinterType()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Delf_imitate.cpp729 std::unordered_map <std::string, uint8_t> typeMap = { in ParseElfSymbols() local
754 elfSymbol.info = ELF32_ST_INFO(bindMap[strVec[INDEX_I4]], typeMap[strVec[INDEX_I3]]); in ParseElfSymbols()
/base/usb/usb_manager/services/native/src/
Dusb_service.cpp80 std::unordered_map<InterfaceType, std::vector<int32_t>> typeMap = { variable
1623 auto iterInterface = typeMap.find(interfaceType); in ManageInterfaceTypeImpl()
1624 if (iterInterface == typeMap.end()) { in ManageInterfaceTypeImpl()