Home
last modified time | relevance | path

Searched defs:section (Results 1 – 9 of 9) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
Dadapter_device_config.cpp82 bool AdapterDeviceConfig::SetValue(const std::string &section, const std::string &property, const i… in SetValue()
88 bool AdapterDeviceConfig::SetValue(const std::string &section, const std::string &property, const s… in SetValue()
94 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, int &va… in GetValue()
100 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, std::st… in GetValue()
107 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, bool &v… in GetValue()
114const std::string &section, const std::string &subSection, const std::string &property, const int … in SetValue()
120const std::string &section, const std::string &subSection, const std::string &property, const std:… in SetValue()
127const std::string &section, const std::string &subSection, const std::string &property, const bool… in SetValue()
134const std::string &section, const std::string &subSection, const std::string &property, int &value) in GetValue()
141const std::string &section, const std::string &subSection, const std::string &property, std::strin… in GetValue()
[all …]
Dprofile_config.cpp71 const std::string &addr, const std::string &section, const std::string &property, int &value) in GetValue()
78 const std::string &addr, const std::string &section, const std::string &property, bool &value) in GetValue()
85 const std::string &addr, const std::string &section, const std::string &property, int &value) in SetValue()
95 const std::string &addr, const std::string &section, const std::string &property, bool &value) in SetValue()
113 bool ProfileConfig::RemoveProperty(const std::string &addr, const std::string &section, const std::… in RemoveProperty()
122 bool ProfileConfig::HasSection(const std::string &addr, const std::string &section) in HasSection()
Dadapter_config.cpp69 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, int &value) in GetValue()
73 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, std::string &… in GetValue()
77 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, bool &value) in GetValue()
81 bool AdapterConfig::HasSection(const std::string &section) in HasSection()
Dadapter_device_info.cpp76 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, std::stri… in GetValue()
82 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, bool &val… in GetValue()
88 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, int &valu… in GetValue()
Dprofile_info.cpp65 …std::string section = (transport == BTTransport::ADAPTER_BREDR) ? SECTION_CLASSIC_ADAPTER : SECTIO… in GetConfigSupportProfiles() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
Dxml_parse.cpp37 xmlNodePtr XmlParse::impl::IntHasSection(const std::string &section, const std::string &subSection) in IntHasSection()
71 const std::string &section, const std::string &subSection, const std::string &property) in IntHasProperty()
107 const std::string &section, const std::string &subSection, const std::string &property) in FindOrCreatePropertyNode()
285const std::string &section, const std::string &subSection, const std::string &property, int &value) in GetValue()
292const std::string &section, const std::string &subSection, const std::string &property, std::strin… in GetValue()
299const std::string &section, const std::string &subSection, const std::string &property, bool &valu… in GetValue()
306const std::string &section, const std::string &subSection, const std::string &property, const int … in SetValue()
320const std::string &section, const std::string &subSection, const std::string &property, const std:… in SetValue()
328const std::string &section, const std::string &subSection, const std::string &property, const bool… in SetValue()
342 bool XmlParse::HasProperty(const std::string &section, const std::string &subSection, const std::st… in HasProperty()
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
Dble_config.cpp325 bool BleConfig::SetLocalLtk(const std::string &section, const std::string &ltk) const in SetLocalLtk() argument
336 bool BleConfig::SetLocalKeySize(const std::string &section, const std::string &keysize) const in SetLocalKeySize() argument
347 bool BleConfig::SetLocalEdivRand(const std::string &section, const std::string &ediv, const std::st… in SetLocalEdivRand() argument
363 bool BleConfig::SetLocalCsrk(const std::string &section, const std::string &csrk) const in SetLocalCsrk() argument
374 bool BleConfig::SetLocalSignCounter(const std::string &section, uint32_t signCounter) const in SetLocalSignCounter() argument
386 bool BleConfig::SetPeerKeyType(const std::string &section, const std::string &keytype) const in SetPeerKeyType() argument
397 bool BleConfig::SetPeerLtk(const std::string &section, const std::string &ltk) const in SetPeerLtk() argument
408 bool BleConfig::SetPeerKeySize(const std::string &section, const std::string &keysize) const in SetPeerKeySize() argument
419 bool BleConfig::SetPeerEdivRand(const std::string &section, const std::string &ediv, const std::str… in SetPeerEdivRand() argument
435 bool BleConfig::SetPeerIdentityAddr(const std::string &section, uint8_t type, const std::string &pe… in SetPeerIdentityAddr() argument
[all …]
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
Dbpf_loader.cpp377 … return std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](const auto &section) { in SetLicenseAndVersion()
397 for (const auto &section : elfIo_.sections) { in LoadElfMapSectionCore() local
430 [](const auto &section) { return section->get_name() == "maps"; }); in LoadElfMapsSection()
710 … return std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](auto &section) -> bool { in ParseRelocation()
738 …n std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](const auto &section) -> bool { in UnloadProgs()
757 …n std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](const auto &section) -> bool { in LoadProgs()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/
Ddirectory_manager.cpp224 std::string section; in GenPath() local