Searched refs:aValue (Results 26 - 50 of 52) sorted by relevance

123

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.cpp263 const char* aValue,
290 const char* arenaValue = ArenaStrdup(aValue, aArena);
522 const char *aValue,
529 NS_ENSURE_ARG_POINTER(aValue);
549 aValue,
262 AddLeaf(const char* aEntryName, const char* aValue, PRBool aPersist, PRBool aReplace, char** _retval, PLArenaPool* aArena) argument
520 AddCategoryEntry( const char *aCategoryName, const char *aEntryName, const char *aValue, PRBool aPersist, PRBool aReplace, char **_retval ) argument
/vbox/src/VBox/Main/src-server/
H A DDHCPServerImpl.cpp326 DhcpOpt_T aOption, const com::Utf8Str &aValue)
332 OptValue = DhcpOptValue(aValue, DhcpOptValue::LEGACY);
347 rc = RTStrToUInt8Ex(aValue.c_str(), &pszNext, 10, &u8Code);
388 HRESULT DHCPServer::addGlobalOption(DhcpOpt_T aOption, const com::Utf8Str &aValue) argument
392 int rc = addOption(m->GlobalDhcpOptions, aOption, aValue);
445 const com::Utf8Str &aValue)
450 int rc = addOption(map, aOption, aValue);
325 addOption(DhcpOptionMap &aMap, DhcpOpt_T aOption, const com::Utf8Str &aValue) argument
442 addVmSlotOption(const com::Utf8Str &aVmName, LONG aSlot, DhcpOpt_T aOption, const com::Utf8Str &aValue) argument
H A DNetworkAdapterImpl.cpp947 HRESULT NetworkAdapter::getProperty(const com::Utf8Str &aKey, com::Utf8Str &aValue) argument
950 aValue = "";
953 aValue = it->second; // source is a Utf8Str
958 HRESULT NetworkAdapter::setProperty(const com::Utf8Str &aKey, const com::Utf8Str &aValue) argument
974 if (strOldValue != aValue)
976 if (aValue.isEmpty())
979 mData->mGenericProperties[aKey] = aValue;
H A DUSBDeviceFilterImpl.cpp96 const Utf8Str &aValue,
100 if (aValue.isEmpty())
104 const char *pcszValue = aValue.c_str();
153 aErrStr = Utf8StrFmt(tr("The %s filter expression '%s' is not valid"), i_describeUSBFilterIdx(aIdx), aValue.c_str());
159 i_describeUSBFilterIdx(aIdx), aValue.c_str());
164 vrc, i_describeUSBFilterIdx(aIdx), aValue.c_str());
94 i_usbFilterFieldFromString(PUSBFILTER aFilter, USBFILTERIDX aIdx, const Utf8Str &aValue, Utf8Str &aErrStr) argument
H A DMachineImpl.cpp2134 HRESULT Machine::getCPUProperty(CPUPropertyType_T aProperty, BOOL *aValue) argument
2141 *aValue = mHWData->mPAEEnabled;
2145 *aValue = mHWData->mSyntheticCpu;
2150 *aValue = TRUE;
2152 *aValue = FALSE;
2155 *aValue = TRUE;
2159 *aValue = FALSE;
2172 hrc2 = ptrHost->GetProcessorFeature(ProcessorFeature_LongMode, aValue); AssertComRC(hrc2);
2174 *aValue = FALSE;
2182 *aValue
2191 setCPUProperty(CPUPropertyType_T aProperty, BOOL aValue) argument
2415 getHWVirtExProperty(HWVirtExPropertyType_T aProperty, BOOL *aValue) argument
2454 setHWVirtExProperty(HWVirtExPropertyType_T aProperty, BOOL aValue) argument
4890 getExtraData(const com::Utf8Str &aKey, com::Utf8Str &aValue) argument
4910 setExtraData(const com::Utf8Str &aKey, const com::Utf8Str &aValue) argument
5580 i_getGuestPropertyFromService(const com::Utf8Str &aName, com::Utf8Str &aValue, LONG64 *aTimestamp, com::Utf8Str &aFlags) const argument
5608 i_getGuestPropertyFromVM(const com::Utf8Str &aName, com::Utf8Str &aValue, LONG64 *aTimestamp, com::Utf8Str &aFlags) const argument
5639 getGuestProperty(const com::Utf8Str &aName, com::Utf8Str &aValue, LONG64 *aTimestamp, com::Utf8Str &aFlags) argument
5657 getGuestPropertyValue(const com::Utf8Str &aProperty, com::Utf8Str &aValue) argument
5665 getGuestPropertyTimestamp(const com::Utf8Str &aProperty, LONG64 *aValue) argument
5677 i_setGuestPropertyToService(const com::Utf8Str &aName, const com::Utf8Str &aValue, const com::Utf8Str &aFlags, bool fDelete) argument
5770 i_setGuestPropertyToVM(const com::Utf8Str &aName, const com::Utf8Str &aValue, const com::Utf8Str &aFlags, bool fDelete) 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
13373 pushGuestProperty(const com::Utf8Str &aName, const com::Utf8Str &aValue, LONG64 aTimestamp, const com::Utf8Str &aFlags) argument
14704 pushGuestProperty(const com::Utf8Str &aName, const com::Utf8Str &aValue, LONG64 aTimestamp, const com::Utf8Str &aFlags) argument
[all...]
H A DVirtualBoxImpl.cpp1955 com::Utf8Str &aValue)
1960 aValue = it->second; // source is a Utf8Str
1971 const com::Utf8Str &aValue)
1975 Utf8Str strValue(aValue);
2002 if (!i_onExtraDataCanChange(Guid::Empty, Bstr(aKey).raw(), Bstr(aValue).raw(), error))
2033 i_onExtraDataChange(Guid::Empty, Bstr(aKey).raw(), Bstr(aValue).raw());
2718 BOOL VirtualBox::i_onExtraDataCanChange(const Guid &aId, IN_BSTR aKey, IN_BSTR aValue, argument
2721 LogFlowThisFunc(("machine={%s} aKey={%ls} aValue={%ls}\n",
2722 aId.toString().c_str(), aKey, aValue));
2731 evDesc.init(m->pEventSource, VBoxEventType_OnExtraDataCanChange, id.raw(), aKey, aValue);
1954 getExtraData(const com::Utf8Str &aKey, com::Utf8Str &aValue) argument
1970 setExtraData(const com::Utf8Str &aKey, const com::Utf8Str &aValue) argument
2779 i_onExtraDataChange(const Guid &aId, IN_BSTR aKey, IN_BSTR aValue) argument
2874 GuestPropertyEvent(VirtualBox *aVBox, const Guid &aMachineId, IN_BSTR aName, IN_BSTR aValue, IN_BSTR aFlags) argument
2896 i_onGuestPropertyChange(const Guid &aMachineId, IN_BSTR aName, IN_BSTR aValue, IN_BSTR aFlags) argument
[all...]
H A DMediumImpl.cpp2345 com::Utf8Str &aValue)
2360 aValue = it->second;
2366 const com::Utf8Str &aValue)
2387 it->second = aValue;
2393 if (!aValue.isEmpty())
2394 m->mapProperties[aName] = aValue;
2398 if (!aValue.isEmpty())
2399 it->second = aValue;
6520 HRESULT Medium::i_setPropertyDirect(const Utf8Str &aName, const Utf8Str &aValue) argument
6536 m->mapProperties[aName] = aValue;
2344 getProperty(const com::Utf8Str &aName, com::Utf8Str &aValue) argument
2365 setProperty(const com::Utf8Str &aName, const com::Utf8Str &aValue) argument
[all...]
/vbox/src/VBox/Main/include/
H A DMachineImpl.h720 HRESULT i_getGuestPropertyFromService(const com::Utf8Str &aName, com::Utf8Str &aValue,
722 HRESULT i_setGuestPropertyToService(const com::Utf8Str &aName, const com::Utf8Str &aValue,
724 HRESULT i_getGuestPropertyFromVM(const com::Utf8Str &aName, com::Utf8Str &aValue,
726 HRESULT i_setGuestPropertyToVM(const com::Utf8Str &aName, const com::Utf8Str &aValue,
1087 com::Utf8Str &aValue);
1089 const com::Utf8Str &aValue);
1091 BOOL *aValue);
1093 BOOL aValue);
1107 BOOL *aValue);
1109 BOOL aValue);
[all...]
H A DMachineDebuggerImpl.h110 com::Utf8Str &aValue);
116 const com::Utf8Str &aValue);
H A DNetworkAdapterImpl.h103 com::Utf8Str &aValue);
105 const com::Utf8Str &aValue);
H A DVirtualBoxImpl.h135 BOOL i_onExtraDataCanChange(const Guid &aId, IN_BSTR aKey, IN_BSTR aValue,
137 void i_onExtraDataChange(const Guid &aId, IN_BSTR aKey, IN_BSTR aValue);
145 void i_onGuestPropertyChange(const Guid &aMachineId, IN_BSTR aName, IN_BSTR aValue,
318 com::Utf8Str &aValue);
320 const com::Utf8Str &aValue);
H A DSessionImpl.h113 const com::Utf8Str &aValue,
H A DMediumImpl.h127 HRESULT i_setPropertyDirect(const Utf8Str &aName, const Utf8Str &aValue);
265 com::Utf8Str &aValue);
267 const com::Utf8Str &aValue);
H A DUSBDeviceFilterImpl.h97 const Utf8Str &aValue,
H A DGuestSessionImpl.h316 com::Utf8Str &aValue);
318 const com::Utf8Str &aValue);
H A DConsoleImpl.h180 HRESULT i_getGuestProperty(const Utf8Str &aName, Utf8Str *aValue, LONG64 *aTimestamp, Utf8Str *aFlags);
181 HRESULT i_setGuestProperty(const Utf8Str &aName, const Utf8Str &aValue, const Utf8Str &aFlags);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageUSB.cpp112 Nullable(const T &aValue, bool aIsNull = false) argument
113 : mIsNull(aIsNull), mValue(aValue) {}
120 Nullable &operator= (const T &aValue) argument
122 mValue = aValue;
H A DVBoxManageModifyVM.cpp684 uint32_t aValue[4]; local
693 aValue[i] = ValueUnion.u32;
695 CHECK_ERROR(sessionMachine, SetCPUIDLeaf(id, aValue[0], aValue[1], aValue[2], aValue[3]));
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsStorage.cpp1455 bool StorageModel::setData (const QModelIndex &aIndex, const QVariant &aValue, int aRole) argument
1458 return QAbstractItemModel::setData (aIndex, aValue, aRole);
1464 mToolTipType = aValue.value <ToolTipType>();
1473 static_cast <ControllerItem*> (item)->setCtrName (aValue.toString());
1484 static_cast <ControllerItem*> (item)->setCtrType (aValue.value <KStorageControllerType>());
1495 static_cast <ControllerItem*> (item)->setPortCount (aValue.toUInt());
1506 static_cast <ControllerItem*> (item)->setCtrUseIoCache (aValue.toBool());
1517 static_cast <AttachmentItem*> (item)->setAttSlot (aValue.value <StorageSlot>());
1529 static_cast <AttachmentItem*> (item)->setAttDevice (aValue.value <KDeviceType>());
1540 static_cast <AttachmentItem*> (item)->setAttMediumId (aValue
[all...]
H A DUIMachineSettingsStorage.h506 bool setData (const QModelIndex &aIndex, const QVariant &aValue, int aRole);
/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsISupportsImpl.h83 nsAutoRefCnt(nsrefcnt aValue) : mValue(aValue) {} argument
89 nsrefcnt operator=(nsrefcnt aValue) { return (mValue = aValue); } argument
/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp1127 HRESULT MachineDebugger::getRegister(ULONG aCpuId, const com::Utf8Str &aName, com::Utf8Str &aValue) argument
1151 aValue = Utf8Str(bstrValue);
1227 HRESULT MachineDebugger::setRegister(ULONG aCpuId, const com::Utf8Str &aName, const com::Utf8Str &aValue) argument
H A DSessionImpl.cpp846 HRESULT Session::accessGuestProperty(const com::Utf8Str &aName, const com::Utf8Str &aValue, const com::Utf8Str &aFlags, argument
870 hr = mConsole->i_setGuestProperty(aName, aValue, aFlags);
H A DGuestSessionImpl.cpp2940 HRESULT GuestSession::environmentGet(const com::Utf8Str &aName, com::Utf8Str &aValue) argument
2952 aValue = mData.mEnvironment.Get(aName);
2959 HRESULT GuestSession::environmentSet(const com::Utf8Str &aName, const com::Utf8Str &aValue) argument
2971 int rc = mData.mEnvironment.Set(aName, aValue);
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h3760 #define IDHCPServer_AddGlobalOption(p, aOption, aValue) ((p)->lpVtbl->AddGlobalOption(p, aOption, aValue))
3761 #define IDHCPServer_AddVmSlotOption(p, aVmname, aSlot, aOption, aValue) ((p)->lpVtbl->AddVmSlotOption(p, aVmname, aSlot, aOption, aValue))
4281 #define IVirtualBox_GetExtraData(p, aKey, aValue) ((p)->lpVtbl->GetExtraData(p, aKey, aValue))
4282 #define IVirtualBox_SetExtraData(p, aKey, aValue) ((p)->lpVtbl->SetExtraData(p, aKey, aValue))
6785 #define IMachine_GetExtraData(p, aKey, aValue) ((p)->lpVtbl->GetExtraData(p, aKey, aValue))
[all...]

Completed in 254 milliseconds

123