/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | adapter_device_config.cpp | 82 bool AdapterDeviceConfig::SetValue(const std::string §ion, const std::string &property, const i… in SetValue() 94 bool AdapterDeviceConfig::GetValue(const std::string §ion, const std::string &property, int &va… in GetValue() 100 bool AdapterDeviceConfig::GetValue(const std::string §ion, const std::string &property, std::st… in GetValue() 107 bool AdapterDeviceConfig::GetValue(const std::string §ion, const std::string &property, bool &v… in GetValue() 114 …const std::string §ion, const std::string &subSection, const std::string &property, const int … in SetValue() 127 …const std::string §ion, const std::string &subSection, const std::string &property, const bool… in SetValue() 134 …const std::string §ion, const std::string &subSection, const std::string &property, int &value) in GetValue() 141 …const std::string §ion, const std::string &subSection, const std::string &property, std::strin… in GetValue() 148 …const std::string §ion, const std::string &subSection, const std::string &property, bool &valu… in GetValue() 154 bool AdapterDeviceConfig::GetSubSections(const std::string §ion, std::vector<std::string> &subS… in GetSubSections() [all …]
|
H A D | adapter_config.cpp | 69 bool AdapterConfig::GetValue(const std::string §ion, const std::string &property, int &value) in GetValue() 73 bool AdapterConfig::GetValue(const std::string §ion, const std::string &property, std::string &… in GetValue() 77 bool AdapterConfig::GetValue(const std::string §ion, const std::string &property, bool &value) in GetValue() 81 bool AdapterConfig::HasSection(const std::string §ion) in HasSection()
|
H A D | profile_config.cpp | 71 const std::string &addr, const std::string §ion, const std::string &property, int &value) in GetValue() 78 const std::string &addr, const std::string §ion, const std::string &property, bool &value) in GetValue() 85 const std::string &addr, const std::string §ion, const std::string &property, int &value) in SetValue() 95 const std::string &addr, const std::string §ion, const std::string &property, bool &value) in SetValue() 113 bool ProfileConfig::RemoveProperty(const std::string &addr, const std::string §ion, const std::… in RemoveProperty() 122 bool ProfileConfig::HasSection(const std::string &addr, const std::string §ion) in HasSection()
|
H A D | adapter_device_info.cpp | 76 bool AdapterDeviceInfo::GetValue(const std::string §ion, const std::string &property, std::stri… in GetValue() 82 bool AdapterDeviceInfo::GetValue(const std::string §ion, const std::string &property, bool &val… in GetValue() 88 bool AdapterDeviceInfo::GetValue(const std::string §ion, const std::string &property, int &valu… in GetValue()
|
H A D | profile_info.cpp | 65 …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 D | xml_parse.cpp | 37 xmlNodePtr XmlParse::impl::IntHasSection(const std::string §ion, const std::string &subSection) in IntHasSection() 71 const std::string §ion, const std::string &subSection, const std::string &property) in IntHasProperty() 107 const std::string §ion, const std::string &subSection, const std::string &property) in FindOrCreatePropertyNode() 348 bool XmlParse::HasSection(const std::string §ion, const std::string &subSection) in HasSection() 410 bool XmlParse::RemoveSection(const std::string §ion, const std::string &subSection) in RemoveSection() 455 bool XmlParse::GetValue(const std::string §ion, const std::string &property, int &value) in GetValue() 467 bool XmlParse::GetValue(const std::string §ion, const std::string &property, bool &value) in GetValue() 507 bool XmlParse::HasProperty(const std::string §ion, const std::string &property) in HasProperty() 513 bool XmlParse::HasSection(const std::string §ion) in HasSection() 531 bool XmlParse::RemoveSection(const std::string §ion) in RemoveSection() [all …]
|
/ohos5.0/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 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_t signCounter) const in SetLocalSignCounter() argument 386 bool BleConfig::SetPeerKeyType(const std::string §ion, const std::string &keytype) const in SetPeerKeyType() argument 397 bool BleConfig::SetPeerLtk(const std::string §ion, const std::string <k) const in SetPeerLtk() argument 408 bool BleConfig::SetPeerKeySize(const std::string §ion, const std::string &keysize) const in SetPeerKeySize() argument 419 bool BleConfig::SetPeerEdivRand(const std::string §ion, const std::string &ediv, const std::str… in SetPeerEdivRand() argument 451 bool BleConfig::SetPeerIrk(const std::string §ion, const std::string &irk) const in SetPeerIrk() argument 462 bool BleConfig::SetPeerCsrk(const std::string §ion, const std::string &csrk) const in SetPeerCsrk() argument [all …]
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_sandboxmgr_test.cpp | 163 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 D | app_spawn_sandbox_new_test.cpp | 274 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 D | camera_example_vendor_tags.cpp | 37 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 D | sandbox_manager.c | 103 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 D | sandbox_load.c | 205 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 D | appspawn_sandbox.c | 216 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 D | appspawn_sandbox.h | 145 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 D | water_flow_layout_info_sw.cpp | 177 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 D | water_flow_layout_sw.cpp | 174 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 D | camera_metadata_operator_uttest.cpp | 83 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 D | js_water_flow_sections.cpp | 86 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 D | unique_stack_table.h | 51 } section; member 71 } section; member
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_loader.cpp | 397 … return std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](const auto §ion) { in SetLicenseAndVersion() 425 for (const auto §ion : elfIo_.sections) { in LoadElfMapSectionCore() local 458 [](const auto §ion) { return section->get_name() == "maps"; }); in LoadElfMapsSection() 768 … return std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](auto §ion) -> bool { in ParseRelocation() 800 …n std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](const auto §ion) -> bool { in UnloadProgs() 823 …n std::all_of(elfIo_.sections.begin(), elfIo_.sections.end(), [this](const auto §ion) -> bool { in LoadProgs()
|
/ohos5.0/base/startup/init/ueventd/ |
H A D | ueventd_read_cfg.c | 165 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 D | water_flow_layout_utils.cpp | 156 const auto& section = sections->GetSectionInfo()[seg]; in GetUserDefHeight() local
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_get_handler.py | 204 def delete_device_operation(self, device_name, *section):
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_sw_layout_test.cpp | 335 auto section = SECTION_11[1]; variable
|
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/ |
H A D | collect_elf_syscall.py | 168 def create_disassemble_file(elf_path, locate_path, section): argument
|