Home
last modified time | relevance | path

Searched refs:subSection (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_config.cpp168 std::string ClassicConfig::GetRemoteName(const std::string &subSection) const in GetRemoteName()
178 std::string ClassicConfig::GetRemoteAlias(const std::string &subSection) const in GetRemoteAlias()
188 std::string ClassicConfig::GetRemoteLinkkey(const std::string &subSection) const in GetRemoteLinkkey()
198 int ClassicConfig::GetRemoteDeviceType(const std::string &subSection) const in GetRemoteDeviceType()
208 int ClassicConfig::GetRemoteLinkkeyType(const std::string &subSection) const in GetRemoteLinkkeyType()
218 int ClassicConfig::GetRemoteDeviceClass(const std::string &subSection) const in GetRemoteDeviceClass()
228 int ClassicConfig::GetRemoteDeviceIoCapability(const std::string &subSection) const in GetRemoteDeviceIoCapability()
308 bool ClassicConfig::GetRemoteDevicePairFlag(const std::string &subSection) const in GetRemoteDevicePairFlag()
348 bool ClassicConfig::RemovePairedDevice(const std::string &subSection) const in RemovePairedDevice()
350 if (!config_->RemoveSection(SECTION_BREDR_PAIRED_LIST, subSection)) { in RemovePairedDevice()
[all …]
H A Dclassic_config.h155 std::string GetRemoteName(const std::string &subSection) const;
163 std::string GetRemoteAlias(const std::string &subSection) const;
171 std::string GetRemoteLinkkey(const std::string &subSection) const;
179 int GetRemoteDeviceType(const std::string &subSection) const;
187 int GetRemoteLinkkeyType(const std::string &subSection) const;
195 int GetRemoteDeviceClass(const std::string &subSection) const;
203 int GetRemoteDeviceIoCapability(const std::string &subSection) const;
218 bool GetRemoteDevicePairFlag(const std::string &subSection) const;
226 bool GetRemoteDeviceBondFromLocal(const std::string &subSection) const;
325 bool RemovePairedDevice(const std::string &subSection) const;
[all …]
/ohos5.0/docs/zh-cn/application-dev/onlyfortest/media/
H A Dapi-info-TC-one-dev.md13 ### Test4-subSection<sup>(deprecated)</sup>
15 The result(api-info) of subSection(Test4-subSection) is 9.
21 ### Test5-subSection
23 The result(api-info) of subSection(Test5-subSection) is 7,(extend the result of Test0-Section).
30 ### Test3-subSection<sup>8</sup>
32 The result(api-info) of subSection(Test3-subSection) is 8.
34 ### Test6-subSection
36 The result(api-info) of subSection(Test6-subSection) is 3,(extend the result of Test1-Section).
47 ### Test7-subSection<sup>(deprecated)</sup>
49 The result(api-info) of subSection(Test7-subSection) is 6,(extend the result of Test2-Section)
[all …]
H A Dapi-info-TC-two-dev.md17 ### Test13-subSection
35 ### Test4-subSection<sup>(deprecated)</sup>
37 The result(api-info) of subSection(Test4-subSection) is 9???.
43 ### Test5-subSection
45 The result(api-info) of subSection(Test5-subSection) is 7???,(extend the result of Test0-Section).
52 ### Test3-subSection<sup>8</sup>
54 The result(api-info) of subSection(Test3-subSection) is 8????.
56 ### Test6-subSection
58 The result(api-info) of subSection(Test6-subSection) is none,(extend the result of Test1-Section).
71 The result(api-info) of subSection(Test7-subSection) is 6????,(extend the result of Test2-Section)
[all …]
/ohos5.0/docs/zh-cn/application-dev/onlyfortest/reference/api-info-test-kit/
H A Dapi-info-TC-one.md13 ### Test4-subSection<sup>(deprecated)</sup>
15 The result(api-info) of subSection(Test4-subSection) is 9.
21 ### Test5-subSection
23 The result(api-info) of subSection(Test5-subSection) is 7,(extend the result of Test0-Section).
30 ### Test3-subSection<sup>8</sup>
32 The result(api-info) of subSection(Test3-subSection) is 8.
34 ### Test6-subSection
36 The result(api-info) of subSection(Test6-subSection) is 3,(extend the result of Test1-Section).
47 ### Test7-subSection<sup>(deprecated)</sup>
49 The result(api-info) of subSection(Test7-subSection) is 6,(extend the result of Test2-Section)
[all …]
H A Dapi-info-TC-two.md17 ### Test13-subSection
35 ### Test4-subSection<sup>(deprecated)</sup>
37 The result(api-info) of subSection(Test4-subSection) is 9???.
43 ### Test5-subSection
45 The result(api-info) of subSection(Test5-subSection) is 7???,(extend the result of Test0-Section).
52 ### Test3-subSection<sup>8</sup>
54 The result(api-info) of subSection(Test3-subSection) is 8????.
56 ### Test6-subSection
58 The result(api-info) of subSection(Test6-subSection) is none,(extend the result of Test1-Section).
71 The result(api-info) of subSection(Test7-subSection) is 6????,(extend the result of Test2-Section)
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp25 xmlNodePtr IntHasSection(const std::string &section, const std::string &subSection);
52 if (subSection == "") { in IntHasSection()
61 if (xmlStrcmp((xmlChar *)subSection.c_str(), btSubSectionNodeProp) == 0) { in IntHasSection()
73 xmlNodePtr sectionNode = IntHasSection(section, subSection); in IntHasProperty()
134 if (subSection != "") { in FindOrCreatePropertyNode()
137 if (xmlStrcmp((xmlChar *)subSection.c_str(), subSectionNodeProp) == 0) { in FindOrCreatePropertyNode()
287 xmlNodePtr getPropertyNode = pimpl->IntHasProperty(section, subSection, property); in GetValue()
344 xmlNodePtr sectionNode = pimpl->IntHasSection(section, subSection); in HasProperty()
348 bool XmlParse::HasSection(const std::string &section, const std::string &subSection) in HasSection() argument
435 if (xmlStrcmp((xmlChar *)subSection.c_str(), subSectionNodeProp) == 0) { in RemoveSection()
[all …]
H A Dxml_parse.h79 …bool GetValue(const std::string &section, const std::string &subSection, const std::string &proper…
93 …const std::string &section, const std::string &subSection, const std::string &property, std::strin…
106 …bool GetValue(const std::string &section, const std::string &subSection, const std::string &proper…
120 …const std::string &section, const std::string &subSection, const std::string &property, const int …
132 …bool SetValue(const std::string &section, const std::string &subSection, const std::string &proper…
146 …const std::string &section, const std::string &subSection, const std::string &property, const bool…
156 bool HasSection(const std::string &section, const std::string &subSection);
176 …bool HasProperty(const std::string &section, const std::string &subSection, const std::string &pro…
186 bool RemoveSection(const std::string &section, const std::string &subSection);
197 …bool RemoveProperty(const std::string &section, const std::string &subSection, const std::string &…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_device_config.cpp114 …const std::string &section, const std::string &subSection, const std::string &property, const int … in SetValue() argument
117 return pimpl->parse_.SetValue(section, subSection, property, value); in SetValue()
123 return pimpl->parse_.SetValue(section, subSection, property, value); in SetValue()
130 return pimpl->parse_.SetValue(section, subSection, property, value); in SetValue()
134 …const std::string &section, const std::string &subSection, const std::string &property, int &value) in GetValue() argument
137 return pimpl->parse_.GetValue(section, subSection, property, value); in GetValue()
144 return pimpl->parse_.GetValue(section, subSection, property, value); in GetValue()
148 …const std::string &section, const std::string &subSection, const std::string &property, bool &valu… in GetValue() argument
151 return pimpl->parse_.GetValue(section, subSection, property, value); in GetValue()
160 bool AdapterDeviceConfig::RemoveSection(const std::string &section, const std::string &subSection) in RemoveSection() argument
[all …]
H A Dadapter_device_config.h130 …const std::string &section, const std::string &subSection, const std::string &property, int &value…
156 …const std::string &section, const std::string &subSection, const std::string &property, bool &valu…
169 …const std::string &section, const std::string &subSection, const std::string &property, const int …
181 …virtual bool SetValue(const std::string &section, const std::string &subSection, const std::string…
213 virtual bool RemoveSection(const std::string &section, const std::string &subSection) = 0;
309 …const std::string &section, const std::string &subSection, const std::string &property, int &value…
321 …virtual bool GetValue(const std::string &section, const std::string &subSection, const std::string…
347 …virtual bool SetValue(const std::string &section, const std::string &subSection, const std::string…
360 …virtual bool SetValue(const std::string &section, const std::string &subSection, const std::string…
373 …virtual bool SetValue(const std::string &section, const std::string &subSection, const std::string…
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_config.h98 std::string GetPeerName(const std::string &subSection) const;
99 std::string GetPeerAlias(const std::string &subSection) const;
100 int GetPeerDeviceType(const std::string &subSection) const;
101 int GetPeerDeviceIoCapability(const std::string &subSection) const;
102 int GetPeerAddressType(const std::string &subSection) const;
104 bool SetPeerName(const std::string &subSection, const std::string &name) const;
105 bool SetPeerDeviceType(const std::string &subSection, const int type) const;
106 bool SetPeerDeviceIoCapability(const std::string &subSection, const int io) const;
107 bool SetPeerAddressType(const std::string &subSection, const int type) const;
108 bool RemovePairedDevice(const std::string &subSection) const;
H A Dble_config.cpp641 std::string BleConfig::GetPeerName(const std::string &subSection) const in GetPeerName()
653 std::string BleConfig::GetPeerAlias(const std::string &subSection) const in GetPeerAlias()
665 int BleConfig::GetPeerDeviceType(const std::string &subSection) const in GetPeerDeviceType()
677 int BleConfig::GetPeerDeviceIoCapability(const std::string &subSection) const in GetPeerDeviceIoCapability()
689 bool BleConfig::SetPeerName(const std::string &subSection, const std::string &name) const in SetPeerName() argument
700 bool BleConfig::SetPeerDeviceType(const std::string &subSection, const int type) const in SetPeerDeviceType() argument
711 bool BleConfig::SetPeerAddressType(const std::string &subSection, const int type) const in SetPeerAddressType() argument
722 int BleConfig::GetPeerAddressType(const std::string &subSection) const in GetPeerAddressType()
734 bool BleConfig::RemovePairedDevice(const std::string &subSection) const in RemovePairedDevice()
738 bool ret = config_->RemoveSection(SECTION_BLE_PAIRED_LIST, subSection); in RemovePairedDevice()
[all …]