Searched refs:customer (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkManager.cpp182 /* Get corresponding customer: */
183 UINetworkCustomer *pNetworkCustomer = pNetworkRequest->customer();
185 /* Send to customer to process: */
197 /* Get corresponding customer: */
198 UINetworkCustomer *pNetworkCustomer = pNetworkRequest->customer();
200 /* Send to customer to process: */
215 /* Get corresponding customer: */
216 UINetworkCustomer *pNetworkCustomer = pNetworkRequest->customer();
218 /* Send to customer to process: */
233 /* Get corresponding customer
[all...]
H A DUINetworkRequest.h70 UINetworkCustomer* customer() { return m_pCustomer; } function in class:UINetworkRequest
H A DUINetworkManagerDialog.cpp115 /* If customer made a force-call: */
116 if (pNetworkRequest->customer()->isItForceCall())

Completed in 43 milliseconds