Home
last modified time | relevance | path

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

/aosp12/system/teeui/libteeui/include/teeui/
H A 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()
H A Dgeneric_operation.h173 ResponseCode deliverTestCommand(TestModeCommands testCommand) { in deliverTestCommand()
178 case TestModeCommands::OK_EVENT: { in deliverTestCommand()
186 case TestModeCommands::CANCEL_EVENT: { in deliverTestCommand()
H A Dgeneric_messages.h56 using DeliverTestCommandMessage = Message<CmdDeliverTestCommand, TestModeCommands>;
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/1.0/generic/
H A DGenericOperation.h141 switch (static_cast<TestModeCommands>(secureInputToken.challenge)) { in deliverSecureInputEvent()
142 case TestModeCommands::OK_EVENT: { in deliverSecureInputEvent()
150 case TestModeCommands::CANCEL_EVENT: { in deliverSecureInputEvent()
/aosp12/hardware/interfaces/confirmationui/1.0/
H A DIConfirmationUI.hal63 * This function can be used to test certain code paths non-interactively. See TestModeCommands
69 * @return error - Ignored: Unless used for testing (See TestModeCommands).
H A DIConfirmationResultCallback.hal58 * used (see types.hal TestModeCommands and TestKeyBits).
H A Dtypes.hal90 enum TestModeCommands: uint64_t {
/aosp12/hardware/interfaces/confirmationui/1.0/vts/functional/
H A DVtsHalConfirmationUIV1_0TargetTest.cpp100 HardwareAuthToken makeTestToken(const TestModeCommands command, uint64_t timestamp = 0) {
242 makeTestToken(TestModeCommands::OK_EVENT))); in TEST_P()
309 makeTestToken(TestModeCommands::CANCEL_EVENT))); in TEST_P()
/aosp12/system/core/trusty/confirmationui/
H A DTrustyConfirmationUI.cpp475 static_cast<teeui::TestModeCommands>(secureInputToken.challenge)); in deliverSecureInputEvent()