Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dresource_node_utils_test.cpp58 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 Duser_idm_database_test.cpp185 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 Dcredential_info_test.cpp72 HWTEST_F(CredentialInfoTest, GetExecutorIndex, TestSize.Level0)
84 uint64_t ret = CredentialInfoImpl.GetExecutorIndex();
H A Dresource_node_test.cpp76 EXPECT_EQ(node->GetExecutorIndex(), DEST_EXECUTOR_INDEX);
108 EXPECT_EQ(node->GetExecutorIndex(), DEST_EXECUTOR_INDEX);
H A Duser_auth_service_test.cpp495 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 Denrollment_impl_test.cpp157 EXPECT_EQ(info->GetExecutorIndex(), 2U);
H A Duser_idm_service_test.cpp365 EXPECT_CALL(*resourceNode, GetExecutorIndex()).WillRepeatedly(Return(testExecutorIndex)); in MockForIdmResourceNode()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_resource_node.h29 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 Dmock_credential_info.h30 MOCK_CONST_METHOD0(GetExecutorIndex, uint64_t());
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_utils.cpp42 uint64_t executorIndex = info->GetExecutorIndex(); in NotifyExecutorToDeleteTemplates()
126 uint64_t executorIndex = cred->GetExecutorIndex(); in ClassifyCredInfoByExecutor()
H A Dcredential_info_impl.h33 uint64_t GetExecutorIndex() const override;
H A Dcredential_info_impl.cpp35 uint64_t CredentialInfoImpl::GetExecutorIndex() const in GetExecutorIndex() function in OHOS::UserIam::UserAuth::CredentialInfoImpl
H A Dresource_node_impl.cpp40 uint64_t GetExecutorIndex() const override;
91 uint64_t ResourceNodeImpl::GetExecutorIndex() const in GetExecutorIndex() function in OHOS::UserIam::UserAuth::ResourceNodeImpl
H A Dresource_node_pool_impl.cpp60 uint64_t executorIndex = resource->GetExecutorIndex(); in Insert()
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dcredential_info_interface.h31 virtual uint64_t GetExecutorIndex() const = 0;
H A Dresource_node.h34 virtual uint64_t GetExecutorIndex() const = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_resource_node.h29 uint64_t GetExecutorIndex() const in GetExecutorIndex() function
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp177 uint64_t executorIndex = resourceNode->GetExecutorIndex(); in ExecutorRegister()
279 dprintf(fd, "ExecutorIndex is: %" PRIx64 ".\n", nodeTmp->GetExecutorIndex()); in Dump()
H A Dtemplate_cache_manager.cpp262 ResourceNodeUtils::SetCachedTemplates(nodeTmp->GetExecutorIndex(), in UpdateTemplateCache()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/inc/
H A Dcommon_dummy.h30 uint64_t GetExecutorIndex() const in GetExecutorIndex() function
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dresource_node_fuzzer.cpp117 node->GetExecutorIndex(); in FuzzResourceNodeGetExecutorIndex()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp75 uint64_t executorIndex = credentialInfos[0]->GetExecutorIndex(); in GetUserAuthProfile()