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

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsParallel.cpp89 void UIMachineSettingsParallel::fetchPortData(const UICacheSettingsMachineParallelPort &portCache) argument
92 const UIDataSettingsMachineParallelPort &portData = portCache.base();
108 void UIMachineSettingsParallel::uploadPortData(UICacheSettingsMachineParallelPort &portCache) argument
111 UIDataSettingsMachineParallelPort portData = portCache.base();
120 portCache.cacheCurrentData(portData);
305 const UICacheSettingsMachineParallelPort &portCache = m_cache.child(iPort); local
306 if (portCache.wasChanged())
313 const UIDataSettingsMachineParallelPort &portData = portCache.data();
H A DUIMachineSettingsSerial.cpp103 void UIMachineSettingsSerial::fetchPortData(const UICacheSettingsMachineSerialPort &portCache) argument
106 const UIDataSettingsMachineSerialPort &portData = portCache.base();
124 void UIMachineSettingsSerial::uploadPortData(UICacheSettingsMachineSerialPort &portCache) argument
127 UIDataSettingsMachineSerialPort portData = portCache.base();
138 portCache.cacheCurrentData(portData);
346 const UICacheSettingsMachineSerialPort &portCache = m_cache.child(iPort); local
347 if (portCache.wasChanged())
354 const UIDataSettingsMachineSerialPort &portData = portCache.data();

Completed in 67 milliseconds