Searched refs:testTemplateId (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 930 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 D | user_auth_stub_test.cpp | 218 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 D | user_idm_service_test.cpp | 592 const uint32_t testTemplateId = 50; in MockForDelUserHdi() local 621 info.templateId = testTemplateId; in MockForDelUserHdi()
|