Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_node_showing_command.h36 constexpr static uint16_t commandSubType = GET_RENDER_PROPERTY; variable
71 constexpr static uint16_t commandSubType = GET_RENDER_PROPERTIES; variable
103 constexpr static uint16_t commandSubType = GET_VALUE_FRACTION; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_command_factory.cpp47 inline uint32_t MakeKey(uint16_t commandType, uint16_t commandSubType) in MakeKey()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_data.cpp218 uint16_t commandSubType = 0; in UnmarshallingCommand() local