Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp25 xmlNodePtr IntHasSection(const std::string &section, const std::string &subSection);
37 xmlNodePtr XmlParse::impl::IntHasSection(const std::string &section, const std::string &subSection) in IntHasSection() function in utility::XmlParse::impl
73 xmlNodePtr sectionNode = IntHasSection(section, subSection); in IntHasProperty()
344 xmlNodePtr sectionNode = pimpl->IntHasSection(section, subSection); in HasProperty()
451 xmlNodePtr sectionNode = pimpl->IntHasSection(section, subSection); in RemoveProperty()
509 xmlNodePtr sectionNode = pimpl->IntHasSection(section, ""); in HasProperty()
557 xmlNodePtr sectionNode = pimpl->IntHasSection(section, ""); in RemoveProperty()