Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A 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
/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/arkui/ace_engine/interfaces/inner_api/ace/stylus/
H A Dstylus_detector_interface.h55 CommandType commandType; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_data.cpp217 uint16_t commandType = 0; in UnmarshallingCommand() local
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dstk_controller.cpp337 std::string commandType = cmdData.substr(STK_CMD_TYPE_INDEX, STK_CMD_TYPE_LEN); in CheckIsBipCmd() local