Home
last modified time | relevance | path

Searched refs:typeMap (Results 1 - 3 of 3) sorted by relevance

/base/web/webview/test/unittest/net_connect_adapter_test/
H A Dnet_connect_adapter_test.cpp55 std::unordered_map<RadioTech, NetConnectType> typeMap; in HWTEST_F() local
56 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_UNKNOWN, NetConnectType::CONNECTION_UNKNOWN)); in HWTEST_F()
57 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_IWLAN, NetConnectType::CONNECTION_UNKNOWN)); in HWTEST_F()
58 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_GSM, NetConnectType::CONNECTION_2G)); in HWTEST_F()
59 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_1XRTT, NetConnectType::CONNECTION_2G)); in HWTEST_F()
60 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_WCDMA, NetConnectType::CONNECTION_3G)); in HWTEST_F()
61 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPA, NetConnectType::CONNECTION_3G)); in HWTEST_F()
62 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPAP, NetConnectType::CONNECTION_3G)); in HWTEST_F()
63 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_TD_SCDMA, NetConnectType::CONNECTION_3G)); in HWTEST_F()
64 typeMap in HWTEST_F()
88 std::unordered_map<RadioTech, NetConnectSubtype> typeMap; HWTEST_F() local
120 std::unordered_map<NetBearType, OHOS::NWeb::NetConnectType> typeMap; HWTEST_F() local
148 std::unordered_map<OHOS::NWeb::NetConnectType, std::string> typeMap; HWTEST_F() local
[all...]
/base/print/print_fwk/utils/include/
H A 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/
H A Delf_imitate.cpp725 std::unordered_map <std::string, uint8_t> typeMap = { in ParseElfSymbols() local
750 elfSymbol.info = ELF32_ST_INFO(bindMap[strVec[INDEX_I4]], typeMap[strVec[INDEX_I3]]); in ParseElfSymbols()

Completed in 3 milliseconds