Searched refs:Invalid (Results 1 – 17 of 17) sorted by relevance
/system/teeui/libteeui/include/teeui/ |
D | generic_messages.h | 32 Invalid, enumerator 93 template <typename CmdT, CmdT Invalid = CmdT::Invalid> 99 return {stream, Invalid}; 102 template <typename CmdT, CmdT Invalid = CmdT::Invalid> CmdT peakCmd(ReadStream in) {
|
/system/chre/core/ |
D | wifi_scan_request.cc | 30 return WifiScanType::Invalid; in getWifiScanTypeForEnum() 35 : WifiScanRequest(WifiScanType::Invalid, in WifiScanRequest()
|
/system/tools/sysprop/tests/ |
D | CppGenTest.cpp | 258 …LOG_ALWAYS_FATAL("Invalid value %d for property android.test.enum", static_cast<std::int32_t>(*val… 285 LOG_ALWAYS_FATAL("Invalid value %d for property el", static_cast<std::int32_t>(*value));
|
/system/chre/core/tests/ |
D | wifi_scan_request_test.cc | 26 EXPECT_EQ(request.getScanType(), WifiScanType::Invalid); in TEST()
|
/system/logging/logcat/ |
D | logpersist | 59 echo ERROR: Invalid --size ${size} >&2 66 echo ERROR: Invalid --buffer ${buffer} >&2
|
/system/chre/core/include/chre/core/ |
D | wifi_scan_request.h | 40 enum class WifiScanType { Invalid, Active, ActivePlusPassiveDfs, Passive }; enumerator
|
/system/security/keystore2/src/ |
D | key_parameter.rs | 495 _ => $enum_name::Invalid, 592 _ => $enum_name::Invalid, 815 #[key_param(tag = INVALID, field = Invalid)] 816 Invalid, 1118 TagType::INVALID => return KmKeyParameterValue::Invalid(Default::default()), in get_field_by_tag_type() 1151 | (&KmKeyParameterValue::Invalid(_), KmKeyParameterValue::Invalid(_)) in check_field_matches_tag_type() 1486 let kp = KeyParameter::new(KeyParameterValue::Invalid, SecurityLevel::STRONGBOX); in test_convert_to_wire_invalid() 1488 KmKeyParameter { tag: Tag::INVALID, value: KmKeyParameterValue::Invalid(0) }, in test_convert_to_wire_invalid() 1545 assert_eq!(KeyParameterValue::Invalid, aidl_kp.into()); in test_convert_from_wire_invalid()
|
D | sw_keyblob.rs | 512 KeyParameterValue::Invalid(_v) => { in serialize_params()
|
D | database.rs | 4498 KeyParameter::new(KeyParameterValue::Invalid, SecurityLevel::TRUSTED_ENVIRONMENT), in make_test_params_with_sids()
|
/system/teeui/libteeui/include/secure_input/ |
D | secure_input_proto.h | 39 Invalid, enumerator
|
/system/keymint/wire/src/ |
D | keymint.rs | 1077 _ => TagType::Invalid, in tag_type() 1124 Invalid = 0, enumerator 1197 Invalid = 0, enumerator
|
/system/keymint/derive/src/ |
D | lib.rs | 486 _ => #name::Invalid, in from_raw_tag()
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 253 <test value="garbage" expect="fail" assert="Invalid var '[\w ]+'"/> 285 crash the bootloader. Invalid input MUST be handled gracefully. Using "asserts"
|
/system/keymint/common/src/tag/ |
D | legacy.rs | 506 Tag::Invalid in deserialize()
|
/system/chre/chpp/ |
D | README.md | 76 - 0x4: Invalid header
|
/system/keymint/ta/src/ |
D | cert.rs | 912 if tag == Tag::Invalid { in decode_tag_from_bytes()
|
/system/tools/aidl/ |
D | aidl_unittest.cpp | 1427 EXPECT_THAT(err, HasSubstr("Invalid character literal \\0")); 1428 EXPECT_THAT(err, HasSubstr("Invalid character literal \\t"));
|