Home
last modified time | relevance | path

Searched refs:curNode (Results 1 - 10 of 10) sorted by relevance

/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dsample_stack_printer.cpp26 SampleStackItem* SampleStackPrinter::Insert(SampleStackItem* curNode, in Insert() argument
29 if (curNode == nullptr) { in Insert()
33 if (curNode->pc == pc) { in Insert()
34 curNode->count += count; in Insert()
35 return curNode; in Insert()
38 if (curNode->pc == 0) { in Insert()
39 curNode->pc = pc; in Insert()
40 curNode->count += count; in Insert()
41 curNode->current = std::make_shared<DfxFrame>(); in Insert()
42 curNode in Insert()
92 SampleStackItem* curNode = root_; Insert() local
[all...]
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp142 auto curNode = node->xmlChildrenNode; in ParseBaseNode() local
143 while (curNode != nullptr) { in ParseBaseNode()
145 xmlChar* xmlTag = xmlGetProp(curNode, BAD_CAST"tag"); in ParseBaseNode()
151 xmlChar* xmlValue = xmlGetProp(curNode, BAD_CAST"value"); in ParseBaseNode()
157 curNode = curNode->next; in ParseBaseNode()
165 auto curNode = node->xmlChildrenNode; in ParseLevelNode() local
166 while (curNode != nullptr) { in ParseLevelNode()
169 xmlChar* xmlName = xmlGetProp(curNode, BAD_CAST"name"); in ParseLevelNode()
174 ParseAuxSensorInfo(name, curNode, s in ParseLevelNode()
191 auto curNode = node->xmlChildrenNode; ParseStateNode() local
215 auto curNode = node->xmlChildrenNode; ParseActionNode() local
259 auto curNode = node->xmlChildrenNode; ParsePolicyNode() local
[all...]
/base/powermgr/display_manager/state_manager/service/native/src/
H A Ddisplay_auto_brightness.cpp53 auto curNode = TRANSFORM_NODE_TABLE[count]; in CalculateAutoBrightness() local
54 if (lastNode.lux <= scalar && scalar < curNode.lux) { in CalculateAutoBrightness()
56 ((curNode.brightness - lastNode.brightness) / (curNode.lux - lastNode.lux))); in CalculateAutoBrightness()
/base/telephony/core_service/utils/codec/src/
H A Dasn1_node.cpp121 std::shared_ptr<Asn1Node> curNode = nullptr; in Asn1GetChild() local
124 curNode = *it; in Asn1GetChild()
125 if (curNode == nullptr) { in Asn1GetChild()
128 if (curNode->GetNodeTag() == tag) { in Asn1GetChild()
129 return curNode; in Asn1GetChild()
174 std::shared_ptr<Asn1Node> curNode = nullptr; in Asn1GetChildren() local
177 curNode = *it; in Asn1GetChildren()
178 if (curNode == nullptr) { in Asn1GetChildren()
181 if (curNode->GetNodeTag() == tag) { in Asn1GetChildren()
182 children.push_back(curNode); in Asn1GetChildren()
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/ndk/
H A Dhiappevent_ndk.c106 ParamList curNode = list; in OH_HiAppEvent_DestroyParamList() local
107 while (curNode != NULL) { in OH_HiAppEvent_DestroyParamList()
108 ParamList nextNode = curNode->next; in OH_HiAppEvent_DestroyParamList()
109 DestroyParamEntry(curNode->entry); in OH_HiAppEvent_DestroyParamList()
110 free(curNode); in OH_HiAppEvent_DestroyParamList()
111 curNode = nextNode; in OH_HiAppEvent_DestroyParamList()
133 ParamList curNode = list; in AddParamValue() local
134 while (curNode != NULL) { in AddParamValue()
135 if (curNode->next == NULL) { in AddParamValue()
136 // if the curNode i in AddParamValue()
[all...]
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_c.cpp173 ParamList curNode = list; in AddParamList() local
174 while (curNode != nullptr) { in AddParamList()
175 AddParamEntry(appEventPack, curNode->entry); in AddParamList()
176 curNode = curNode->next; in AddParamList()
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp1600 int32_t DragDrawing::UpdateSvgNodeInfo(xmlNodePtr curNode, int32_t extendSvgWidth) in UpdateSvgNodeInfo() argument
1603 if (xmlStrcmp(curNode->name, BAD_CAST "svg")) { in UpdateSvgNodeInfo()
1608 oStrStream << xmlGetProp(curNode, BAD_CAST "width"); in UpdateSvgNodeInfo()
1622 xmlSetProp(curNode, BAD_CAST "width", BAD_CAST tgtSvgWidth.c_str()); in UpdateSvgNodeInfo()
1624 oStrStream << xmlGetProp(curNode, BAD_CAST "viewBox"); in UpdateSvgNodeInfo()
1644 xmlSetProp(curNode, BAD_CAST "viewBox", BAD_CAST tgtViewBox.c_str()); in UpdateSvgNodeInfo()
1649 xmlNodePtr DragDrawing::GetRectNode(xmlNodePtr curNode) in GetRectNode() argument
1652 curNode = curNode->xmlChildrenNode; in GetRectNode()
1653 while (curNode ! in GetRectNode()
1666 UpdateRectNode(int32_t extendSvgWidth, xmlNodePtr curNode) UpdateRectNode() argument
1690 UpdateTspanNode(xmlNodePtr curNode) UpdateTspanNode() argument
1702 ParseAndAdjustSvgInfo(xmlNodePtr curNode) ParseAndAdjustSvgInfo() argument
[all...]
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/
H A Dsample_stack_printer.h67 SampleStackItem* Insert(SampleStackItem* curNode,
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h307 int32_t UpdateSvgNodeInfo(xmlNodePtr curNode, int32_t extendSvgWidth);
308 xmlNodePtr GetRectNode(xmlNodePtr curNode);
309 xmlNodePtr UpdateRectNode(int32_t extendSvgWidth, xmlNodePtr curNode);
310 void UpdateTspanNode(xmlNodePtr curNode);
311 int32_t ParseAndAdjustSvgInfo(xmlNodePtr curNode);
/base/telephony/core_service/services/sim/src/
H A Desim_file.cpp472 std::shared_ptr<Asn1Node> curNode = nullptr; in RequestAllProfilesParseProfileInfo() local
476 curNode = *it; in RequestAllProfilesParseProfileInfo()
477 if (!curNode->Asn1HasChild(TAG_ESIM_ICCID)) { in RequestAllProfilesParseProfileInfo()
481 BuildBasicProfileInfo(&euiccProfileInfo, curNode); in RequestAllProfilesParseProfileInfo()
962 std::shared_ptr<Asn1Node> curNode = nullptr; in RequestRulesAuthTableParseTagCtxComp0() local
963 curNode = *iter; in RequestRulesAuthTableParseTagCtxComp0()
964 if (curNode == nullptr) { in RequestRulesAuthTableParseTagCtxComp0()
967 eUiccRulesAuthTable_.carrierIds_.push_back(buildCarrierIdentifiers(curNode)); in RequestRulesAuthTableParseTagCtxComp0()
1803 std::shared_ptr<Asn1Node> curNode = nullptr; in BuildApduForSequenceOf88() local
1805 curNode in BuildApduForSequenceOf88()
1835 std::shared_ptr<Asn1Node> curNode = nullptr; BuildApduForSequenceOf86() local
2105 std::shared_ptr<Asn1Node> curNode = nullptr; ProcessListNotificationsAsn1Response() local
2283 std::shared_ptr<Asn1Node> curNode = nullptr; RetrieveNotificationParseCompTag() local
[all...]

Completed in 13 milliseconds