/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_resource_node.h | 35 MOCK_CONST_METHOD0(GetExecutorMatcher, uint64_t()); 56 EXPECT_CALL(*node, GetExecutorMatcher()).WillRepeatedly(Return(0)); 71 EXPECT_CALL(*node, GetExecutorMatcher()).WillRepeatedly(Return(0)); in CreateWithExecuteIndex() 98 EXPECT_CALL(*node, GetExecutorMatcher()).WillRepeatedly(Return(0)); in CreateWithExecuteIndex()
|
H A D | mock_credential_info.h | 34 MOCK_CONST_METHOD0(GetExecutorMatcher, uint32_t());
|
H A D | mock_schedule_node.h | 32 MOCK_CONST_METHOD0(GetExecutorMatcher, uint64_t());
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_idm_database_test.cpp | 189 EXPECT_EQ(2U, info[0]->GetExecutorMatcher()); 198 EXPECT_EQ(3U, info[1]->GetExecutorMatcher()); 245 EXPECT_EQ(testCredInfo->GetExecutorMatcher(), 30); 297 EXPECT_EQ(testCredInfos[0]->GetExecutorMatcher(), 30); 345 EXPECT_EQ(testCredInfos[0]->GetExecutorMatcher(), 30);
|
H A D | credential_info_test.cpp | 136 HWTEST_F(CredentialInfoTest, GetExecutorMatcher, TestSize.Level0) 148 uint32_t ret = CredentialInfoImpl.GetExecutorMatcher();
|
H A D | enrollment_impl_test.cpp | 160 EXPECT_EQ(info->GetExecutorMatcher(), 5U);
|
H A D | schedule_node_test.cpp | 212 EXPECT_EQ(scheduleNode->GetExecutorMatcher(), EXECUTOR_MATCHER); 238 EXPECT_EQ(scheduleNode->GetExecutorMatcher(), EXECUTOR_MATCHER);
|
H A D | user_idm_service_test.cpp | 368 EXPECT_CALL(*resourceNode, GetExecutorMatcher()).WillRepeatedly(Return(0)); in MockForIdmResourceNode()
|
H A D | user_auth_service_test.cpp | 498 EXPECT_CALL(*resourceNode, GetExecutorMatcher()).WillRepeatedly(Return(0)); in MockForAuthResourceNode()
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | schedule_node_builder.cpp | 178 if (collector->GetExecutorMatcher() != verifier->GetExecutorMatcher()) { in CheckExecutors()
|
H A D | credential_info_impl.h | 37 uint32_t GetExecutorMatcher() const override;
|
H A D | credential_info_impl.cpp | 55 uint32_t CredentialInfoImpl::GetExecutorMatcher() const in GetExecutorMatcher() function in OHOS::UserIam::UserAuth::CredentialInfoImpl
|
H A D | resource_node_impl.cpp | 46 uint64_t GetExecutorMatcher() const override; 121 uint64_t ResourceNodeImpl::GetExecutorMatcher() const in GetExecutorMatcher() function in OHOS::UserIam::UserAuth::ResourceNodeImpl
|
H A D | schedule_node_impl.h | 66 uint64_t GetExecutorMatcher() const override;
|
H A D | remote_msg_util.cpp | 206 executorInfo.executorMatcher = node->GetExecutorMatcher(); in GetQueryExecutorInfoReply()
|
H A D | schedule_node_impl.cpp | 101 uint64_t ScheduleNodeImpl::GetExecutorMatcher() const in GetExecutorMatcher() function in OHOS::UserIam::UserAuth::ScheduleNodeImpl
|
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/ |
H A D | credential_info_interface.h | 35 virtual uint32_t GetExecutorMatcher() const = 0;
|
H A D | resource_node.h | 40 virtual uint64_t GetExecutorMatcher() const = 0;
|
H A D | schedule_node.h | 63 virtual uint64_t GetExecutorMatcher() const = 0;
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_resource_node.h | 53 uint64_t GetExecutorMatcher() const in GetExecutorMatcher() function
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/inc/ |
H A D | common_dummy.h | 68 uint64_t GetExecutorMatcher() const in GetExecutorMatcher() function
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/ |
H A D | schedule_node_fuzzer.cpp | 91 node->GetExecutorMatcher(); in FuzzScheduleNodeGetExecutorMatcher()
|
H A D | resource_node_fuzzer.cpp | 177 node->GetExecutorMatcher(); in FuzzResourceNodeGetExecutorMatcher()
|
/ohos5.0/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_executor_stub.cpp | 73 uint64_t GetExecutorMatcher() const override in GetExecutorMatcher() function in OHOS::UserIam::UserAuth::RemoteExecutorStubScheduleNode
|