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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp668 FileData(const char* aProperty, argument
670 property(aProperty),
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp2134 HRESULT Machine::getCPUProperty(CPUPropertyType_T aProperty, BOOL *aValue) argument
2138 switch (aProperty)
2191 HRESULT Machine::setCPUProperty(CPUPropertyType_T aProperty, BOOL aValue) argument
2198 switch (aProperty)
2415 HRESULT Machine::getHWVirtExProperty(HWVirtExPropertyType_T aProperty, BOOL *aValue) argument
2419 switch(aProperty)
2454 HRESULT Machine::setHWVirtExProperty(HWVirtExPropertyType_T aProperty, BOOL aValue) argument
2461 switch(aProperty)
5657 HRESULT Machine::getGuestPropertyValue(const com::Utf8Str &aProperty, com::Utf8Str &aValue) argument
5661 HRESULT rc = getGuestProperty(aProperty, aValu
5665 getGuestPropertyTimestamp(const com::Utf8Str &aProperty, LONG64 *aValue) argument
5803 setGuestProperty(const com::Utf8Str &aProperty, const com::Utf8Str &aValue, const com::Utf8Str &aFlags) argument
5817 setGuestPropertyValue(const com::Utf8Str &aProperty, const com::Utf8Str &aValue) argument
[all...]

Completed in 273 milliseconds