Home
last modified time | relevance | path

Searched refs:parse_ (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_config.cpp26 utility::XmlParse parse_ = {}; member
46 if (pimpl->parse_.Load(pimpl->filePath_)) { in Load()
52 return pimpl->parse_.Load(pimpl->filePath_); in Load()
74 return pimpl->parse_.GetValue(addr, section, property, value); in GetValue()
81 return pimpl->parse_.GetValue(addr, section, property, value); in GetValue()
88 if (!pimpl->parse_.SetValue(addr, section, property, value)) { in SetValue()
91 return pimpl->parse_.Save(); in SetValue()
98 if (!pimpl->parse_.SetValue(addr, section, property, value)) { in SetValue()
101 return pimpl->parse_.Save(); in SetValue()
107 if (!pimpl->parse_ in RemoveAddr()
[all...]
H A Dadapter_device_config.cpp28 utility::XmlParse parse_ {};
52 if (pimpl->parse_.Load(pimpl->filePath_)) { in Load()
58 return pimpl->parse_.Load(pimpl->filePath_); in Load()
79 return pimpl->parse_.Save(); in Save()
85 return pimpl->parse_.SetValue(section, property, value); in SetValue()
91 return pimpl->parse_.SetValue(section, property, value); in SetValue()
97 return pimpl->parse_.GetValue(section, property, value); in GetValue()
104 return pimpl->parse_.GetValue(section, property, value); in GetValue()
110 return pimpl->parse_.GetValue(section, property, value); in GetValue()
117 return pimpl->parse_ in SetValue()
[all...]
H A Dadapter_config.cpp25 utility::XmlParse parse_ = {}; member
45 if (pimpl->parse_.Load(pimpl->filePath_)) { in Load()
51 return pimpl->parse_.Load(pimpl->filePath_); in Load()
71 return pimpl->parse_.GetValue(section, property, value); in GetValue()
75 return pimpl->parse_.GetValue(section, property, value); in GetValue()
79 return pimpl->parse_.GetValue(section, property, value); in GetValue()
83 return pimpl->parse_.HasSection(section); in HasSection()
H A Dadapter_device_info.cpp28 utility::XmlParse parse_ = {}; member
52 if (pimpl->parse_.Load(pimpl->filePath_)) { in Load()
58 return pimpl->parse_.Load(pimpl->filePath_); in Load()
79 return pimpl->parse_.GetValue(section, property, value); in GetValue()
85 return pimpl->parse_.GetValue(section, property, value); in GetValue()
91 return pimpl->parse_.GetValue(section, property, value); in GetValue()

Completed in 2 milliseconds