Home
last modified time | relevance | path

Searched refs:GetSubType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
H A Drs_command.h69 virtual uint16_t GetSubType() const in GetSubType() function
81 return std::make_pair(GetType(), GetSubType()); in GetUniqueType()
91 … return "commandType:[" + std::to_string(GetType()) + ", " + std::to_string(GetSubType()) + "], "; in PrintType()
H A Drs_command_templates.h55 uint16_t GetSubType() const override in GetSubType() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_unmarshal_thread.cpp179 if (cmd->GetSubType() == RSNodeCommandType::UPDATE_MODIFIER_DRAW_CMD_LIST || in IsHaveCmdList()
180 cmd->GetSubType() == RSNodeCommandType::ADD_MODIFIER) { in IsHaveCmdList()
185 if (cmd->GetSubType() == RSCanvasNodeCommandType::CANVAS_NODE_UPDATE_RECORDING) { in IsHaveCmdList()
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp266 result = GetSubType(INVALID_TEMPLATE_ID, &subType);
269 result = GetSubType(0, &subType);
272 result = GetSubType(templateId, &subType);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db.h51 ResultCode GetSubType(uint64_t templateId, uint64_t *subType);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c87 ResultCode result = GetSubType(templateId, &(algoParam->subType)); in DoAllInOneAuth()
H A Dexecutor_func_common.c334 ResultCode ret = GetSubType(templateId, subType); in GetSubTypeAndFreezeTime()
H A Dverifier_func.c187 if (GetSubType(g_verifierSchedule->templateId, &subType) != RESULT_SUCCESS) { in SetVerifyAckDataPinParam()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/transaction/
H A Drs_transaction_data.cpp160 command->GetSubType() == RSCanvasNodeCommandType::CANVAS_NODE_UPDATE_RECORDING) { in ProcessBySingleFrameComposer()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c708 ResultCode GetSubType(uint64_t templateId, uint64_t *subType) in GetSubType() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp880 command->GetType() + (static_cast<uint32_t>(command->GetSubType()) << bits); in PatchCommand()