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 D | rs_command.h | 69 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 D | rs_command_templates.h | 55 uint16_t GetSubType() const override in GetSubType() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_unmarshal_thread.cpp | 179 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 D | pin_db_test.cpp | 266 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 D | pin_db.h | 51 ResultCode GetSubType(uint64_t templateId, uint64_t *subType);
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | all_in_one_func.c | 87 ResultCode result = GetSubType(templateId, &(algoParam->subType)); in DoAllInOneAuth()
|
H A D | executor_func_common.c | 334 ResultCode ret = GetSubType(templateId, subType); in GetSubTypeAndFreezeTime()
|
H A D | verifier_func.c | 187 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 D | rs_transaction_data.cpp | 160 command->GetSubType() == RSCanvasNodeCommandType::CANVAS_NODE_UPDATE_RECORDING) { in ProcessBySingleFrameComposer()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/ |
H A D | pin_db.c | 708 ResultCode GetSubType(uint64_t templateId, uint64_t *subType) in GetSubType() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_base.cpp | 880 command->GetType() + (static_cast<uint32_t>(command->GetSubType()) << bits); in PatchCommand()
|