Searched refs:deviceTypesToString (Results 1 – 3 of 3) sorted by relevance
128 std::string deviceTypesToString(const DeviceTypeSet& deviceTypes);130 bool deviceTypesToString(const DeviceTypeSet& deviceTypes, std::string &str);140 return deviceTypesToString(deviceTypes); in toString()
94 std::string deviceTypesToString(const DeviceTypeSet &deviceTypes) { in deviceTypesToString() function113 bool deviceTypesToString(const DeviceTypeSet &deviceTypes, std::string &str) { in deviceTypesToString() function114 str = deviceTypesToString(deviceTypes); in deviceTypesToString()
143 std::string deviceLiteral = deviceTypesToString(mApplicableDevices); in dump()