Home
last modified time | relevance | path

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

12

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_service_test_part01.cpp86 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(2); variable
123 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(2); variable
168 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(2, FACE, ALL_IN_ONE); variable
213 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(2, PIN, ALL_IN_ONE); variable
262 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(2, FACE, ALL_IN_ONE); variable
H A Dresource_node_utils_test.cpp145 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(testIndex); variable
159 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(testIndex); variable
H A Didentification_impl_test.cpp147 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(executorIndex, FACE, ALL_IN_ONE); variable
H A Denrollment_impl_test.cpp219 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(executorIndex, FACE, ALL_IN_ONE); variable
H A Duser_auth_service_test.cpp307 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(2); variable
352 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(2); variable
491 static void MockForAuthResourceNode(std::shared_ptr<MockResourceNode> &resourceNode) in MockForAuthResourceNode()
538 auto resourceNode = Common::MakeShared<MockResourceNode>(); variable
639 auto resourceNode = Common::MakeShared<MockResourceNode>(); variable
751 auto resourceNode = Common::MakeShared<MockResourceNode>(); variable
H A Dauthentication_impl_test.cpp280 auto resourceNode = MockResourceNode::CreateWithExecuteIndex(executorIndex, FACE, ALL_IN_ONE); variable
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_utils.cpp44 auto resourceNode = ResourceNodePool::Instance().Select(executorIndex).lock(); in NotifyExecutorToDeleteTemplates() local
65 auto resourceNode = ResourceNodePool::Instance().Select(executorIndex).lock(); in SendMsgToExecutor() local
89 auto resourceNode = ResourceNodePool::Instance().Select(executorIndex).lock(); in SetCachedTemplates() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/
H A Dsocperf_executor_wirte_node.cpp50 std::shared_ptr<ResourceNode> resourceNode = iter->second; in InitThreadWraps() local
55 void SocPerfExecutorWirteNode::InitResourceNodeInfo(std::shared_ptr<ResourceNode> resourceNode) in InitResourceNodeInfo()
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/
H A Dco_auth_service.cpp167 …auto resourceNode = ResourceNode::MakeNewResource(info, executorCallback, templateIdList, fwkPubli… in ExecutorRegister() local
182 auto resourceNode = weakNode.lock(); in ExecutorRegister() local
H A Duser_auth_service.cpp284 auto resourceNode = authTypeNodes[0].lock(); in GetResourseNode() local
297 auto resourceNode = GetResourseNode(authType); in GetPropertyInner() local
410 auto resourceNode = authTypeNodes[0].lock(); in SetProperty() local
/ohos5.0/drivers/hdf_core/adapter/platform/pwm/
H A Dpwm_wm.c65 struct PwmDevice *device, const struct DeviceResourceNode *resourceNode) in GetPwmDeviceResource()
H A Dpwm_bes.c118 struct PwmDevice *device, const struct DeviceResourceNode *resourceNode) in GetPwmDeviceResource()
/ohos5.0/drivers/hdf_core/adapter/platform/watchdog/
H A Dwatchdog_wm.c117 struct WatchdogDevice *device, const struct DeviceResourceNode *resourceNode) in GetWatchdogDeviceResource()
H A Dwatchdog_bes.c66 struct WatchdogDevice *device, const struct DeviceResourceNode *resourceNode) in GetWatchdogDeviceResource()
H A Dwatchdog_stm32f4xx.c91 …atchdogDeviceInfoResource(WatchdogDeviceInfo *device, const struct DeviceResourceNode *resourceNod… in GetWatchdogDeviceInfoResource()
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/
H A Duart_sample.c183 …32_t GetUartDeviceResource(struct UartDevice *device, const struct DeviceResourceNode *resourceNod… in GetUartDeviceResource()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp76 auto resourceNode = ResourceNodePool::Instance().Select(executorIndex).lock(); in GetUserAuthProfile() local
H A Dsimple_auth_context.cpp88 auto resourceNode = scheduleNode->GetVerifyExecutor().lock(); in GetPropertyForAuthResult() local
/ohos5.0/drivers/hdf_core/adapter/platform/i2c/
H A Di2c_bes.c175 const struct DeviceResourceNode *resourceNode) in GetI2cDeviceResource()
H A Di2c_wm.c129 const struct DeviceResourceNode *resourceNode) in GetI2cDeviceResource()
H A Di2c_stm32f4xx.c99 …2cDeviceResource(struct RealI2cResource *i2cResource, const struct DeviceResourceNode *resourceNod… in GetI2cDeviceResource()
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_stm32f4xx.c221 GpioDevice *device, const struct DeviceResourceNode *resourceNode) in GpioParseHcs()
327 …tic int32_t GetGpioDeviceResource(GpioDevice *device, const struct DeviceResourceNode *resourceNod… in GetGpioDeviceResource()
H A Dgpio_wm.c256 …32_t GetGpioDeviceResource(struct GpioDevice *device, const struct DeviceResourceNode *resourceNod… in GetGpioDeviceResource()
H A Dgpio_bes.c205 struct GpioDevice *device, const struct DeviceResourceNode *resourceNode) in GetGpioDeviceResource()
/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_wm.c228 …2_t GetSpiDeviceResource(struct SpiDevice *spiDevice, const struct DeviceResourceNode *resourceNod… in GetSpiDeviceResource()

12