Home
last modified time | relevance | path

Searched defs:commandType (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
Drs_node_showing_command.h35 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_READ_PROPERTY; variable
70 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_READ_PROPERTY; variable
102 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_GET_VALUE_FRACTION; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
Drs_command_factory.cpp47 inline uint32_t MakeKey(uint16_t commandType, uint16_t commandSubType) in MakeKey()
/foundation/arkui/ace_engine/interfaces/inner_api/ace/stylus/
Dstylus_detector_interface.h51 CommandType commandType; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
Drs_transaction_data.cpp217 uint16_t commandType = 0; in UnmarshallingCommand() local