Searched refs:VBoxClientVerbose (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/darwin/VBoxClient/
H A DVBoxClientClipboard.cpp81 VBoxClientVerbose(2, "starting host clipboard polling thread\n");
96 VBoxClientVerbose(2, "waiting for new host request\n");
106 VBoxClientVerbose(2, "host requested quit\n");
112 VBoxClientVerbose(2, "host requested guest's clipboard read\n");
119 VBoxClientVerbose(2, "host requested guest's clipboard write\n");
125 VBoxClientVerbose(2, "received unknow command from host service\n");
137 VBoxClientVerbose(2, "host clipboard polling thread stopped\n");
162 VBoxClientVerbose(2, "starting guest clipboard polling thread\n");
179 VBoxClientVerbose(2, "failed to report pasteboard update (%Rrc)\n", rc);
183 VBoxClientVerbose(
[all...]
H A DVBoxClient.cpp110 void VBoxClientVerbose(int iLevel, const char *pszFormat, ...) function
158 VBoxClientVerbose(1, "Starting services...\n");
161 VBoxClientVerbose(1, "Starting service: %s\n", g_aServices[iServiceId].pszName);
165 VBoxClientVerbose(1, "unable to start service: %s (%Rrc)\n", g_aServices[iServiceId].pszName, rc);
166 VBoxClientVerbose(1, "Rolling back..\n");
171 VBoxClientVerbose(1, "Stopping service: %s\n", g_aServices[iServiceId].pszName);
174 VBoxClientVerbose(1, "unable to stop service: %s (%Rrc)\n", g_aServices[iServiceId].pszName, rcStop);
182 VBoxClientVerbose(1, "Services start completed.\n");
196 VBoxClientVerbose(1, "Stopping services...\n");
199 VBoxClientVerbose(
[all...]
H A DVBoxClientInternal.h67 extern void VBoxClientVerbose(int iLevel, const char *pszFormat, ...);
H A DVBoxClientClipboardGuestToHost.cpp80 VBoxClientVerbose(3, "SCAN..\n");
82 VBoxClientVerbose(3, "SCAN (%d)..\n", (int)flavorCount);
85 VBoxClientVerbose(3, "SCAN #%d..\n", (int)flavorIndex);
92 VBoxClientVerbose(3, "Found: %s, size: %d\n", (char *)CFStringGetCStringPtr(flavorType, kCFStringEncodingMacRoman), (int)CFDataGetLength(flavorData1));
96 VBoxClientVerbose(3, "SCAN COMPLETE\n");
276 VBoxClientVerbose(3, "vbclClipboardForwardToHost: %d\n", fFormats);
284 VBoxClientVerbose(3, "requested VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT: %d\n", fFormats);
332 VBoxClientVerbose(3, "requested VBOX_SHARED_CLIPBOARD_FMT_BITMAP: %d\n", fFormats);
351 VBoxClientVerbose(3, "requested VBOX_SHARED_CLIPBOARD_FMT_HTML: %d\n", fFormats);
370 VBoxClientVerbose(
[all...]
H A DVBoxClientClipboardHostToGuest.cpp133 VBoxClientVerbose(3, "unable to put data into guest's clipboard: %d\n", rc);
247 VBoxClientVerbose(3, "found VBOX_SHARED_CLIPBOARD_FMT_UNICODETEXT: %d\n", fFormatsInternal);
264 VBoxClientVerbose(3, "found VBOX_SHARED_CLIPBOARD_FMT_BITMAP: %d\n", fFormatsInternal);
281 VBoxClientVerbose(3, "found VBOX_SHARED_CLIPBOARD_FMT_HTML: %d\n", fFormatsInternal);
298 VBoxClientVerbose(3, "received data in unsupported format: %d\n", fFormats);

Completed in 33 milliseconds