Home
last modified time | relevance | path

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

12

/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...]
/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/include/
H A Dunique_stack_table.h51 } section; member
71 } section; member
/base/startup/init/ueventd/
H A Dueventd_read_cfg.c165 static SECTION GetSection(const char *section) in GetSection() argument
188 char *section = NULL; in ParseUeventConfig() local
[all...]
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandbox_test.cpp1278 std::string section = "common"; in HWTEST_F() local
1312 std::string section = "permission"; in HWTEST_F() local
H A Dapp_spawn_sandbox_new_mount_test.cpp692 SandboxSection section = {}; in HWTEST_F() local
H A Dapp_spawn_sandboxmgr_test.cpp204 SandboxSection *section = CreateSandboxSection(inputName[i], inputDataLen[j], 0); in HWTEST_F() local
227 SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG_SYSTEM_CONST); HWTEST_F() local
257 SandboxSection *section = GetSandboxSection(nullptr, "system-const"); HWTEST_F() local
295 SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG_SYSTEM_CONST); HWTEST_F() local
330 SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG_SYSTEM_CONST); HWTEST_F() local
361 SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG_SYSTEM_CONST); HWTEST_F() local
409 SandboxSection *section = CreateSandboxSection("system-const", sizeof(SandboxSection), SANDBOX_TAG_SYSTEM_CONST); HWTEST_F() local
[all...]
H A Dapp_spawn_sandbox_new_test.cpp274 static inline SandboxMountNode *GetFirstSandboxMountPathNode(const SandboxSection *section) in GetFirstSandboxMountPathNode() argument
284 static inline SandboxMountNode *GetNextSandboxMountPathNode(const SandboxSection *section, SandboxMountNode *pathNode) in GetNextSandboxMountPathNode() argument
946 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "system-const"); HWTEST_F() local
1285 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "app-variable"); HWTEST_F() local
2280 const SandboxSection section = {node, front, name, 16, 16, nullptr, 1, 1, nullptr}; HWTEST_F() local
2300 const SandboxSection section = {node, front, name, 16, 16, nullptr, 1, 1, nullptr}; 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...]
/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp828 void ConfigUtils::SetSection(std::vector<std::shared_ptr<DumpCfg>> &dumpCfgs, const std::string &section, int nest) in SetSection() argument
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_manager.c103 PathMountNode *GetPathMountNode(const SandboxSection *section, int type, const char *source, const char *target) in GetPathMountNode() argument
118 SymbolLinkNode *GetSymbolLinkNode(const SandboxSection *section, const char *target, const char *linkName) in GetSymbolLinkNode() argument
153 SandboxMountNode *GetFirstSandboxMountNode(const SandboxSection *section) in GetFirstSandboxMountNode() argument
194 InitSandboxSection(SandboxSection *section, int type) InitSandboxSection() argument
208 ClearSandboxSection(SandboxSection *section) ClearSandboxSection() argument
256 DumpSandboxSection(const SandboxSection *section) DumpSandboxSection() argument
282 SandboxSection *section = (SandboxSection *)calloc(1, dataLen); CreateSandboxSection() local
325 DeleteSandboxSection(SandboxSection *section) DeleteSandboxSection() argument
396 SandboxSection *section = (SandboxSection *)node; DumpSandboxSectionNode() local
[all...]
H A Dsandbox_load.c205 static PathMountNode *DecodeMountPathConfig(const SandboxSection *section, const cJSON *config, uint32_t type) in DecodeMountPathConfig() argument
263 static SymbolLinkNode *DecodeSymbolLinksConfig(const SandboxSection *section, const cJSON *config) in DecodeSymbolLinksConfig() argument
245 ParseMountPathsConfig(AppSpawnSandboxCfg *sandbox, const cJSON *mountConfigs, SandboxSection *section, uint32_t type) ParseMountPathsConfig() argument
291 ParseSymbolLinksConfig(AppSpawnSandboxCfg *sandbox, const cJSON *symbolLinkConfigs, SandboxSection *section) ParseSymbolLinksConfig() argument
308 ParseGidTableConfig(AppSpawnSandboxCfg *sandbox, const cJSON *configs, SandboxSection *section) ParseGidTableConfig() argument
341 ParseMountGroupsConfig(AppSpawnSandboxCfg *sandbox, const cJSON *groupConfig, SandboxSection *section) ParseMountGroupsConfig() argument
400 ParseBaseConfig(AppSpawnSandboxCfg *sandbox, SandboxSection *section, const cJSON *configs) ParseBaseConfig() argument
630 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, config->string); ParseAppSandboxConfig() local
[all...]
H A Dappspawn_sandbox.c238 static VarExtraData *GetVarExtraData(const SandboxContext *context, const SandboxSection *section) in GetVarExtraData() argument
265 CheckSandboxMountNode(const SandboxContext *context, const SandboxSection *section, const PathMountNode *sandboxNode, uint32_t operation) CheckSandboxMountNode() argument
436 DoSandboxPathNodeMount(const SandboxContext *context, const SandboxSection *section, const PathMountNode *sandboxNode, uint32_t operation) DoSandboxPathNodeMount() argument
483 DoSandboxPathSymLink(const SandboxContext *context, const SandboxSection *section, const SymbolLinkNode *sandboxNode) DoSandboxPathSymLink() argument
514 DoSandboxNodeMount(const SandboxContext *context, const SandboxSection *section, uint32_t operation) DoSandboxNodeMount() argument
709 MountSandboxConfig(const SandboxContext *context, const AppSpawnSandboxCfg *sandbox, const SandboxSection *section, uint32_t op) MountSandboxConfig() argument
981 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, name); UnmountSandboxConfigs() local
1049 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "system-const"); StagedMountSystemConst() local
1095 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "system-const"); SetSystemConstDepGroups() local
1114 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "app-variable"); SetAppVariableDepGroups() local
1262 SandboxSection *section = GetSandboxSection(&sandbox->requiredQueue, "app-variable"); SetAppVariableConfig() local
[all...]
H A Dappspawn_sandbox.h155 SandboxSection section; member
159 SandboxSection section; member
164 SandboxSection section; member
172 SandboxSection section; member
246 __attribute__((always_inline)) inline uint32_t GetSectionType(const SandboxSection *section) in GetSectionType() 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...]

Completed in 22 milliseconds

12