Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_device_config.cpp154 …pterDeviceConfig::GetSubSections(const std::string &section, std::vector<std::string> &subSections) in GetSubSections() argument
157 return pimpl->parse_.GetSubSections(section, subSections); in GetSubSections()
H A Dadapter_device_config.h204 …virtual bool GetSubSections(const std::string &section, std::vector<std::string> &subSections) = 0;
383 …virtual bool GetSubSections(const std::string &section, std::vector<std::string> &subSections) ove…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.h165 bool GetSubSections(const std::string &section, std::vector<std::string> &subSections);
H A Dxml_parse.cpp378 bool XmlParse::GetSubSections(const std::string &section, std::vector<std::string> &subSections) in GetSubSections() argument
398 subSections.push_back(btSubSectionNodePropStr); in GetSubSections()
404 if (subSections.size() == 0) { in GetSubSections()