Home
last modified time | relevance | path

Searched refs:GetExecutorMatcher (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_resource_node.h35 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 Dmock_credential_info.h34 MOCK_CONST_METHOD0(GetExecutorMatcher, uint32_t());
H A Dmock_schedule_node.h32 MOCK_CONST_METHOD0(GetExecutorMatcher, uint64_t());
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_database_test.cpp189 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 Dcredential_info_test.cpp136 HWTEST_F(CredentialInfoTest, GetExecutorMatcher, TestSize.Level0)
148 uint32_t ret = CredentialInfoImpl.GetExecutorMatcher();
H A Denrollment_impl_test.cpp160 EXPECT_EQ(info->GetExecutorMatcher(), 5U);
H A Dschedule_node_test.cpp212 EXPECT_EQ(scheduleNode->GetExecutorMatcher(), EXECUTOR_MATCHER);
238 EXPECT_EQ(scheduleNode->GetExecutorMatcher(), EXECUTOR_MATCHER);
H A Duser_idm_service_test.cpp368 EXPECT_CALL(*resourceNode, GetExecutorMatcher()).WillRepeatedly(Return(0)); in MockForIdmResourceNode()
H A Duser_auth_service_test.cpp498 EXPECT_CALL(*resourceNode, GetExecutorMatcher()).WillRepeatedly(Return(0)); in MockForAuthResourceNode()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_builder.cpp178 if (collector->GetExecutorMatcher() != verifier->GetExecutorMatcher()) { in CheckExecutors()
H A Dcredential_info_impl.h37 uint32_t GetExecutorMatcher() const override;
H A Dcredential_info_impl.cpp55 uint32_t CredentialInfoImpl::GetExecutorMatcher() const in GetExecutorMatcher() function in OHOS::UserIam::UserAuth::CredentialInfoImpl
H A Dresource_node_impl.cpp46 uint64_t GetExecutorMatcher() const override;
121 uint64_t ResourceNodeImpl::GetExecutorMatcher() const in GetExecutorMatcher() function in OHOS::UserIam::UserAuth::ResourceNodeImpl
H A Dschedule_node_impl.h66 uint64_t GetExecutorMatcher() const override;
H A Dremote_msg_util.cpp206 executorInfo.executorMatcher = node->GetExecutorMatcher(); in GetQueryExecutorInfoReply()
H A Dschedule_node_impl.cpp101 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 Dcredential_info_interface.h35 virtual uint32_t GetExecutorMatcher() const = 0;
H A Dresource_node.h40 virtual uint64_t GetExecutorMatcher() const = 0;
H A Dschedule_node.h63 virtual uint64_t GetExecutorMatcher() const = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_resource_node.h53 uint64_t GetExecutorMatcher() const in GetExecutorMatcher() function
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/inc/
H A Dcommon_dummy.h68 uint64_t GetExecutorMatcher() const in GetExecutorMatcher() function
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dschedule_node_fuzzer.cpp91 node->GetExecutorMatcher(); in FuzzScheduleNodeGetExecutorMatcher()
H A Dresource_node_fuzzer.cpp177 node->GetExecutorMatcher(); in FuzzResourceNodeGetExecutorMatcher()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dremote_executor_stub.cpp73 uint64_t GetExecutorMatcher() const override in GetExecutorMatcher() function in OHOS::UserIam::UserAuth::RemoteExecutorStubScheduleNode