Searched refs:RemoveSection (Results 1 – 8 of 8) sorted by relevance
186 bool RemoveSection(const std::string §ion, const std::string &subSection);293 bool RemoveSection(const std::string §ion);
410 bool XmlParse::RemoveSection(const std::string §ion, const std::string &subSection) in RemoveSection() function in utility::XmlParse531 bool XmlParse::RemoveSection(const std::string §ion) in RemoveSection() function in utility::XmlParse
160 bool AdapterDeviceConfig::RemoveSection(const std::string §ion, const std::string &subSection) in RemoveSection() function in OHOS::bluetooth::AdapterDeviceConfig163 return pimpl->parse_.RemoveSection(section, subSection); in RemoveSection()
213 virtual bool RemoveSection(const std::string §ion, const std::string &subSection) = 0;392 virtual bool RemoveSection(const std::string §ion, const std::string &subSection) override;
107 if (!pimpl->parse_.RemoveSection(addr)) { in RemoveAddr()
350 if (!config_->RemoveSection(SECTION_BREDR_PAIRED_LIST, subSection)) { in RemovePairedDevice()
177 AdapterDeviceConfig::GetInstance()->RemoveSection(SECTION_GENERIC_ATTRIBUTE_SERVICE, dev); in LoadNotifyInformation()
738 bool ret = config_->RemoveSection(SECTION_BLE_PAIRED_LIST, subSection); in RemovePairedDevice()