Home
last modified time | relevance | path

Searched refs:Contains (Results 1 – 25 of 29) sorted by relevance

12

/hardware/interfaces/boot/1.1/vts/functional/
DVtsHalBootV1_1TargetTest.cpp38 using ::testing::Contains;
69 EXPECT_THAT(values, Contains(status)); in TEST_P()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp1056 EXPECT_TRUE(auths.Contains(TAG_ORIGIN, KeyOrigin::UNKNOWN)); in CheckBaseParams()
1058 EXPECT_TRUE(auths.Contains(TAG_ORIGIN, KeyOrigin::GENERATED)); in CheckBaseParams()
1061 EXPECT_TRUE(auths.Contains(TAG_PURPOSE, KeyPurpose::SIGN)); in CheckBaseParams()
1062 EXPECT_TRUE(auths.Contains(TAG_PURPOSE, KeyPurpose::VERIFY)); in CheckBaseParams()
1063 EXPECT_TRUE(auths.Contains(TAG_USER_ID, 7)) in CheckBaseParams()
1067 EXPECT_FALSE(auths.Contains(TAG_ROOT_OF_TRUST)); in CheckBaseParams()
1068 EXPECT_FALSE(auths.Contains(TAG_APPLICATION_ID)); in CheckBaseParams()
1069 EXPECT_FALSE(auths.Contains(TAG_APPLICATION_DATA)); in CheckBaseParams()
1072 EXPECT_FALSE(auths.Contains(TAG_PURPOSE, KeyPurpose::ENCRYPT)); in CheckBaseParams()
1073 EXPECT_FALSE(auths.Contains(TAG_PURPOSE, KeyPurpose::DECRYPT)); in CheckBaseParams()
[all …]
Dauthorization_set.h162 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function
164 template <typename T> bool Contains(T tag) const { return find(tag) != -1; } in Contains() function
167 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains() function
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp401 EXPECT_TRUE(expected_sw_enforced.Contains(TAG_NO_AUTH_REQUIRED)); in verify_attestation_record()
403 EXPECT_TRUE(expected_hw_enforced.Contains(TAG_NO_AUTH_REQUIRED)); in verify_attestation_record()
408 EXPECT_FALSE(expected_sw_enforced.Contains(TAG_TRUSTED_USER_PRESENCE_REQUIRED)); in verify_attestation_record()
409 EXPECT_FALSE(att_sw_enforced.Contains(TAG_TRUSTED_USER_PRESENCE_REQUIRED)); in verify_attestation_record()
410 EXPECT_FALSE(expected_hw_enforced.Contains(TAG_TRUSTED_USER_PRESENCE_REQUIRED)); in verify_attestation_record()
411 EXPECT_FALSE(att_hw_enforced.Contains(TAG_TRUSTED_USER_PRESENCE_REQUIRED)); in verify_attestation_record()
413 if (att_hw_enforced.Contains(TAG_ALGORITHM, Algorithm::EC)) { in verify_attestation_record()
415 EXPECT_TRUE(att_hw_enforced.Contains(TAG_EC_CURVE) || in verify_attestation_record()
416 att_hw_enforced.Contains(TAG_KEY_SIZE)); in verify_attestation_record()
495 EXPECT_TRUE(auths.Contains(TAG_ORIGIN, KeyOrigin::GENERATED)); in CheckBaseParams()
[all …]
/hardware/qcom/sm8150/display/sdm/include/utils/
Drect.h55 bool Contains(const LayerRect &rect1, const LayerRect &rect2);
/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
Dauthorization_set.h166 bool Contains(Tag tag) const { return find(tag) != -1; } in Contains() function
169 bool Contains(TypedTag<tag_type, tag> ttag, const ValueT& value) const { in Contains() function
/hardware/interfaces/gnss/1.1/
DIGnssMeasurementCallback.hal77 * @param data Contains a reading of GNSS measurements.
/hardware/interfaces/gnss/1.0/
Dtypes.hal66 /** Contains GnssLocationFlags bits. */
DIGnssCallback.hal133 * Contains additional data about the given SV.
DIGnssMeasurementCallback.hal633 * @param data Contains a reading of GNSS measurements.
/hardware/interfaces/power/stats/1.0/
Dtypes.hal102 /** Contains residency data for a single state */
/hardware/interfaces/gnss/measurement_corrections/1.0/
Dtypes.hal28 /** Contains GnssSingleSatCorrectionFlags bits. */
/hardware/interfaces/broadcastradio/1.0/
Dtypes.hal210 * Contains information on currently tuned channel.
/hardware/interfaces/tv/cec/1.0/
DIHdmiCec.hal136 * Passes the updated language information of Android system. Contains
/hardware/qcom/sm8150/display/sdm/libs/utils/
Drect.cpp102 bool Contains(const LayerRect &rect1, const LayerRect &rect2) { in Contains() function
/hardware/interfaces/camera/device/3.4/
Dtypes.hal174 * Contains the physical device camera id. Any settings passed by client here
313 * Contains the physical device camera id. As long as the corresponding
/hardware/interfaces/tv/cec/2.0/
DIHdmiCec.hal178 * Passes the updated language information of Android system. Contains
/hardware/interfaces/broadcastradio/1.1/
Dtypes.hal289 * Contains information on currently tuned channel.
/hardware/interfaces/broadcastradio/2.0/
Dtypes.hal704 * Contains one of the entries explained in MetadataKey.
767 * Contains primaryId (ProgramSelector member) of a program to remove.
/hardware/interfaces/gnss/2.0/
DIGnssMeasurementCallback.hal478 * @param data Contains a reading of GNSS measurements.
/hardware/interfaces/neuralnetworks/1.1/
Dtypes.hal232 * * 0: A tensor of the same {@link OperandType} as input0. Contains the
/hardware/interfaces/radio/1.0/
DIRadioResponse.hal359 * @param failCauseInfo Contains LastCallFailCause and vendor cause code.
2192 * @param selectResponse Contains the select response for the open channel command with one
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal2836 * Contains per-area configuration.
2840 /** Contains additional configuration parameters */
2884 * Contains value for a single property. Depending on property data type of
/hardware/interfaces/radio/1.5/
Dtypes.hal125 * Contains the threshold values of each signal measurement type.
/hardware/interfaces/radio/1.4/
Dtypes.hal1537 /** Contains the configuration of the LTE cell tower. */

12