Searched refs:deviceTypesToString (Results 1 – 3 of 3) sorted by relevance
80 std::string deviceTypesToString(const DeviceTypeSet &deviceTypes) { in deviceTypesToString() function99 bool deviceTypesToString(const DeviceTypeSet &deviceTypes, std::string &str) { in deviceTypesToString() function100 str = deviceTypesToString(deviceTypes); in deviceTypesToString()
115 std::string deviceTypesToString(const DeviceTypeSet& deviceTypes);117 bool deviceTypesToString(const DeviceTypeSet& deviceTypes, std::string &str);125 return deviceTypesToString(deviceTypes); in toString()
153 std::string deviceLiteral = deviceTypesToString(mApplicableDevices); in dump()