/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | profile_info.cpp | 65 std::string section = (transport == BTTransport::ADAPTER_BREDR) ? SECTION_CLASSIC_ADAPTER : SECTION_BLE_ADAPTER; in GetConfigSupportProfiles() local
|
H A D | adapter_config.cpp | 69 bool AdapterConfig::GetValue(const std::string §ion, const std::string &property, int &value) in GetValue() argument 73 bool AdapterConfig::GetValue(const std::string §ion, const std::string &property, std::string &value) in GetValue() argument 77 bool AdapterConfig::GetValue(const std::string §ion, const std::string &property, bool &value) in GetValue() argument 81 bool AdapterConfig::HasSection(const std::string §ion) in HasSection() argument
|
H A D | adapter_device_config.cpp | 82 bool AdapterDeviceConfig::SetValue(const std::string §ion, const std::string &property, const int &value) in SetValue() argument 88 bool AdapterDeviceConfig::SetValue(const std::string §ion, const std::string &property, const std::string &value) in SetValue() argument 94 bool AdapterDeviceConfig::GetValue(const std::string §ion, const std::string &property, int &value) in GetValue() argument 100 bool AdapterDeviceConfig::GetValue(const std::string §ion, const std::string &property, std::string &value) in GetValue() argument 107 bool AdapterDeviceConfig::GetValue(const std::string §ion, const std::string &property, bool &value) in GetValue() argument 113 SetValue( const std::string §ion, const std::string &subSection, const std::string &property, const int &value) SetValue() argument 119 SetValue( const std::string §ion, const std::string &subSection, const std::string &property, const std::string &value) SetValue() argument 126 SetValue( const std::string §ion, const std::string &subSection, const std::string &property, const bool &value) SetValue() argument 133 GetValue( const std::string §ion, const std::string &subSection, const std::string &property, int &value) GetValue() argument 140 GetValue( const std::string §ion, const std::string &subSection, const std::string &property, std::string &value) GetValue() argument 147 GetValue( const std::string §ion, const std::string &subSection, const std::string &property, bool &value) GetValue() argument 154 GetSubSections(const std::string §ion, std::vector<std::string> &subSections) GetSubSections() argument 160 RemoveSection(const std::string §ion, const std::string &subSection) RemoveSection() argument [all...] |
H A D | adapter_device_info.cpp | 76 bool AdapterDeviceInfo::GetValue(const std::string §ion, const std::string &property, std::string &value) in GetValue() argument 82 bool AdapterDeviceInfo::GetValue(const std::string §ion, const std::string &property, bool &value) in GetValue() argument 88 bool AdapterDeviceInfo::GetValue(const std::string §ion, const std::string &property, int &value) in GetValue() argument
|
H A D | profile_config.cpp | 113 bool ProfileConfig::RemoveProperty(const std::string &addr, const std::string §ion, const std::string &property) in RemoveProperty() argument 70 GetValue( const std::string &addr, const std::string §ion, const std::string &property, int &value) GetValue() argument 77 GetValue( const std::string &addr, const std::string §ion, const std::string &property, bool &value) GetValue() argument 84 SetValue( const std::string &addr, const std::string §ion, const std::string &property, int &value) SetValue() argument 94 SetValue( const std::string &addr, const std::string §ion, const std::string &property, bool &value) SetValue() argument 122 HasSection(const std::string &addr, const std::string §ion) HasSection() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow_sections.cpp | 86 void ParseGaps(const JSRef<JSObject>& obj, NG::WaterFlowSections::Section& section) in ParseGaps() argument 115 ParseSectionOptions( const JSCallbackInfo& args, const JSRef<JSVal>& jsValue, NG::WaterFlowSections::Section& section) ParseSectionOptions() argument [all...] |
H A D | js_water_flow.cpp | 81 NG::WaterFlowSections::Section section; in ParseChanges() local 98 NG::WaterFlowSections::Section section; in ParseSections() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_info_sw.cpp | 169 inline bool SectionEmpty(const std::vector<WaterFlowLayoutInfoSW::Lane>& section) in SectionEmpty() argument 174 inline float SectionEndPos(const std::vector<WaterFlowLayoutInfoSW::Lane>& section) in SectionEndPos() argument [all...] |
H A D | water_flow_layout_sw.cpp | 299 int32_t section = info_->GetSegment(idx); in FillBackSection() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_sw_layout_test.cpp | 332 auto section = SECTION_11[1]; in HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
H A D | water_flow_layout_utils.cpp | 154 const auto& section = sections->GetSectionInfo()[seg]; in GetUserDefHeight() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/ |
H A D | directory_manager.cpp | 230 std::string section; in GenPath() local
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/ |
H A D | xml_parse.cpp | 37 xmlNodePtr XmlParse::impl::IntHasSection(const std::string §ion, const std::string &subSection) in IntHasSection() argument 70 IntHasProperty( const std::string §ion, const std::string &subSection, const std::string &property) IntHasProperty() argument 106 FindOrCreatePropertyNode( const std::string §ion, const std::string &subSection, const std::string &property) FindOrCreatePropertyNode() argument 284 GetValue( const std::string §ion, const std::string &subSection, const std::string &property, int &value) GetValue() argument 291 GetValue( const std::string §ion, const std::string &subSection, const std::string &property, std::string &value) GetValue() argument 298 GetValue( const std::string §ion, const std::string &subSection, const std::string &property, bool &value) GetValue() argument 305 SetValue( const std::string §ion, const std::string &subSection, const std::string &property, const int &value) SetValue() argument 319 SetValue( const std::string §ion, const std::string &subSection, const std::string &property, const std::string &value) SetValue() argument 327 SetValue( const std::string §ion, const std::string &subSection, const std::string &property, const bool &value) SetValue() argument 342 HasProperty(const std::string §ion, const std::string &subSection, const std::string &property) HasProperty() argument 348 HasSection(const std::string §ion, const std::string &subSection) HasSection() argument 378 GetSubSections(const std::string §ion, std::vector<std::string> &subSections) GetSubSections() argument 410 RemoveSection(const std::string §ion, const std::string &subSection) RemoveSection() argument 449 RemoveProperty(const std::string §ion, const std::string &subSection, const std::string &property) RemoveProperty() argument 455 GetValue(const std::string §ion, const std::string &property, int &value) GetValue() argument 461 GetValue(const std::string §ion, const std::string &property, std::string &value) GetValue() argument 467 GetValue(const std::string §ion, const std::string &property, bool &value) GetValue() argument 473 SetValue(const std::string §ion, const std::string &property, const int &value) SetValue() argument 486 SetValue(const std::string §ion, const std::string &property, const std::string &value) SetValue() argument 493 SetValue(const std::string §ion, const std::string &property, const bool &value) SetValue() argument 507 HasProperty(const std::string §ion, const std::string &property) HasProperty() argument 513 HasSection(const std::string §ion) HasSection() argument 531 RemoveSection(const std::string §ion) RemoveSection() argument 555 RemoveProperty(const std::string §ion, const std::string &property) RemoveProperty() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_config.cpp | 325 bool BleConfig::SetLocalLtk(const std::string §ion, const std::string <k) const in SetLocalLtk() argument 336 bool BleConfig::SetLocalKeySize(const std::string §ion, const std::string &keysize) const in SetLocalKeySize() argument 347 bool BleConfig::SetLocalEdivRand(const std::string §ion, const std::string &ediv, const std::string &rand) const in SetLocalEdivRand() argument 363 bool BleConfig::SetLocalCsrk(const std::string §ion, const std::string &csrk) const in SetLocalCsrk() argument 374 bool BleConfig::SetLocalSignCounter(const std::string §ion, uint32_ argument 386 SetPeerKeyType(const std::string §ion, const std::string &keytype) const SetPeerKeyType() argument 397 SetPeerLtk(const std::string §ion, const std::string <k) const SetPeerLtk() argument 408 SetPeerKeySize(const std::string §ion, const std::string &keysize) const SetPeerKeySize() argument 419 SetPeerEdivRand(const std::string §ion, const std::string &ediv, const std::string &rand) const SetPeerEdivRand() argument 435 SetPeerIdentityAddr(const std::string §ion, uint8_t type, const std::string &peerAddress) const SetPeerIdentityAddr() argument 451 SetPeerIrk(const std::string §ion, const std::string &irk) const SetPeerIrk() argument 462 SetPeerCsrk(const std::string §ion, const std::string &csrk) const SetPeerCsrk() argument 473 SetPeerSignCounter(const std::string §ion, uint32_t signCounter) const SetPeerSignCounter() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | water_flow_modifier.cpp | 451 WaterFlowSections::Section& section = newSections[i]; in SetWaterFlowSectionOptions() local
|