Searched refs:deviceTypesToString (Results 1 – 3 of 3) sorted by relevance
127 std::string deviceTypesToString(const DeviceTypeSet& deviceTypes);129 bool deviceTypesToString(const DeviceTypeSet& deviceTypes, std::string &str);139 return deviceTypesToString(deviceTypes); in toString()
87 std::string deviceTypesToString(const DeviceTypeSet &deviceTypes) { in deviceTypesToString() function106 bool deviceTypesToString(const DeviceTypeSet &deviceTypes, std::string &str) { in deviceTypesToString() function107 str = deviceTypesToString(deviceTypes); in deviceTypesToString()
143 std::string deviceLiteral = deviceTypesToString(mApplicableDevices); in dump()