Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp930 static const uint64_t testTemplateId = 123; variable
944 conditions->SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId);
995 static const uint64_t testTemplateId = 123; variable
1106 static const uint64_t testTemplateId = 123; variable
1119 EXPECT_EQ(templateIdList[0], testTemplateId); in __anon0f00ab691a02()
1126 property->SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId);
1152 static const uint64_t testTemplateId = 123; variable
1166 property->SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId);
1175 static const uint64_t testTemplateId = 123; variable
1188 EXPECT_EQ(templateIdList[0], testTemplateId); in __anon0f00ab691b02()
[all …]
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_stub_test.cpp218 uint64_t testTemplateId = 3364734; variable
219 EXPECT_TRUE(attributes.SetUint64Value(Attributes::ATTR_TEMPLATE_ID, testTemplateId));
227 [&testUserId, &testAuthType, &testTemplateId](int32_t userId, AuthType authType,
233 EXPECT_EQ(tempTemplateId, testTemplateId); in __anon5dedf9810402()
H A Duser_idm_service_test.cpp592 const uint32_t testTemplateId = 50; in MockForDelUserHdi() local
621 info.templateId = testTemplateId; in MockForDelUserHdi()