Searched refs:testTemplateIdList (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | executor_callback_service_test.cpp | 48 std::vector<uint64_t> testTemplateIdList = {12, 13, 14, 15}; variable 53 service->OnMessengerReady(testMessenger, testPublicKey, testTemplateIdList); 60 std::vector<uint64_t> testTemplateIdList = {12, 13, 14, 15}; variable 67 [&testPublicKey, &testTemplateIdList]( 72 EXPECT_THAT(templateIdList, ElementsAreArray(testTemplateIdList)); in __anon4997f8b00102() 77 service->OnMessengerReady(testMessenger, testPublicKey, testTemplateIdList);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | executor_unit_test.cpp | 323 static std::vector<uint64_t> testTemplateIdList = {7, 8, 9, 10, 11}; in GetExecutorAndMockStub() local 336 executorCallback->OnMessengerReady(messenger, testPublicKey, testTemplateIdList); in GetExecutorAndMockStub() 349 EXPECT_EQ(templateIdList, testTemplateIdList); in GetExecutorAndMockStub() 579 static const std::vector<uint64_t> testTemplateIdList = {7, 8, 9}; variable 600 EXPECT_EQ(param.templateIdList, testTemplateIdList); in __anon0f00ab691402() 614 …andAttrs->SetUint64ArrayValue(Attributes::AttributeKey::ATTR_TEMPLATE_ID_LIST, testTemplateIdList); 653 static const std::vector<uint64_t> testTemplateIdList = {7, 8, 9}; variable 671 …andAttrs->SetUint64ArrayValue(Attributes::AttributeKey::ATTR_TEMPLATE_ID_LIST, testTemplateIdList); 681 static const std::vector<uint64_t> testTemplateIdList = {7, 8, 9}; variable 699 …andAttrs->SetUint64ArrayValue(Attributes::AttributeKey::ATTR_TEMPLATE_ID_LIST, testTemplateIdList);
|