/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_stub.cpp | 58 READINT32(data, value, IPC_PROXY_DEAD_OBJECT_ERR); in g_parseInputDevice() 60 READINT32(data, value, IPC_PROXY_DEAD_OBJECT_ERR); in g_parseInputDevice() 65 READINT32(data, value, IPC_PROXY_DEAD_OBJECT_ERR); in g_parseInputDevice() 67 READINT32(data, value, IPC_PROXY_DEAD_OBJECT_ERR); in g_parseInputDevice() 69 READINT32(data, value, IPC_PROXY_DEAD_OBJECT_ERR); in g_parseInputDevice() 71 READINT32(data, value, IPC_PROXY_DEAD_OBJECT_ERR); in g_parseInputDevice() 88 READINT32(data, val, IPC_PROXY_DEAD_OBJECT_ERR); in g_parseInputDevice() 90 READINT32(data, val, IPC_PROXY_DEAD_OBJECT_ERR); in g_parseInputDevice() 92 READINT32(data, val, IPC_PROXY_DEAD_OBJECT_ERR); in g_parseInputDevice() 94 READINT32(dat in g_parseInputDevice() [all...] |
H A D | multimodal_input_connect_proxy.cpp | 47 READINT32(reply, value, IPC_PROXY_DEAD_OBJECT_ERR); in ParseInputDevice() 49 READINT32(reply, value, IPC_PROXY_DEAD_OBJECT_ERR); in ParseInputDevice() 54 READINT32(reply, value, IPC_PROXY_DEAD_OBJECT_ERR); in ParseInputDevice() 56 READINT32(reply, value, IPC_PROXY_DEAD_OBJECT_ERR); in ParseInputDevice() 58 READINT32(reply, value, IPC_PROXY_DEAD_OBJECT_ERR); in ParseInputDevice() 60 READINT32(reply, value, IPC_PROXY_DEAD_OBJECT_ERR); in ParseInputDevice() 77 READINT32(reply, val, IPC_PROXY_DEAD_OBJECT_ERR); in ParseInputDevice() 79 READINT32(reply, val, IPC_PROXY_DEAD_OBJECT_ERR); in ParseInputDevice() 81 READINT32(reply, val, IPC_PROXY_DEAD_OBJECT_ERR); in ParseInputDevice() 83 READINT32(repl in ParseInputDevice() [all...] |
/foundation/multimodalinput/input/common/anco/comm/src/ |
H A D | anco_channel_proxy.cpp | 56 READINT32(reply, ret, RET_ERR); in SyncInputEvent() 83 READINT32(reply, ret, RET_ERR); in SyncInputEvent() 110 READINT32(reply, ret, RET_ERR); in UpdateWindowInfo()
|
/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | key_option.cpp | 91 READINT32(in, preKeysSize); in ReadFromParcel() 102 READINT32(in, keyValue); in ReadFromParcel()
|
H A D | input_event.cpp | 317 READINT32(in, eventType_); in ReadFromParcel() 318 READINT32(in, id_); in ReadFromParcel() 321 READINT32(in, action_); in ReadFromParcel() 323 READINT32(in, deviceId_); in ReadFromParcel() 324 READINT32(in, targetDisplayId_); in ReadFromParcel() 325 READINT32(in, targetWindowId_); in ReadFromParcel() 326 READINT32(in, agentWindowId_); in ReadFromParcel()
|
H A D | pointer_event.cpp | 972 READINT32(in, pointerId_); in ReadFromParcel() 975 READINT32(in, nPointers); in ReadFromParcel() 993 READINT32(in, nPressedButtons); in ReadFromParcel() 1000 READINT32(in, buttonId); in ReadFromParcel() 1005 READINT32(in, nPressedKeys); in ReadFromParcel() 1012 READINT32(in, val); in ReadFromParcel() 1015 READINT32(in, sourceType_); in ReadFromParcel() 1016 READINT32(in, pointerAction_); in ReadFromParcel() 1017 READINT32(in, originPointerAction_); in ReadFromParcel() 1018 READINT32(i in ReadFromParcel() [all...] |
H A D | key_event.cpp | 930 READINT32(in, deviceId_); in ReadFromParcel() 931 READINT32(in, keyCode_); in ReadFromParcel() 1256 READINT32(in, keyCode_); in ReadFromParcel() 1268 READINT32(in, keyAction_); in ReadFromParcel() 1269 READINT32(in, keyIntention_); in ReadFromParcel() 1281 READINT32(in, vkAction); in ReadFromParcel() 1292 READINT32(in, size); in ReadEnhanceDataFromParcel()
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | define_multimodal.h | 375 #define READINT32(parcel, data, ...) \ macro
|