Home
last modified time | relevance | path

Searched refs:tempNode (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dcontext_manager.c261 LinkedListNode *tempNode = g_contextList->head; in GetContext() local
264 if (tempNode == NULL) { in GetContext()
268 contextRet = (UserAuthContext *)tempNode->data; in GetContext()
272 tempNode = tempNode->next; in GetContext()
454 LinkedListNode *tempNode = g_contextList->head; in IsContextDuplicate() local
455 while (tempNode != NULL) { in IsContextDuplicate()
456 UserAuthContext *context = (UserAuthContext *)tempNode->data; in IsContextDuplicate()
459 tempNode = tempNode in IsContextDuplicate()
569 LinkedListNode *tempNode = schedules->head; DestroyContextNode() local
602 LinkedListNode *tempNode = context->scheduleList->head; GetCoAuthScheduleFromContext() local
[all...]
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dcoauth.c224 LinkedListNode *tempNode = executors->head; in MountExecutorOnce() local
225 while (tempNode != NULL) { in MountExecutorOnce()
226 if (tempNode->data == NULL) { in MountExecutorOnce()
230 ExecutorInfoHal *executor = (ExecutorInfoHal *)tempNode->data; in MountExecutorOnce()
232 tempNode = tempNode->next; in MountExecutorOnce()
236 tempNode = tempNode->next; in MountExecutorOnce()
241 tempNode = tempNode in MountExecutorOnce()
[all...]
/drivers/peripheral/codec/hal/src/
H A Dcodec_adapter.cpp41 CodecComponentNode *tempNode = new CodecComponentNode; in OMXAdapterCreateComponent() local
42 if (tempNode == nullptr) { in OMXAdapterCreateComponent()
46 tempNode->node = std::make_shared<ComponentNode>(callbacks, appData, compName); in OMXAdapterCreateComponent()
47 if (tempNode->node == nullptr) { in OMXAdapterCreateComponent()
49 delete tempNode; in OMXAdapterCreateComponent()
50 tempNode = nullptr; in OMXAdapterCreateComponent()
53 auto err = g_mgr.CreateComponentInstance(compName, &ComponentNode::callbacks_, tempNode->node.get(), &comp); in OMXAdapterCreateComponent()
56 delete tempNode; in OMXAdapterCreateComponent()
57 tempNode = nullptr; in OMXAdapterCreateComponent()
60 tempNode in OMXAdapterCreateComponent()
[all...]
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp523 LinkedListNode *tempNode = schedulesGet->head; in BeginAuthentication() local
524 while (tempNode != nullptr) { in BeginAuthentication()
525 if (tempNode->data == nullptr) { in BeginAuthentication()
531 auto coAuthSchedule = static_cast<CoAuthSchedule *>(tempNode->data); in BeginAuthentication()
539 tempNode = tempNode->next; in BeginAuthentication()
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
H A Dhdi_service_test.cpp214 std::string tempNode = "battery"; in ReadTemperatureSysfs() local
217 tempNode = iter->second; in ReadTemperatureSysfs()
221 std::string sysBattTemPath = SYSTEM_BATTERY_PATH + "/" + tempNode + "/" + "temp"; in ReadTemperatureSysfs()

Completed in 6 milliseconds