Searched refs:deviceTypesToString (Results 1 – 3 of 3) sorted by relevance
126 std::string deviceTypesToString(const DeviceTypeSet& deviceTypes);128 bool deviceTypesToString(const DeviceTypeSet& deviceTypes, std::string &str);138 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()
133 std::string deviceLiteral = deviceTypesToString(mApplicableDevices); in dump()