VirtualBox

Ignore:
Timestamp:
Jan 23, 2019 6:23:04 PM (6 years ago)
Author:
vboxsync
Message:

Guest Control: Unifying terminology for (client/host) commands, functions and messages; it's all about messages now. Renaming, no functional changes.

Location:
trunk/src/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox

    • Property svn:mergeinfo
      •  

        old new  
        88/branches/VBox-5.0/src/VBox:104938,104943,104950,104987-104988,104990,106453
        99/branches/VBox-5.1/src/VBox:112367,116543,116550,116568,116573
        10 /branches/VBox-5.2/src/VBox:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124263,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812
         10/branches/VBox-5.2/src/VBox:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124263,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812,127158-127159,127162-127167,127180
        1111/branches/andy/draganddrop/src/VBox:90781-91268
        1212/branches/andy/guestctrl20/src/VBox:78916,78930
  • trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp

    r76553 r76958  
    179179
    180180        /** Client connected, invalid parameters given. */
    181         { HOST_EXEC_CMD, 1024, 0, true, VERR_INVALID_POINTER },
    182         { HOST_EXEC_CMD, 1, 0, true, VERR_INVALID_POINTER },
    183         { HOST_EXEC_CMD, -1, 0, true, VERR_INVALID_POINTER },
     181        { HOST_MSG_EXEC_CMD, 1024, 0, true, VERR_INVALID_POINTER },
     182        { HOST_MSG_EXEC_CMD, 1, 0, true, VERR_INVALID_POINTER },
     183        { HOST_MSG_EXEC_CMD, -1, 0, true, VERR_INVALID_POINTER },
    184184
    185185        /** Client connected, parameters given. */
    186         { HOST_CANCEL_PENDING_WAITS, 1, &aParms[0], true, VINF_SUCCESS },
    187         { HOST_EXEC_CMD, 1, &aParms[0], true, VINF_SUCCESS },
    188         { HOST_EXEC_SET_INPUT, 1, &aParms[0], true, VINF_SUCCESS },
    189         { HOST_EXEC_GET_OUTPUT, 1, &aParms[0], true, VINF_SUCCESS },
     186        { HOST_MSG_CANCEL_PENDING_WAITS, 1, &aParms[0], true, VINF_SUCCESS },
     187        { HOST_MSG_EXEC_CMD, 1, &aParms[0], true, VINF_SUCCESS },
     188        { HOST_MSG_EXEC_SET_INPUT, 1, &aParms[0], true, VINF_SUCCESS },
     189        { HOST_MSG_EXEC_GET_OUTPUT, 1, &aParms[0], true, VINF_SUCCESS },
    190190
    191191        /** Client connected, unknown command + valid parameters given. */
     
    221221        HGCMSvcSetStr(&aParmsHost[2], "baz");
    222222
    223         rc = pTable->pfnHostCall(pTable->pvService, HOST_EXEC_CMD, 3, &aParmsHost[0]);
     223        rc = pTable->pfnHostCall(pTable->pvService, HOST_MSG_EXEC_CMD, 3, &aParmsHost[0]);
    224224        RTTEST_CHECK_RC_RET(g_hTest, rc, VINF_SUCCESS, rc);
    225225
Note: See TracChangeset for help on using the changeset viewer.

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