Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
Drs_node_showing_command.h38 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_READ_PROPERTY; variable
78 constexpr static uint16_t commandType = RS_NODE_SYNCHRONOUS_READ_PROPERTY; variable
116 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.h55 CommandType commandType; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
Drs_transaction_data.cpp281 uint16_t commandType = 0; in UnmarshallingCommand() local
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
Draw_input_injector.cpp552 CommandType commandType = InjectingExecutor::GetCommandTypeFromPointerAction(pointerAction); in UpdatePointerStatusByPointerAction() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_stack_processor.h188 PrebuildCompCmdType commandType; member