Home
last modified time | relevance | path

Searched refs:TestModeCommands (Results 1 – 4 of 4) sorted by relevance

/system/teeui/libteeui/include/teeui/
Dcommon_message_types.h35 enum class TestModeCommands : uint64_t;
65 enum class TestModeCommands : uint64_t { enum
117 inline std::tuple<ReadStream, TestModeCommands> read(Message<TestModeCommands>, ReadStream in) { in read() argument
118 return readSimpleType<TestModeCommands>(in); in read()
120 inline WriteStream write(WriteStream out, const TestModeCommands& v) { in write()
Dgeneric_operation.h173 ResponseCode deliverTestCommand(TestModeCommands testCommand) { in deliverTestCommand()
178 case TestModeCommands::OK_EVENT: { in deliverTestCommand()
186 case TestModeCommands::CANCEL_EVENT: { in deliverTestCommand()
Dgeneric_messages.h56 using DeliverTestCommandMessage = Message<CmdDeliverTestCommand, TestModeCommands>;
/system/core/trusty/confirmationui/
DTrustyConfirmationUI.cpp475 static_cast<teeui::TestModeCommands>(secureInputToken.challenge)); in deliverSecureInputEvent()