/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | resource_node_utils_test.cpp | 58 EXPECT_CALL(*credInfo, GetExecutorIndex()).WillRepeatedly(Return(10)); 71 EXPECT_CALL(*credInfo1, GetExecutorIndex()).WillRepeatedly(Return(10)); 76 EXPECT_CALL(*credInfo2, GetExecutorIndex()).WillRepeatedly(Return(100)); 85 EXPECT_CALL(*resourceNode1, GetExecutorIndex()).WillRepeatedly(Return(10)); 89 EXPECT_CALL(*resourceNode2, GetExecutorIndex()).WillRepeatedly(Return(100)); 119 EXPECT_CALL(*resourceNode1, GetExecutorIndex()).WillRepeatedly(Return(10)); 123 EXPECT_CALL(*resourceNode2, GetExecutorIndex()).WillRepeatedly(Return(100)); 180 EXPECT_CALL(*mockCredentialInfo, GetExecutorIndex()).WillRepeatedly(Return(0));
|
H A D | user_idm_database_test.cpp | 185 EXPECT_EQ(2U, info[0]->GetExecutorIndex()); 194 EXPECT_EQ(3U, info[1]->GetExecutorIndex()); 244 EXPECT_EQ(testCredInfo->GetExecutorIndex(), 20); 296 EXPECT_EQ(testCredInfos[0]->GetExecutorIndex(), 20); 344 EXPECT_EQ(testCredInfos[0]->GetExecutorIndex(), 20);
|
H A D | credential_info_test.cpp | 72 HWTEST_F(CredentialInfoTest, GetExecutorIndex, TestSize.Level0) 84 uint64_t ret = CredentialInfoImpl.GetExecutorIndex();
|
H A D | resource_node_test.cpp | 76 EXPECT_EQ(node->GetExecutorIndex(), DEST_EXECUTOR_INDEX); 108 EXPECT_EQ(node->GetExecutorIndex(), DEST_EXECUTOR_INDEX);
|
H A D | user_auth_service_test.cpp | 495 EXPECT_CALL(*resourceNode, GetExecutorIndex()).WillRepeatedly(Return(testExecutorIndex)); in MockForAuthResourceNode() 1266 EXPECT_CALL(*resourceNode1, GetExecutorIndex()).WillRepeatedly(Return(0)); 1317 EXPECT_CALL(*resourceNode1, GetExecutorIndex()).WillRepeatedly(Return(0)); 1367 EXPECT_CALL(*resourceNode1, GetExecutorIndex()).WillRepeatedly(Return(0)); 1418 EXPECT_CALL(*resourceNode1, GetExecutorIndex()).WillRepeatedly(Return(0)); 1467 EXPECT_CALL(*resourceNode1, GetExecutorIndex()).WillRepeatedly(Return(0)); 1516 EXPECT_CALL(*resourceNode1, GetExecutorIndex()).WillRepeatedly(Return(0)); 1565 EXPECT_CALL(*resourceNode1, GetExecutorIndex()).WillRepeatedly(Return(0));
|
H A D | enrollment_impl_test.cpp | 157 EXPECT_EQ(info->GetExecutorIndex(), 2U);
|
H A D | user_idm_service_test.cpp | 365 EXPECT_CALL(*resourceNode, GetExecutorIndex()).WillRepeatedly(Return(testExecutorIndex)); in MockForIdmResourceNode()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_resource_node.h | 29 MOCK_CONST_METHOD0(GetExecutorIndex, uint64_t()); 53 EXPECT_CALL(*node, GetExecutorIndex()).WillRepeatedly(Return(executorId)); 68 EXPECT_CALL(*node, GetExecutorIndex()).WillRepeatedly(Return(executorId)); in CreateWithExecuteIndex() 95 EXPECT_CALL(*node, GetExecutorIndex()).WillRepeatedly(Return(executorId)); in CreateWithExecuteIndex()
|
H A D | mock_credential_info.h | 30 MOCK_CONST_METHOD0(GetExecutorIndex, uint64_t());
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | resource_node_utils.cpp | 42 uint64_t executorIndex = info->GetExecutorIndex(); in NotifyExecutorToDeleteTemplates() 126 uint64_t executorIndex = cred->GetExecutorIndex(); in ClassifyCredInfoByExecutor()
|
H A D | credential_info_impl.h | 33 uint64_t GetExecutorIndex() const override;
|
H A D | credential_info_impl.cpp | 35 uint64_t CredentialInfoImpl::GetExecutorIndex() const in GetExecutorIndex() function in OHOS::UserIam::UserAuth::CredentialInfoImpl
|
H A D | resource_node_impl.cpp | 40 uint64_t GetExecutorIndex() const override; 91 uint64_t ResourceNodeImpl::GetExecutorIndex() const in GetExecutorIndex() function in OHOS::UserIam::UserAuth::ResourceNodeImpl
|
H A D | resource_node_pool_impl.cpp | 60 uint64_t executorIndex = resource->GetExecutorIndex(); in Insert()
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | credential_info_interface.h | 31 virtual uint64_t GetExecutorIndex() const = 0;
|
H A D | resource_node.h | 34 virtual uint64_t GetExecutorIndex() const = 0;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_resource_node.h | 29 uint64_t GetExecutorIndex() const in GetExecutorIndex() function
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | co_auth_service.cpp | 177 uint64_t executorIndex = resourceNode->GetExecutorIndex(); in ExecutorRegister() 279 dprintf(fd, "ExecutorIndex is: %" PRIx64 ".\n", nodeTmp->GetExecutorIndex()); in Dump()
|
H A D | template_cache_manager.cpp | 262 ResourceNodeUtils::SetCachedTemplates(nodeTmp->GetExecutorIndex(), in UpdateTemplateCache()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/inc/ |
H A D | common_dummy.h | 30 uint64_t GetExecutorIndex() const in GetExecutorIndex() function
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/ |
H A D | resource_node_fuzzer.cpp | 117 node->GetExecutorIndex(); in FuzzResourceNodeGetExecutorIndex()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | auth_widget_helper.cpp | 75 uint64_t executorIndex = credentialInfos[0]->GetExecutorIndex(); in GetUserAuthProfile()
|