Searched refs:toUtf16 (Results 1 - 14 of 14) sorted by relevance
/vbox/src/VBox/Main/include/ |
H A D | Wrapper.h | 187 mUuid.toUtf16().detachTo(mDst); 253 mArray[i].toUtf16().detachTo(&outArray[i]);
|
/vbox/src/VBox/Main/src-all/ |
H A D | VirtualBoxErrorInfoImpl.cpp | 104 m_IID.toUtf16().cloneTo(aIID);
|
/vbox/src/VBox/Main/src-client/ |
H A D | RemoteUSBDeviceImpl.cpp | 175 mData.id.toUtf16().detachTo(aId);
|
H A D | SessionImpl.cpp | 781 return mConsole->i_onUSBDeviceDetach(aId.toUtf16().raw(), aError);
|
/vbox/include/VBox/com/ |
H A D | Guid.h | 315 Bstr toUtf16() const function in class:com::Guid
|
/vbox/src/VBox/Main/src-server/generic/ |
H A D | NetIf-generic.cpp | 326 if (FAILED(host->FindHostNetworkInterfaceById(Guid(aId).toUtf16().raw(), iface.asOutParam())))
|
/vbox/src/VBox/Main/testcase/ |
H A D | tstOVF.cpp | 350 Bstr bstrUUID(uuid.toUtf16());
|
/vbox/src/VBox/Main/src-server/ |
H A D | VirtualBoxImpl.cpp | 2645 : CallbackEvent(aVB, aWhat), id(aId.toUtf16()) 2650 : CallbackEvent(aVB, aWhat), id(aId.toUtf16()) 2728 Bstr id = aId.toUtf16(); 2765 , machineId(aMachineId.toUtf16()), key(aKey), val(aVal) 2797 , machineId(aMachineId.toUtf16()), sessionState(aState) 2827 return aEvDesc.init(aSource, mWhat, machineId.toUtf16().raw(), 2828 snapshotId.toUtf16().raw()); 2886 machineId.toUtf16().raw(), name.raw(), value.raw(), flags.raw()); 2909 fireNATRedirectEvent(m->pEventSource, aMachineId.toUtf16().raw(), ulSlot, fRemove, aName, aProto, aHostIp,
|
H A D | ApplianceImpl.cpp | 553 aMachines[i] = uuid.toUtf16();
|
H A D | HostUSBDeviceImpl.cpp | 571 HRESULT hrc = mMachine->i_onUSBDeviceDetach(mId.toUtf16().raw(), NULL);
|
H A D | MediumImpl.cpp | 2018 if (aImageId.toUtf16().isEmpty()) 2029 if (aParentId.toUtf16().isEmpty()) 2101 aSnapshotIds[j++] = it->machineId.toUtf16();
|
H A D | ApplianceImplImport.cpp | 1440 Bstr bstrGuid = guid.toUtf16();
|
/vbox/src/VBox/Frontends/VBoxManage/ |
H A D | VBoxManageMisc.cpp | 237 bstrUuid = Guid(ValueUnion.Uuid).toUtf16().raw(); 407 bstrUuid = Guid(ValueUnion.Uuid).toUtf16().raw();
|
/vbox/src/VBox/Frontends/VBoxSDL/ |
H A D | VBoxSDL.cpp | 1449 rc = pVirtualBox->FindMachine(uuidVM.toUtf16().raw(), pMachine.asOutParam());
|
Completed in 992 milliseconds