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