Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
Drs_node_showing_command.h31 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_READ_PROPERTY; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
Drs_command_factory.cpp43 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.cpp132 uint16_t commandType = 0; in UnmarshallingCommand() local