VirtualBox

Changeset 27537 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Mar 19, 2010 2:04:54 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59045
Message:

Main: API consistency: method names start with lower case always; no camel case within acronyms in method names (Cpu -> CPU)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r27532 r27537  
    807807
    808808  <enum
    809     name="CpuPropertyType"
    810     uuid="af7bb668-eeb1-4404-b77f-a114b30c92d6"
     809    name="CPUPropertyType"
     810    uuid="24d356a6-2f45-4abd-b977-1cbe9c4701f5"
    811811  >
    812812    <desc>
    813813      Virtual CPU property type. This enumeration represents possible values of the
    814       IMachine get- and setCpuProperty methods.
     814      IMachine get- and setCPUProperty methods.
    815815    </desc>
    816816    <const name="Null"                  value="0">
     
    42674267  <interface
    42684268     name="IMachine" extends="$unknown"
    4269      uuid="8d8f6fbb-54c1-4604-b68e-17619d458611"
     4269     uuid="254f7fd0-a99b-4ea9-992f-794624e67882"
    42704270     wsmap="managed"
    42714271     >
     
    53715371    </method>
    53725372
    5373     <method name="getCpuProperty" const="yes">
     5373    <method name="getCPUProperty" const="yes">
    53745374      <desc>
    53755375        Returns the virtual CPU boolean value of the specified property.
     
    53805380
    53815381      </desc>
    5382       <param name="property" type="CpuPropertyType" dir="in">
     5382      <param name="property" type="CPUPropertyType" dir="in">
    53835383        <desc>
    53845384          Property type to query.
     
    53925392    </method>
    53935393
    5394     <method name="setCpuProperty">
     5394    <method name="setCPUProperty">
    53955395      <desc>
    53965396        Sets the virtual CPU boolean value of the specified property.
     
    54015401
    54025402      </desc>
    5403       <param name="property" type="CpuPropertyType" dir="in">
     5403      <param name="property" type="CPUPropertyType" dir="in">
    54045404        <desc>
    54055405          Property type to query.
     
    54135413    </method>
    54145414
    5415     <method name="getCpuIdLeaf" const="yes">
     5415    <method name="getCPUIDLeaf" const="yes">
    54165416      <desc>
    54175417        Returns the virtual CPU cpuid information for the specified leaf.
     
    54305430      <param name="id" type="unsigned long" dir="in">
    54315431        <desc>
    5432           Cpuid leaf index.
     5432          CPUID leaf index.
    54335433        </desc>
    54345434      </param>
    54355435      <param name="valEax" type="unsigned long" dir="out">
    54365436        <desc>
    5437           Cpuid leaf value for register eax.
     5437          CPUID leaf value for register eax.
    54385438        </desc>
    54395439      </param>
    54405440      <param name="valEbx" type="unsigned long" dir="out">
    54415441        <desc>
    5442           Cpuid leaf value for register ebx.
     5442          CPUID leaf value for register ebx.
    54435443        </desc>
    54445444      </param>
    54455445      <param name="valEcx" type="unsigned long" dir="out">
    54465446        <desc>
    5447           Cpuid leaf value for register ecx.
     5447          CPUID leaf value for register ecx.
    54485448        </desc>
    54495449      </param>
    54505450      <param name="valEdx" type="unsigned long" dir="out">
    54515451        <desc>
    5452           Cpuid leaf value for register edx.
    5453         </desc>
    5454       </param>
    5455     </method>
    5456 
    5457     <method name="setCpuIdLeaf" const="yes">
     5452          CPUID leaf value for register edx.
     5453        </desc>
     5454      </param>
     5455    </method>
     5456
     5457    <method name="setCPUIDLeaf" const="yes">
    54585458      <desc>
    54595459        Sets the virtual CPU cpuid information for the specified leaf. Note that these values
     
    54765476      <param name="id" type="unsigned long" dir="in">
    54775477        <desc>
    5478           Cpuid leaf index.
     5478          CPUID leaf index.
    54795479        </desc>
    54805480      </param>
    54815481      <param name="valEax" type="unsigned long" dir="in">
    54825482        <desc>
    5483           Cpuid leaf value for register eax.
     5483          CPUID leaf value for register eax.
    54845484        </desc>
    54855485      </param>
    54865486      <param name="valEbx" type="unsigned long" dir="in">
    54875487        <desc>
    5488           Cpuid leaf value for register ebx.
     5488          CPUID leaf value for register ebx.
    54895489        </desc>
    54905490      </param>
    54915491      <param name="valEcx" type="unsigned long" dir="in">
    54925492        <desc>
    5493           Cpuid leaf value for register ecx.
     5493          CPUID leaf value for register ecx.
    54945494        </desc>
    54955495      </param>
    54965496      <param name="valEdx" type="unsigned long" dir="in">
    54975497        <desc>
    5498           Cpuid leaf value for register edx.
    5499         </desc>
    5500       </param>
    5501     </method>
    5502 
    5503     <method name="removeCpuIdLeaf" const="yes">
     5498          CPUID leaf value for register edx.
     5499        </desc>
     5500      </param>
     5501    </method>
     5502
     5503    <method name="removeCPUIDLeaf" const="yes">
    55045504      <desc>
    55055505        Removes the virtual CPU cpuid leaf for the specified index
     
    55125512      <param name="id" type="unsigned long" dir="in">
    55135513        <desc>
    5514           Cpuid leaf index.
    5515         </desc>
    5516       </param>
    5517     </method>
    5518 
    5519     <method name="removeAllCpuIdLeafs" const="yes">
    5520       <desc>
    5521         Removes all the virtual CPU cpuid leafs
     5514          CPUID leaf index.
     5515        </desc>
     5516      </param>
     5517    </method>
     5518
     5519    <method name="removeAllCPUIDLeaves" const="yes">
     5520      <desc>
     5521        Removes all the virtual CPU cpuid leaves
    55225522      </desc>
    55235523    </method>
     
    60926092    </method>
    60936093
    6094     <method name="HotPlugCPU">
     6094    <method name="hotPlugCPU">
    60956095      <desc>
    60966096        Plugs a CPU into the machine.
     
    61036103    </method>
    61046104
    6105     <method name="HotUnplugCPU">
     6105    <method name="hotUnplugCPU">
    61066106      <desc>
    61076107        Removes a CPU from the machine.
     
    61146114    </method>
    61156115
    6116     <method name="GetCPUStatus">
     6116    <method name="getCPUStatus">
    61176117      <desc>
    61186118        Plugs a CPU into the machine.
     
    76847684    </method>
    76857685
    7686     <method name="getProcessorCpuIdLeaf">
     7686    <method name="getProcessorCPUIDLeaf">
    76877687      <desc>
    76887688        Returns the CPU cpuid information for the specified leaf.
     
    76997699      <param name="leaf" type="unsigned long" dir="in">
    77007700        <desc>
    7701           Cpuid leaf index (eax).
     7701          CPUID leaf index (eax).
    77027702        </desc>
    77037703      </param>
    77047704      <param name="subLeaf" type="unsigned long" dir="in">
    77057705        <desc>
    7706           Cpuid leaf sub index (ecx).  This currently only applies to cache
     7706          CPUID leaf sub index (ecx).  This currently only applies to cache
    77077707          information on Intel CPUs.  Use 0 if retriving values for
    7708           <link to="IMachine::setCpuIdLeaf"/>.
     7708          <link to="IMachine::setCPUIDLeaf"/>.
    77097709        </desc>
    77107710      </param>
    77117711      <param name="valEax" type="unsigned long" dir="out">
    77127712        <desc>
    7713           Cpuid leaf value for register eax.
     7713          CPUID leaf value for register eax.
    77147714        </desc>
    77157715      </param>
    77167716      <param name="valEbx" type="unsigned long" dir="out">
    77177717        <desc>
    7718           Cpuid leaf value for register ebx.
     7718          CPUID leaf value for register ebx.
    77197719        </desc>
    77207720      </param>
    77217721      <param name="valEcx" type="unsigned long" dir="out">
    77227722        <desc>
    7723           Cpuid leaf value for register ecx.
     7723          CPUID leaf value for register ecx.
    77247724        </desc>
    77257725      </param>
    77267726      <param name="valEdx" type="unsigned long" dir="out">
    77277727        <desc>
    7728           Cpuid leaf value for register edx.
     7728          CPUID leaf value for register edx.
    77297729        </desc>
    77307730      </param>
     
    1337213372  <interface
    1337313373    name="IStorageController" extends="$unknown"
    13374     uuid="6bf8335b-d14a-44a5-9b45-ddc49ce7d5b2"
     13374    uuid="ce37b7a9-d895-4ee8-b9f8-9579bfc85813"
    1337513375    wsmap="managed"
    1337613376  >
     
    1345513455    </attribute>
    1345613456
    13457     <method name="GetIDEEmulationPort">
     13457    <method name="getIDEEmulationPort">
    1345813458      <desc>
    1345913459        Gets the corresponding port number which is emulated as an IDE device.
     
    1347213472    </method>
    1347313473
    13474     <method name="SetIDEEmulationPort">
     13474    <method name="setIDEEmulationPort">
    1347513475      <desc>
    1347613476        Sets the port number which is emulated as an IDE device.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette