Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_device_config.cpp154 bool AdapterDeviceConfig::GetSubSections(const std::string &section, std::vector<std::string> &subS… in GetSubSections() function in OHOS::bluetooth::AdapterDeviceConfig
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() function in utility::XmlParse
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.cpp161 if (!config_->GetSubSections(SECTION_BREDR_PAIRED_LIST, pairedList)) { in GetPairedAddrList()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp157 AdapterDeviceConfig::GetInstance()->GetSubSections(SECTION_GENERIC_ATTRIBUTE_SERVICE, devices); in LoadNotifyInformation()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.cpp750 bool ret = config_->GetSubSections(SECTION_BLE_PAIRED_LIST, pairedList); in GetPairedAddrList()