Searched refs:qtkit_name (Results 1 – 1 of 1) sorted by relevance
160 bool QtKitToSgDevice(const std::string& qtkit_name, Device* out) { in QtKitToSgDevice() argument161 out->name = qtkit_name; in QtKitToSgDevice()162 out->id = "sg:" + qtkit_name; in QtKitToSgDevice()