Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_stub_test.cpp158 …std::vector<Attributes::AttributeKey> testAttrKeys = {Attributes::ATTR_RESULT_CODE, Attributes::AT… variable
161 for (auto &attrKey : testAttrKeys) {
170 [&testUserId, &testAuthType, &testAttrKeys](int32_t userId, AuthType authType,
175 EXPECT_THAT(keys, ElementsAreArray(testAttrKeys)); in __anon5dedf9810302()
593 …std::vector<Attributes::AttributeKey> testAttrKeys = {Attributes::ATTR_RESULT_CODE, Attributes::AT… variable
596 for (auto &attrKey : testAttrKeys) {
605 …[&testCredentialId, &testAttrKeys](uint64_t credentialId, const std::vector<Attributes::AttributeK…
608 EXPECT_THAT(keys, ElementsAreArray(testAttrKeys)); in __anon5dedf9810c02()