Home
last modified time | relevance | path

Searched defs:commandSubType (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
Drs_node_showing_command.h39 constexpr static uint16_t commandSubType = GET_RENDER_PROPERTY; variable
79 constexpr static uint16_t commandSubType = GET_RENDER_PROPERTIES; variable
117 constexpr static uint16_t commandSubType = 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/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
Drs_transaction_data.cpp282 uint16_t commandSubType = 0; in UnmarshallingCommand() local