Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_device_config.cpp82 bool AdapterDeviceConfig::SetValue(const std::string &section, const std::string &property, const i… 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()
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()
148const std::string &section, const std::string &subSection, const std::string &property, bool &valu… in GetValue()
154 bool AdapterDeviceConfig::GetSubSections(const std::string &section, std::vector<std::string> &subS… in GetSubSections()
[all …]
H A 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()
H A 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()
H A 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()
H A Dprofile_info.cpp65 …std::string section = (transport == BTTransport::ADAPTER_BREDR) ? SECTION_CLASSIC_ADAPTER : SECTIO… in GetConfigSupportProfiles() local
/ohos5.0/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()
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()
348 bool XmlParse::HasSection(const std::string &section, const std::string &subSection) in HasSection()
410 bool XmlParse::RemoveSection(const std::string &section, const std::string &subSection) in RemoveSection()
455 bool XmlParse::GetValue(const std::string &section, const std::string &property, int &value) in GetValue()
467 bool XmlParse::GetValue(const std::string &section, const std::string &property, bool &value) in GetValue()
507 bool XmlParse::HasProperty(const std::string &section, const std::string &property) in HasProperty()
513 bool XmlParse::HasSection(const std::string &section) in HasSection()
531 bool XmlParse::RemoveSection(const std::string &section) in RemoveSection()
[all …]
/ohos5.0/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
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
451 bool BleConfig::SetPeerIrk(const std::string &section, const std::string &irk) const in SetPeerIrk() argument
462 bool BleConfig::SetPeerCsrk(const std::string &section, const std::string &csrk) const in SetPeerCsrk() argument
[all …]
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandboxmgr_test.cpp163 SandboxSection *section = CreateSandboxSection(name, len, type); in __anona643db180102() local
204 SandboxSection *section = CreateSandboxSection(inputName[i], inputDataLen[j], 0); variable
227 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable
257 SandboxSection *section = GetSandboxSection(nullptr, "system-const"); variable
295 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable
330 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable
361 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable
409 …SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG… variable
H A Dapp_spawn_sandbox_new_test.cpp274 static inline SandboxMountNode *GetFirstSandboxMountPathNode(const SandboxSection *section) in GetFirstSandboxMountPathNode()
284 static inline SandboxMountNode *GetNextSandboxMountPathNode(const SandboxSection *section, SandboxM… in GetNextSandboxMountPathNode()
943 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "system-const"); variable
1282 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "app-variable"); variable
2278 const SandboxSection section = {node, front, name, 16, 16, nullptr, 1, 1, nullptr}; variable
/ohos5.0/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dcamera_example_vendor_tags.cpp37 for (int32_t section = 0; section < EXAMPLE_SECTION_COUNT; section++) { in GetVendorTagCount() local
67 for (int32_t section = 0; section < EXAMPLE_SECTION_COUNT; section++) { in GetAllVendorTags() local
/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_manager.c103 PathMountNode *GetPathMountNode(const SandboxSection *section, int type, const char *source, const … in GetPathMountNode()
118 SymbolLinkNode *GetSymbolLinkNode(const SandboxSection *section, const char *target, const char *li… in GetSymbolLinkNode()
153 SandboxMountNode *GetFirstSandboxMountNode(const SandboxSection *section) in GetFirstSandboxMountNode()
194 static inline void InitSandboxSection(SandboxSection *section, int type) in InitSandboxSection()
208 static void ClearSandboxSection(SandboxSection *section) in ClearSandboxSection()
256 static void DumpSandboxSection(const SandboxSection *section) in DumpSandboxSection()
282 SandboxSection *section = (SandboxSection *)calloc(1, dataLen); in CreateSandboxSection() local
325 void DeleteSandboxSection(SandboxSection *section) in DeleteSandboxSection()
396 SandboxSection *section = (SandboxSection *)node; in DumpSandboxSectionNode() local
H A Dsandbox_load.c205 static PathMountNode *DecodeMountPathConfig(const SandboxSection *section, const cJSON *config, uin… in DecodeMountPathConfig()
245 const cJSON *mountConfigs, SandboxSection *section, uint32_t type) in ParseMountPathsConfig()
262 static SymbolLinkNode *DecodeSymbolLinksConfig(const SandboxSection *section, const cJSON *config) in DecodeSymbolLinksConfig()
290 …olLinksConfig(AppSpawnSandboxCfg *sandbox, const cJSON *symbolLinkConfigs, SandboxSection *section) in ParseSymbolLinksConfig()
306 …int ParseGidTableConfig(AppSpawnSandboxCfg *sandbox, const cJSON *configs, SandboxSection *section) in ParseGidTableConfig()
339 …seMountGroupsConfig(AppSpawnSandboxCfg *sandbox, const cJSON *groupConfig, SandboxSection *section) in ParseMountGroupsConfig()
398 static int ParseBaseConfig(AppSpawnSandboxCfg *sandbox, SandboxSection *section, const cJSON *confi… in ParseBaseConfig()
622 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, config->string); in ParseAppSandboxConfig() local
H A Dappspawn_sandbox.c216 static VarExtraData *GetVarExtraData(const SandboxContext *context, const SandboxSection *section) in GetVarExtraData()
250 const SandboxSection *section, const PathMountNode *sandboxNode, uint32_t operation) in CheckSandboxMountNode()
398 const SandboxSection *section, const PathMountNode *sandboxNode, uint32_t operation) in DoSandboxPathNodeMount()
448 const SandboxSection *section, const SymbolLinkNode *sandboxNode) in DoSandboxPathSymLink()
473 static int DoSandboxNodeMount(const SandboxContext *context, const SandboxSection *section, uint32_… in DoSandboxNodeMount()
553 const AppSpawnSandboxCfg *sandbox, const SandboxSection *section, uint32_t op) in MountSandboxConfig()
821 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, name); in UnmountSandboxConfigs() local
875 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "system-const"); in StagedMountSystemConst() local
949 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "app-variable"); in SetAppVariableConfig() local
H A Dappspawn_sandbox.h145 SandboxSection section; member
149 SandboxSection section; member
154 SandboxSection section; member
162 SandboxSection section; member
231 __attribute__((always_inline)) inline uint32_t GetSectionType(const SandboxSection *section) in GetSectionType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_info_sw.cpp177 inline bool SectionEmpty(const std::vector<WaterFlowLayoutInfoSW::Lane>& section) in SectionEmpty()
182 inline float SectionEndPos(const std::vector<WaterFlowLayoutInfoSW::Lane>& section) in SectionEndPos()
192 inline float SectionStartPos(const std::vector<WaterFlowLayoutInfoSW::Lane>& section) in SectionStartPos()
222 for (const auto& section : lanes_) { in StartPos() local
259 for (const auto& section : lanes_) { in GetMainCount() local
334 for (auto& section : lanes_) { in Reset() local
372 for (const auto& section : lanes_) { in StartIndex() local
402 for (auto& section : lanes_) { in ResetWithLaneOffset() local
721 for (auto& section : lanes_) { in UpdateLanesIndex() local
H A Dwater_flow_layout_sw.cpp174 for (const auto& section : info_->lanes_) { in ItemHeightChanged() local
252 for (auto& section : info_->lanes_) { in ApplyDelta() local
342 int32_t section = info_->GetSegment(idx); in FillBackSection() local
/ohos5.0/drivers/peripheral/camera/test/hdi/metadata_test/src/
H A Dcamera_metadata_operator_uttest.cpp83 uint32_t section = 10; variable
97 uint32_t section = 10; variable
111 uint32_t section = 10; variable
/ohos5.0/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()
116 … const JSCallbackInfo& args, const JSRef<JSVal>& jsValue, NG::WaterFlowSections::Section& section) in ParseSectionOptions()
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dunique_stack_table.h51 } section; member
71 } section; member
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_loader.cpp397 … return std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](const auto &section) { in SetLicenseAndVersion()
425 for (const auto &section : elfIo_.sections) { in LoadElfMapSectionCore() local
458 [](const auto &section) { return section->get_name() == "maps"; }); in LoadElfMapsSection()
768 … return std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](auto &section) -> bool { in ParseRelocation()
800 …n std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](const auto &section) -> bool { in UnloadProgs()
823 …n std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](const auto &section) -> bool { in LoadProgs()
/ohos5.0/base/startup/init/ueventd/
H A Dueventd_read_cfg.c165 static SECTION GetSection(const char *section) in GetSection()
188 char *section = NULL; in ParseUeventConfig() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_utils.cpp156 const auto& section = sections->GetSectionInfo()[seg]; in GetUserDefHeight() local
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_get_handler.py204 def delete_device_operation(self, device_name, *section):
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_sw_layout_test.cpp335 auto section = SECTION_11[1]; variable
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dcollect_elf_syscall.py168 def create_disassemble_file(elf_path, locate_path, section): argument

12