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

/vbox/src/VBox/Main/src-client/
H A DEmulatedUSBImpl.cpp96 const com::Utf8Str *aSettings,
186 const com::Utf8Str *aSettings,
198 hrc = mSettings.assignEx(*aSettings);
442 const com::Utf8Str &aSettings)
444 return i_webcamAttachInternal(aPath, aSettings, "HostWebcam", NULL);
448 const com::Utf8Str &aSettings,
462 hrc = p->Initialize(m.pConsole, this, &path, &aSettings, pvObject);
183 Initialize(Console *pConsole, EmulatedUSB *pEmulatedUSB, const com::Utf8Str *aPath, const com::Utf8Str *aSettings, void *pvObject) argument
441 webcamAttach(const com::Utf8Str &aPath, const com::Utf8Str &aSettings) argument
447 i_webcamAttachInternal(const com::Utf8Str &aPath, const com::Utf8Str &aSettings, const char *pszDriver, void *pvObject) argument
H A DMachineDebuggerImpl.cpp1000 HRESULT MachineDebugger::modifyLogFlags(const com::Utf8Str &aSettings) argument
1002 LogFlowThisFunc(("aSettings=%s\n", aSettings.c_str()));
1008 int vrc = DBGFR3LogModifyFlags(ptrVM.rawUVM(), aSettings.c_str());
1017 HRESULT MachineDebugger::modifyLogGroups(const com::Utf8Str &aSettings) argument
1019 LogFlowThisFunc(("aSettings=%s\n", aSettings.c_str()));
1025 int vrc = DBGFR3LogModifyGroups(ptrVM.rawUVM(), aSettings.c_str());
1034 HRESULT MachineDebugger::modifyLogDestinations(const com::Utf8Str &aSettings) argument
1036 LogFlowThisFunc(("aSettings
[all...]

Completed in 50 milliseconds