Home
last modified time | relevance | path

Searched defs:resourceNode (Results 1 – 11 of 11) sorted by relevance

/base/useriam/user_auth_framework/services/core/src/
Dresource_node_utils.cpp39 auto resourceNode = ResourceNodePool::Instance().Select(executorIndex).lock(); in NotifyExecutorToDeleteTemplates() local
60 auto resourceNode = ResourceNodePool::Instance().Select(executorIndex).lock(); in SendMsgToExecutor() local
84 auto resourceNode = ResourceNodePool::Instance().Select(executorIndex).lock(); in SetCachedTemplates() local
Dauth_widget_helper.cpp66 auto resourceNode = ResourceNodePool::Instance().Select(executorIndex).lock(); in GetUserAuthProfile() local
/base/useriam/user_auth_framework/test/unittest/services/src/
Dresource_node_utils_test.cpp145 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(testIndex); variable
159 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(testIndex); variable
Didentification_impl_test.cpp152 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(executorIndex, FACE, ALL_IN_ONE); variable
Duser_auth_service_test.cpp192 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(2); variable
237 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(2); variable
375 static void MockForAuthResourceNode(std::shared_ptr<MockResourceNode> &resourceNode) in MockForAuthResourceNode()
422 auto resourceNode = Common::MakeShared<MockResourceNode>(); variable
517 auto resourceNode = Common::MakeShared<MockResourceNode>(); variable
628 auto resourceNode = Common::MakeShared<MockResourceNode>(); variable
Denrollment_impl_test.cpp243 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(executorIndex, FACE, ALL_IN_ONE); variable
Dauthentication_impl_test.cpp282 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(executorIndex, FACE, ALL_IN_ONE); variable
Duser_idm_service_test.cpp376 static void MockForIdmResourceNode(std::shared_ptr<MockResourceNode> &resourceNode) in MockForIdmResourceNode()
422 auto resourceNode = Common::MakeShared<MockResourceNode>(); variable
/base/useriam/user_auth_framework/services/ipc/src/
Dco_auth_service.cpp88 …auto resourceNode = ResourceNode::MakeNewResource(info, executorCallback, templateIdList, fwkPubli… in ExecutorRegister() local
Duser_auth_service.cpp204 auto resourceNode = authTypeNodes[0].lock(); in GetProperty() local
252 auto resourceNode = authTypeNodes[0].lock(); in SetProperty() local
/base/useriam/user_auth_framework/services/context/src/
Dsimple_auth_context.cpp40 auto resourceNode = scheduleNode->GetVerifyExecutor().lock(); in SetFreezingTimeAndRemainTimes() local