| 453 | } |
| 454 | |
| 455 | std::string GetCodeData(const std::string &layer_key) { return TrimVendor(layer_key); } |
| 456 | |
| 457 | std::string GetSettingValueName(const std::string &layer_key, const std::string &setting_key, const std::string &value_key) { |
| 458 | std::string layer = ::ToUpperCase(::GetCodeData(layer_key)); |
no test coverage detected