Searched refs:typeMap (Results 1 – 4 of 4) sorted by relevance
| /base/web/webview/test/unittest/net_connect_adapter_test/ |
| D | net_connect_adapter_test.cpp | 55 std::unordered_map<RadioTech, NetConnectType> typeMap; variable 56 …typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_UNKNOWN, NetConnectType::CONNECTION_UNKN… 57 …typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_IWLAN, NetConnectType::CONNECTION_UNKNOW… 58 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_GSM, NetConnectType::CONNECTION_2G)); 59 … typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_1XRTT, NetConnectType::CONNECTION_2G)); 60 … typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_WCDMA, NetConnectType::CONNECTION_3G)); 61 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPA, NetConnectType::CONNECTION_3G)); 62 … typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPAP, NetConnectType::CONNECTION_3G)); 63 …typeMap.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/ |
| D | print_security_guard_util.h | 37 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/ |
| D | elf_imitate.cpp | 729 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/ |
| D | usb_service.cpp | 80 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()
|