Home
last modified time | relevance | path

Searched refs:GetExecutorRole (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/mocks/
H A Dmock_resource_node.h33 MOCK_CONST_METHOD0(GetExecutorRole, ExecutorRole());
55 EXPECT_CALL(*node, GetExecutorRole()).WillRepeatedly(Return(COLLECTOR));
70 EXPECT_CALL(*node, GetExecutorRole()).WillRepeatedly(Return(executorRole)); in CreateWithExecuteIndex()
97 EXPECT_CALL(*node, GetExecutorRole()).WillRepeatedly(Return(executorRole)); in CreateWithExecuteIndex()
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dschedule_node_builder.cpp184 if (collector == verifier && collector->GetExecutorRole() == ALL_IN_ONE) { in CheckExecutors()
188 if (collector->GetExecutorRole() == COLLECTOR && verifier->GetExecutorRole() == VERIFIER) { in CheckExecutors()
H A Dschedule_node_helper.cpp119 IAM_LOGI("executor role %{public}d", resource->GetExecutorRole()); in ScheduleInfoToExecutors()
120 switch (resource->GetExecutorRole()) { in ScheduleInfoToExecutors()
H A Dresource_node_impl.cpp44 ExecutorRole GetExecutorRole() const override;
111 ExecutorRole ResourceNodeImpl::GetExecutorRole() const in GetExecutorRole() function in OHOS::UserIam::UserAuth::ResourceNodeImpl
H A Dremote_msg_util.cpp197 if (node->GetAuthType() != authTypes[0] || node->GetExecutorRole() != executorRole || in GetQueryExecutorInfoReply()
204 executorInfo.executorRole = node->GetExecutorRole(); in GetQueryExecutorInfoReply()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp135 sharedNode->GetAuthType(), sharedNode->GetExecutorRole()); in AddExecutorDeathRecipient()
188 …resourceNode->GetAuthType(), resourceNode->GetExecutorRole(), static_cast<uint16_t>(executorIndex)… in ExecutorRegister()
281 … dprintf(fd, "ExecutorRole is: %s.\n", Common::ExecutorRoleToStr(nodeTmp->GetExecutorRole())); in Dump()
H A Duser_auth_service.cpp112 if (node->GetExecutorRole() != role) { in GetResourceNodeByTypeAndRole()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/
H A Dexecutor.h50 int32_t GetExecutorRole() const;
/ohos5.0/base/useriam/user_auth_framework/services/core/inc/
H A Dresource_node.h38 virtual ExecutorRole GetExecutorRole() const = 0;
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/
H A Ddummy_resource_node.h45 ExecutorRole GetExecutorRole() const in GetExecutorRole() function
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/inc/
H A Dcommon_dummy.h56 ExecutorRole GetExecutorRole() const in GetExecutorRole() function
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Dexecutor.cpp198 int32_t Executor::GetExecutorRole() const in GetExecutorRole() function in OHOS::UserIam::UserAuth::Executor
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/async_command/
H A Dasync_command_base.cpp139 bool setAcquireRet = attr.SetInt32Value(Attributes::ATTR_SRC_ROLE, executor->GetExecutorRole()); in OnMessageInner()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/
H A Dresource_node_fuzzer.cpp157 node->GetExecutorRole(); in FuzzResourceNodeGetExecutorRole()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/
H A Dframework_executor_callback.cpp209 if (executor->GetExecutorRole() == COLLECTOR) { in ProcessAuthCommand()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/
H A Duser_auth_executor_fuzzer.cpp325 g_executor->GetExecutorRole(); in FuzzExecutorGetExecutorRole()
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_idm_service_test.cpp367 EXPECT_CALL(*resourceNode, GetExecutorRole()).WillRepeatedly(Return(ALL_IN_ONE)); in MockForIdmResourceNode()
H A Duser_auth_service_test.cpp497 EXPECT_CALL(*resourceNode, GetExecutorRole()).WillRepeatedly(Return(ALL_IN_ONE)); in MockForAuthResourceNode()