Home
last modified time | relevance | path

Searched refs:dragStateTmp (Results 1 - 2 of 2) sorted by relevance

/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp410 int32_t dragStateTmp = 0; in GetDragState() local
411 READINT32(reply, dragStateTmp, E_DEVICESTATUS_READ_PARCEL_ERROR); in GetDragState()
412 dragState = static_cast<DragState>(dragStateTmp); in GetDragState()
/base/msdp/device_status/services/communication/service/src/
H A Ddevicestatus_srv_stub.cpp838 int32_t dragStateTmp = static_cast<int32_t>(dragState); in GetDragStateStub() local
839 WRITEINT32(reply, dragStateTmp, ERR_INVALID_VALUE); in GetDragStateStub()

Completed in 4 milliseconds