Searched refs:FUNCTION_MAPPING_N2C (Results 1 – 2 of 2) sorted by relevance
39 const std::map<std::string_view, uint32_t> UsbDeviceManager::FUNCTION_MAPPING_N2C = { member in OHOS::USB::UsbDeviceManager124 auto it = FUNCTION_MAPPING_N2C.find(item); in ConvertFromString()125 if (it != FUNCTION_MAPPING_N2C.end()) { in ConvertFromString()144 for (auto it = FUNCTION_MAPPING_N2C.begin(); it != FUNCTION_MAPPING_N2C.end(); ++it) { in ConvertToString()
63 static const std::map<std::string_view, uint32_t> FUNCTION_MAPPING_N2C; variable