Searched defs:mProductId (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp145 Bstr mProductId; member in struct:USBFilterCmd::USBFilter
262 cmd.mFilter.mProductId = a->argv[i];
418 if (!f.mProductId.isEmpty())
419 CHECK_ERROR_BREAK(flt, COMSETTER(ProductId)(f.mProductId.raw()));
444 if (!f.mProductId.isEmpty())
445 CHECK_ERROR_BREAK(flt, COMSETTER(ProductId)(f.mProductId.raw()));
476 if (!f.mProductId.isEmpty())
477 CHECK_ERROR_BREAK(flt, COMSETTER(ProductId)(f.mProductId.raw()));
503 if (!f.mProductId.isEmpty())
504 CHECK_ERROR_BREAK(flt, COMSETTER(ProductId)(f.mProductId
[all...]

Completed in 3312 milliseconds