| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_macsec_qca.c | 496 static int macsec_qca_lookup_channel(struct channel_map *map, in macsec_qca_lookup_channel() argument 514 static void macsec_qca_register_channel(struct channel_map *map, in macsec_qca_register_channel() argument
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| H A D | unwinder.cpp | 214 std::shared_ptr<DfxMap> map = nullptr; member 909 std::shared_ptr<DfxMap> map = nullptr; in StepInner() local 1154 AddFrame(const StepFrame& frame, std::shared_ptr<DfxMap> map) AddFrame() argument 1282 std::shared_ptr<DfxMap> map = nullptr; GetFrameByPc() local 1327 std::shared_ptr<DfxMap> map = nullptr; GetFramesByPcs() local 1362 std::shared_ptr<DfxMap> map = nullptr; GetSymbolByPc() local [all...] |
| /base/global/i18n/interfaces/js/kits/src/ |
| H A D | intl_addon.cpp | 248 void GetDateOptionValues(napi_env env, napi_value options, std::map<st argument 173 GetOptionValue(napi_env env, napi_value options, const std::string &optionName, std::map<std::string, std::string> &map) GetOptionValue() argument 200 GetIntegerOptionValue(napi_env env, napi_value options, const std::string &optionName, std::map<std::string, std::string> &map) GetIntegerOptionValue() argument 225 GetBoolOptionValue(napi_env env, napi_value options, const std::string &optionName, std::map<std::string, std::string> &map) GetBoolOptionValue() argument 271 GetRelativeTimeOptionValues(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetRelativeTimeOptionValues() argument 320 std::map<std::string, std::string> map = {}; LocaleConstructor() local 344 InitLocaleContext(napi_env env, napi_callback_info info, const std::string localeTag, std::map<std::string, std::string> &map) InitLocaleContext() argument 404 std::map<std::string, std::string> map = {}; DateTimeFormatConstructor() local 424 InitDateTimeFormatContext(napi_env env, napi_callback_info info, std::vector<std::string> localeTags, std::map<std::string, std::string> &map) InitDateTimeFormatContext() argument 467 std::map<std::string, std::string> map = {}; RelativeTimeFormatConstructor() local 487 InitRelativeTimeFormatContext(napi_env env, napi_callback_info info, std::vector<std::string> localeTags, std::map<std::string, std::string> &map) InitRelativeTimeFormatContext() argument 556 GetNumberOptionValues(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetNumberOptionValues() argument 611 std::map<std::string, std::string> map = {}; NumberFormatConstructor() local 631 InitNumberFormatContext(napi_env env, napi_callback_info info, std::vector<std::string> localeTags, std::map<std::string, std::string> &map) InitNumberFormatContext() argument 1166 GetCollatorLocaleMatcher(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetCollatorLocaleMatcher() argument 1181 GetCollatorUsage(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetCollatorUsage() argument 1196 GetCollatorSensitivity(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetCollatorSensitivity() argument 1211 GetCollatorIgnorePunctuation(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetCollatorIgnorePunctuation() argument 1226 GetCollatorNumeric(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetCollatorNumeric() argument 1239 GetCollatorCaseFirst(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetCollatorCaseFirst() argument 1252 GetCollatorCollation(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetCollatorCollation() argument 1281 GetCollatorOptionValue(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetCollatorOptionValue() argument 1344 std::map<std::string, std::string> map = {}; CollatorConstructor() local 1364 InitCollatorContext(napi_env env, napi_callback_info info, std::vector<std::string> localeTags, std::map<std::string, std::string> &map) InitCollatorContext() argument 1575 GetPluralRulesType(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetPluralRulesType() argument 1590 GetPluralRulesInteger(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetPluralRulesInteger() argument 1607 GetPluralRulesFractions(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetPluralRulesFractions() argument 1634 GetPluralRulesSignificant(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetPluralRulesSignificant() argument 1667 GetPluralRulesOptionValues(napi_env env, napi_value options, std::map<std::string, std::string> &map) GetPluralRulesOptionValues() argument 1727 std::map<std::string, std::string> map = {}; PluralRulesConstructor() local 1747 InitPluralRulesContext(napi_env env, napi_callback_info info, std::vector<std::string> localeTags, std::map<std::string, std::string> &map) InitPluralRulesContext() argument [all...] |
| H A D | i18n_addon.cpp | 121 void GetOptionMap(napi_env env, napi_value option, std::map<std::string, std::string> &map) in GetOptionMap() argument 167 std::map<std::string, std::string> map = {}; in UnitConvert() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
| H A D | js_engine.h | 322 virtual void SetPkgNameList(const std::map<std::string, std::string>& map) {} in SetPkgNameList() argument 324 virtual void SetPkgAliasList(const std::map<std::string, std::string>& map) {} in SetPkgAliasList() argument 326 virtual void SetpkgContextInfoList(const std::map<std::string, std::vector<std::vector<std::string>>>& map) {} in SetpkgContextInfoList() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/base/ |
| H A D | frame_node_test_ng.cpp | 1220 auto map = FRAME_NODE->nodeAnimatablePropertyMap_.end(); in HWTEST_F() local 1240 auto map = FRAME_NODE->nodeAnimatablePropertyMap_.end(); in HWTEST_F() local 1270 auto map = FRAME_NODE->nodeAnimatablePropertyMap_.end(); in HWTEST_F() local 1292 auto map = FRAME_NODE->nodeAnimatablePropertyMap_.end(); HWTEST_F() local [all...] |
| /foundation/arkui/napi/test/unittest/ |
| H A D | test_sendable_napi.cpp | 567 napi_value map = nullptr; in HWTEST_F() local 614 napi_value map = nullptr; in HWTEST_F() local 654 napi_value map = nullptr; in HWTEST_F() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
| H A D | gatt_client_service.cpp | 632 auto map = handleMap_.find(client.value()->second.connection_.GetHandle()); in Disconnect() local 1099 auto map = handleMap_.find(client.value()->second.connection_.GetHandle()); DeregisterApplication() local 1111 auto map = handleMap_.emplace(std::make_pair<int, std::set<int>>(connectionHandle, {})); OnConnect() local [all...] |
| /foundation/multimedia/audio_framework/services/audio_service/server/src/ |
| H A D | pa_adapter_manager.cpp | 401 pa_channel_map map; in InitPaStream() local 520 int32_t PaAdapterManager::SetPaProplist(pa_proplist *propList, pa_channel_map &map, AudioProcessConfig &processConfig, in SetPaProplist() argument
|
| /foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
| H A D | hdi_source.c | 849 static int PaSetSourceProperties(pa_module *m, pa_modargs *ma, const pa_sample_spec *ss, const pa_channel_map *map, in PaSetSourceProperties() argument 1152 pa_channel_map map = m->core->default_channel_map; in PaHdiSourceNew() local
|
| H A D | module_split_stream_sink.c | 119 pa_channel_map map; member 913 pa_channel_map map; in CreateSink() local [all...] |
| /foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/ |
| H A D | audio_effect_chain_manager.cpp | 228 const std::unordered_map<std::string, std::string> &map = effectChainManagerParam.sceneTypeToChainNameMap; in InitAudioEffectChainManager() local
|
| /foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/ |
| H A D | media_scanner.cpp | 93 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, ret}, in ScanFile() local 112 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, ret}, in ScanDir() local 375 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_DATA}, in GetParentDirInfo() local 395 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_DATA}, in GetParentDirInfo() local 482 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_DATA}, in BuildData() local 489 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_INVALID_ARGUMENTS}, BuildData() local 498 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, BuildData() local 542 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_INVALID_ARGUMENTS}, GetFileMetadata() local 550 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_SYSCALL}, GetFileMetadata() local 561 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, errCode}, GetFileMetadata() local 574 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_FILE_HIDDEN}, ScanFileInternal() local 584 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, ScanFileInternal() local 594 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, ScanFileInternal() local 603 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, ScanFileInternal() local 612 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, ScanFileInternal() local 625 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, BuildFileInfo() local 636 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, BuildFileInfo() local 644 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, BuildFileInfo() local 658 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_FILE_HIDDEN}, ScanFileInTraversal() local 667 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, ScanFileInTraversal() local 676 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_IS_PENDING}, ScanFileInTraversal() local 689 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, ScanFileInTraversal() local 707 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, -errno}, InsertOrUpdateAlbumInfo() local 799 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, -errno}, OpenFailedOperation() local 879 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_DIR_HIDDEN}, ScanDirInternal() local 892 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, ScanDirInternal() local 901 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, ScanDirInternal() local 909 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, ScanDirInternal() local 917 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, ScanDirInternal() local 940 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, ret}, Start() local 956 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, -errno}, ScanError() local [all...] |
| /foundation/multimedia/player_framework/frameworks/js/common/ |
| H A D | common_napi.cpp | 222 bool CommonNapi::GetPropertyMap(napi_env env, napi_value value, std::map<std::string, std::string>& map) in GetPropertyMap() argument
|
| /foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
| H A D | lnn_distributed_net_ledger.c | 114 NodeInfo *GetNodeInfoFromMap(const DoubleHashMap *map, const char *id) in GetNodeInfoFromMap() argument 134 static int32_t InitDistributedInfo(DoubleHashMap *map) in InitDistributedInfo() argument 146 DeinitDistributedInfo(DoubleHashMap *map) DeinitDistributedInfo() argument 279 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; GetDLOnlineNodeNumLocked() local 309 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; FillDLOnlineNodeInfoLocked() local 359 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; PostOnlineNodesToCb() local 385 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; LnnGetNodeInfoById() local 425 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; LnnGetNodeInfoByDeviceId() local 652 DoubleHashMap *map = NULL; LnnUpdateNetworkId() local 700 DoubleHashMap *map = NULL; LnnUpdateNodeInfo() local 756 DoubleHashMap *map = NULL; LnnAddMetaInfo() local 808 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; LnnDeleteMetaInfo() local 1164 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; LnnAddOnlineNode() local 1209 DoubleHashMap *map = NULL; LnnUpdateAccountInfo() local 1234 DoubleHashMap *map = NULL; LnnUpdateGroupType() local 1300 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; LnnSetNodeOffline() local 1350 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; LnnGetBasicInfoByUdid() local 1363 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; LnnRemoveNode() local 1552 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; LnnUpdateDistributedNodeInfo() local [all...] |
| H A D | lnn_distributed_net_ledger_manager.c | 827 DoubleHashMap *map = &(LnnGetDistributedNetLedger()->distributedInfo); in LnnSetDLDeviceInfoName() local 886 DoubleHashMap *map = &(LnnGetDistributedNetLedger()->distributedInfo); in LnnSetDLUnifiedDeviceName() local 920 DoubleHashMap *map = &(LnnGetDistributedNetLedger()->distributedInfo); in LnnSetDLUnifiedDefaultDeviceName() local 954 DoubleHashMap *map = &(LnnGetDistributedNetLedger()->distributedInfo); in LnnSetDLDeviceNickNameByUdid() local 988 DoubleHashMap *map = &(LnnGetDistributedNetLedger()->distributedInfo); in LnnSetDLDeviceStateVersion() local 1018 DoubleHashMap *map = &(LnnGetDistributedNetLedger()->distributedInfo); LnnSetDLDeviceBroadcastCipherKey() local 1047 DoubleHashMap *map = &(LnnGetDistributedNetLedger()->distributedInfo); LnnSetDLDeviceBroadcastCipherIv() local [all...] |
| /foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
| H A D | relational_store_impl_rdbstore.cpp | 613 std::map<NativeRdb::RdbStore::PRIKey, NativeRdb::RdbStore::Date> map = in GetModifyTime() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | rdb_store.cpp | |
| /kernel/linux/linux-5.10/drivers/gpio/ |
| H A D | gpio-mvebu.c | 161 struct regmap *map; in mvebu_gpio_read_edge_cause() local 174 struct regmap *map; in mvebu_gpio_write_edge_cause() local 136 mvebu_gpioreg_edge_cause(struct mvebu_gpio_chip *mvchip, struct regmap **map, unsigned int *offset) mvebu_gpioreg_edge_cause() argument 182 mvebu_gpioreg_edge_mask(struct mvebu_gpio_chip *mvchip, struct regmap **map, unsigned int *offset) mvebu_gpioreg_edge_mask() argument 211 struct regmap *map; mvebu_gpio_read_edge_mask() local 224 struct regmap *map; mvebu_gpio_write_edge_mask() local 232 mvebu_gpioreg_level_mask(struct mvebu_gpio_chip *mvchip, struct regmap **map, unsigned int *offset) mvebu_gpioreg_level_mask() argument 261 struct regmap *map; mvebu_gpio_read_level_mask() local 274 struct regmap *map; mvebu_gpio_write_level_mask() local [all...] |
| /kernel/linux/linux-5.10/drivers/clk/mvebu/ |
| H A D | armada-37xx-periph.c | 670 struct regmap *map; in armada_3700_add_composite_clk() local
|
| /kernel/linux/linux-5.10/drivers/dma/ |
| H A D | dmaengine.c | 797 const struct dma_slave_map *map = &device->filter.map[i]; in dma_filter_match() local 837 const struct dma_slave_map *map = dma_filter_match(d, name, dev); in dma_request_chan() local
|
| /kernel/linux/linux-5.10/arch/arm64/kvm/ |
| H A D | arch_timer.c | 146 static void get_timer_map(struct kvm_vcpu *vcpu, struct timer_map *map) in get_timer_map() argument 182 struct timer_map map; in kvm_arch_timer_handler() local 354 struct timer_map map; kvm_timer_is_pending() local 476 struct timer_map map; kvm_timer_blocking() local 603 struct timer_map map; kvm_timer_vcpu_load() local 650 struct timer_map map; kvm_timer_vcpu_put() local 719 struct timer_map map; kvm_timer_vcpu_reset() local 1122 struct timer_map map; kvm_timer_enable() local [all...] |
| /kernel/linux/linux-5.10/drivers/ata/ |
| H A D | ahci.c | 1750 u8 map; in ahci_init_one() local
|
| /kernel/linux/linux-5.10/arch/arm/mm/ |
| H A D | mmu.c | 1132 struct map_desc map; in debug_ll_io_init() local 1357 struct map_desc map; devicemaps_init() local 1487 struct map_desc map; map_lowmem() local 1642 struct map_desc map; early_fixmap_shutdown() local [all...] |
| /kernel/linux/linux-5.10/arch/mips/include/asm/mach-loongson64/ |
| H A D | boot_param.h | 29 } map[LOONGSON3_BOOT_MEM_MAP_MAX]; member
|