Home
last modified time | relevance | path

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

123

/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 …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DSectionStyleProvider.kt54 val section = entry.section ?: return ifNotInSection regex
78 val section = entry.section ?: return ifNotInSection regex
/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 …]
/aosp14/frameworks/base/core/java/com/android/internal/app/procstats/
H A DIProcessStats.aidl37 long getCommittedStats(long highWaterMarkMs, int section, boolean doAggregate, in getCommittedStats()
49 long getCommittedStatsMerged(long highWaterMarkMs, int section, boolean doAggregate, in getCommittedStatsMerged()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationPersistence.java116 private static void writePackageStates(@NonNull SettingsXml.WriteSection section, in writePackageStates()
149 private static void readPackageStates(@NonNull SettingsXml.ReadSection section, in readPackageStates()
166 private static DomainVerificationPkgState createPkgStateFromXml( in createPkgStateFromXml()
196 private static void readUserStates(@NonNull SettingsXml.ReadSection section, in readUserStates()
250 try (SettingsXml.WriteSection section = parentSection.startSection(TAG_USER_STATES)) { in writeUserStates()
286 private static DomainVerificationInternalUserState createUserStateFromXml( in createUserStateFromXml()
304 private static void readEnabledHosts(@NonNull SettingsXml.ReadSection section, in readEnabledHosts()
317 try (SettingsXml.WriteSection section = in writeUserStateToXml()
/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
/aosp14/frameworks/base/libs/incident/src/
H A DIncidentReportArgs.cpp127 int32_t section; in readFromParcel() local
187 IncidentReportArgs::addSection(int section) in addSection()
219 IncidentReportArgs::containsSection(int section, bool specific) const in containsSection()
/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
/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/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
/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
/aosp14/frameworks/base/core/java/android/os/
H A DIncidentReportArgs.java173 public void addSection(int section) { in addSection()
189 public boolean containsSection(int section) { in containsSection()
H A DIIncidentReportStatusListener.aidl30 void onReportSectionStatus(int section, int status); in onReportSectionStatus()
/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()
/aosp14/frameworks/base/cmds/incident_helper/src/
H A Dmain.cpp46 static TextParserBase* selectParser(int section) { in selectParser()
/aosp14/frameworks/base/cmds/incident/
H A Dmain.cpp76 StatusListener::onReportSectionStatus(int32_t section, int32_t status) in onReportSectionStatus()
150 IncidentSection const* section = INCIDENT_SECTIONS + mid; in find_section() local
336 int section = strtol(arg, &end, 0); in main() local
/aosp14/frameworks/base/core/proto/android/
H A Dsection.proto65 optional SectionFlags section = 155792027; field
/aosp14/frameworks/base/cmds/incidentd/src/
H A Dreport_file.proto55 repeated int32 section = 6; field

123