Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp40 xmlNodePtr getSectionNode = NULL; in IntHasSection() local
47 getSectionNode = btSectionNode; in IntHasSection()
53 return getSectionNode; in IntHasSection()
55 if (getSectionNode == NULL) { in IntHasSection()
58 for (xmlNodePtr btSubSectionNode = getSectionNode->children; btSubSectionNode; in IntHasSection()