Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.h186 bool RemoveSection(const std::string &section, const std::string &subSection);
293 bool RemoveSection(const std::string &section);
H A Dxml_parse.cpp410 bool XmlParse::RemoveSection(const std::string &section, const std::string &subSection) in RemoveSection() function in utility::XmlParse
531 bool XmlParse::RemoveSection(const std::string &section) in RemoveSection() function in utility::XmlParse
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_device_config.cpp160 bool AdapterDeviceConfig::RemoveSection(const std::string &section, const std::string &subSection) in RemoveSection() function in OHOS::bluetooth::AdapterDeviceConfig
163 return pimpl->parse_.RemoveSection(section, subSection); in RemoveSection()
H A Dadapter_device_config.h213 virtual bool RemoveSection(const std::string &section, const std::string &subSection) = 0;
392 virtual bool RemoveSection(const std::string &section, const std::string &subSection) override;
H A Dprofile_config.cpp107 if (!pimpl->parse_.RemoveSection(addr)) { in RemoveAddr()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.cpp350 if (!config_->RemoveSection(SECTION_BREDR_PAIRED_LIST, subSection)) { in RemovePairedDevice()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gatts/
H A Dgeneric_attribute_service.cpp177 AdapterDeviceConfig::GetInstance()->RemoveSection(SECTION_GENERIC_ATTRIBUTE_SERVICE, dev); in LoadNotifyInformation()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.cpp738 bool ret = config_->RemoveSection(SECTION_BLE_PAIRED_LIST, subSection); in RemovePairedDevice()