Searched refs:BeginTime (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageInfo.cpp | 2324 LONG64 BeginTime = 0; local 2341 CHECK_ERROR_RET(vrdeServerInfo, COMGETTER(BeginTime)(&BeginTime), rc); 2371 makeTimeStr(timestr, sizeof(timestr), BeginTime); 2379 makeTimeStr(timestr, sizeof(timestr), BeginTime); 2393 if (EndTime != BeginTime) 2395 ThroughputSend = (BytesSent * 1000) / (EndTime - BeginTime); 2396 ThroughputReceive = (BytesReceived * 1000) / (EndTime - BeginTime);
|
/vbox/src/VBox/Main/include/ |
H A D | ConsoleVRDPServer.h | 393 DECL_GETTER(LONG64, BeginTime);
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleVRDPServer.cpp | 4187 IMPL_GETTER_SCALAR (LONG64, BeginTime, VRDE_QI_BEGIN_TIME, 0);
|
Completed in 158 milliseconds