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

/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11.cpp97 int vboxClientXLibErrorHandler(Display *pDisplay, XErrorEvent *pError) argument
101 if (pError->error_code == BadWindow)
107 XGetErrorText(pDisplay, pError->error_code, errorText, sizeof(errorText));
113 errorText, (int)pError->request_code, (int)pError->minor_code,
114 (int)pError->serial);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dmain.cpp109 static int vboxClientXLibErrorHandler(Display *pDisplay, XErrorEvent *pError) argument
113 XGetErrorText(pDisplay, pError->error_code, errorText, sizeof(errorText));
114 LogRelFlow(("VBoxClient: an X Window protocol error occurred: %s (error code %d). Request code: %d, minor code: %d, serial number: %d\n", errorText, pError->error_code, pError->request_code, pError->minor_code, pError->serial));
/vbox/src/VBox/Additions/linux/lightdm-greeter/
H A Dvbox-greeter.cpp516 GError *pError = NULL; local
517 if (!lightdm_greeter_start_session_sync(pGreeter, pszSession, &pError))
520 pszSession, pError ? pError->message : "Unknown error");
527 if (pError)
528 g_error_free(pError);
1306 GError *pError = NULL; local
1309 if (!gtk_builder_add_from_file(pBuilder, "/usr/share/xgreeters/vbox-greeter.ui", &pError))
1311 AssertPtr(pError);
1312 vboxGreeterError("unable to load UI: %s", pError
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp5453 ComPtr<IVirtualBoxErrorInfo> pError = eik.takeError(); local
5454 Assert(!pError.isNull());
5455 if (!pError.isNull())
5458 i_onUSBDeviceStateChange(aDevice, true /* aAttached */, pError);
5545 ComPtr<IVirtualBoxErrorInfo> pError = eik.takeError(); local
5546 Assert(!pError.isNull());
5547 if (!pError.isNull())
5550 i_onUSBDeviceStateChange(pUSBDevice, false /* aAttached */, pError);

Completed in 71 milliseconds