Home
last modified time | relevance | path

Searched defs:section (Results 1 - 15 of 15) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_info.cpp65 std::string section = (transport == BTTransport::ADAPTER_BREDR) ? SECTION_CLASSIC_ADAPTER : SECTION_BLE_ADAPTER; in GetConfigSupportProfiles() local
H A Dadapter_config.cpp69 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, int &value) in GetValue() argument
73 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, std::string &value) in GetValue() argument
77 bool AdapterConfig::GetValue(const std::string &section, const std::string &property, bool &value) in GetValue() argument
81 bool AdapterConfig::HasSection(const std::string &section) in HasSection() argument
H A Dadapter_device_config.cpp82 bool AdapterDeviceConfig::SetValue(const std::string &section, const std::string &property, const int &value) in SetValue() argument
88 bool AdapterDeviceConfig::SetValue(const std::string &section, const std::string &property, const std::string &value) in SetValue() argument
94 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, int &value) in GetValue() argument
100 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, std::string &value) in GetValue() argument
107 bool AdapterDeviceConfig::GetValue(const std::string &section, const std::string &property, bool &value) in GetValue() argument
113 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const int &value) SetValue() argument
119 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const std::string &value) SetValue() argument
126 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const bool &value) SetValue() argument
133 GetValue( const std::string &section, const std::string &subSection, const std::string &property, int &value) GetValue() argument
140 GetValue( const std::string &section, const std::string &subSection, const std::string &property, std::string &value) GetValue() argument
147 GetValue( const std::string &section, const std::string &subSection, const std::string &property, bool &value) GetValue() argument
154 GetSubSections(const std::string &section, std::vector<std::string> &subSections) GetSubSections() argument
160 RemoveSection(const std::string &section, const std::string &subSection) RemoveSection() argument
[all...]
H A Dadapter_device_info.cpp76 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, std::string &value) in GetValue() argument
82 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, bool &value) in GetValue() argument
88 bool AdapterDeviceInfo::GetValue(const std::string &section, const std::string &property, int &value) in GetValue() argument
H A Dprofile_config.cpp113 bool ProfileConfig::RemoveProperty(const std::string &addr, const std::string &section, const std::string &property) in RemoveProperty() argument
70 GetValue( const std::string &addr, const std::string &section, const std::string &property, int &value) GetValue() argument
77 GetValue( const std::string &addr, const std::string &section, const std::string &property, bool &value) GetValue() argument
84 SetValue( const std::string &addr, const std::string &section, const std::string &property, int &value) SetValue() argument
94 SetValue( const std::string &addr, const std::string &section, const std::string &property, bool &value) SetValue() argument
122 HasSection(const std::string &addr, const std::string &section) HasSection() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp86 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 Djs_water_flow.cpp81 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 Dwater_flow_layout_info_sw.cpp169 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 Dwater_flow_layout_sw.cpp299 int32_t section = info_->GetSegment(idx); in FillBackSection() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_sw_layout_test.cpp332 auto section = SECTION_11[1]; in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp154 const auto& section = sections->GetSectionInfo()[seg]; in GetUserDefHeight() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/directory/
H A Ddirectory_manager.cpp230 std::string section; in GenPath() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp37 xmlNodePtr XmlParse::impl::IntHasSection(const std::string &section, const std::string &subSection) in IntHasSection() argument
70 IntHasProperty( const std::string &section, const std::string &subSection, const std::string &property) IntHasProperty() argument
106 FindOrCreatePropertyNode( const std::string &section, const std::string &subSection, const std::string &property) FindOrCreatePropertyNode() argument
284 GetValue( const std::string &section, const std::string &subSection, const std::string &property, int &value) GetValue() argument
291 GetValue( const std::string &section, const std::string &subSection, const std::string &property, std::string &value) GetValue() argument
298 GetValue( const std::string &section, const std::string &subSection, const std::string &property, bool &value) GetValue() argument
305 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const int &value) SetValue() argument
319 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const std::string &value) SetValue() argument
327 SetValue( const std::string &section, const std::string &subSection, const std::string &property, const bool &value) SetValue() argument
342 HasProperty(const std::string &section, const std::string &subSection, const std::string &property) HasProperty() argument
348 HasSection(const std::string &section, const std::string &subSection) HasSection() argument
378 GetSubSections(const std::string &section, std::vector<std::string> &subSections) GetSubSections() argument
410 RemoveSection(const std::string &section, const std::string &subSection) RemoveSection() argument
449 RemoveProperty(const std::string &section, const std::string &subSection, const std::string &property) RemoveProperty() argument
455 GetValue(const std::string &section, const std::string &property, int &value) GetValue() argument
461 GetValue(const std::string &section, const std::string &property, std::string &value) GetValue() argument
467 GetValue(const std::string &section, const std::string &property, bool &value) GetValue() argument
473 SetValue(const std::string &section, const std::string &property, const int &value) SetValue() argument
486 SetValue(const std::string &section, const std::string &property, const std::string &value) SetValue() argument
493 SetValue(const std::string &section, const std::string &property, const bool &value) SetValue() argument
507 HasProperty(const std::string &section, const std::string &property) HasProperty() argument
513 HasSection(const std::string &section) HasSection() argument
531 RemoveSection(const std::string &section) RemoveSection() argument
555 RemoveProperty(const std::string &section, const std::string &property) RemoveProperty() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A 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::string &rand) const 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_ argument
386 SetPeerKeyType(const std::string &section, const std::string &keytype) const SetPeerKeyType() argument
397 SetPeerLtk(const std::string &section, const std::string &ltk) const SetPeerLtk() argument
408 SetPeerKeySize(const std::string &section, const std::string &keysize) const SetPeerKeySize() argument
419 SetPeerEdivRand(const std::string &section, const std::string &ediv, const std::string &rand) const SetPeerEdivRand() argument
435 SetPeerIdentityAddr(const std::string &section, uint8_t type, const std::string &peerAddress) const SetPeerIdentityAddr() argument
451 SetPeerIrk(const std::string &section, const std::string &irk) const SetPeerIrk() argument
462 SetPeerCsrk(const std::string &section, const std::string &csrk) const SetPeerCsrk() argument
473 SetPeerSignCounter(const std::string &section, uint32_t signCounter) const SetPeerSignCounter() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dwater_flow_modifier.cpp451 WaterFlowSections::Section& section = newSections[i]; in SetWaterFlowSectionOptions() local

Completed in 10 milliseconds