| /base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
| D | maps_test.cpp | 61 auto map = make_shared<DfxMap>(); variable 78 auto map = make_shared<DfxMap>(); variable 92 auto map = make_shared<DfxMap>(); variable 105 auto map = make_shared<DfxMap>(); variable 118 auto map = make_shared<DfxMap>(); variable 131 auto map = make_shared<DfxMap>(); variable 220 shared_ptr<DfxMap> map = DfxMap::Create(invalidMap, sizeof(invalidMap)); variable 238 shared_ptr<DfxMap> map = DfxMap::Create(testMap, sizeof(testMap)); variable
|
| /base/hiviewdfx/faultloggerd/test/unittest/unwinder/ |
| D | maps_test.cpp | 45 std::shared_ptr<DfxElfMap> map = DfxElfMap::Create(mapBuf, sizeof(mapBuf)); variable 87 std::shared_ptr<DfxElfMap> map = std::make_shared<DfxElfMap>(); variable
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
| D | build_object.c | 41 const struct object_map map[] = { { PAKE_MODULAR, true, (void **)&hichain->pake_client }, in build_object() local 69 static void **get_object(const struct object_map *map, uint32_t n, int32_t modular, bool is_client) in get_object() 82 static uint32_t select_relation_map(const struct object_relation *map, uint32_t n, int32_t modular,… in select_relation_map() 96 static bool check_mutex_object_is_null(const struct object_map *map, uint32_t n, int32_t modular, b… in check_mutex_object_is_null() 136 static bool check_depend_object_is_not_null(const struct object_map *map, uint32_t n, int32_t modul… in check_depend_object_is_not_null() 175 const struct build_sub_object_map map[] = { { PAKE_MODULAR, true, build_pake_client_object }, in build_object_by_modular() local
|
| /base/security/asset/interfaces/kits/c/src/ |
| D | lib.rs | 35 let mut map = AssetMap::with_capacity(attr_cnt as usize); in into_map() localVariable 68 let map = match into_map(attributes, attr_cnt) { in add_asset() localVariable 88 let map = match into_map(query, query_cnt) { in remove_asset() localVariable 142 let map = match into_map(query, query_cnt) { in pre_query_asset() localVariable 178 let map = match into_map(query, query_cnt) { in query_asset() localVariable 210 let map = match into_map(handle, handle_cnt) { in post_query_asset() localVariable
|
| /base/hiviewdfx/faultloggerd/interfaces/common/ |
| D | dfx_frame.h | 53 std::shared_ptr<DfxMap> map; member
|
| /base/global/i18n/interfaces/js/kits/src/ |
| D | intl_addon.cpp | 175 std::map<std::string, std::string> &map) in GetOptionValue() 202 std::map<std::string, std::string> &map) in GetIntegerOptionValue() 227 std::map<std::string, std::string> &map) in GetBoolOptionValue() 249 void GetDateOptionValues(napi_env env, napi_value options, std::map<std::string, std::string> &map) in GetDateOptionValues() 272 …RelativeTimeOptionValues(napi_env env, napi_value options, std::map<std::string, std::string> &map) in GetRelativeTimeOptionValues() 321 std::map<std::string, std::string> map = {}; in LocaleConstructor() local 346 std::map<std::string, std::string> &map) in InitLocaleContext() 405 std::map<std::string, std::string> map = {}; in DateTimeFormatConstructor() local 426 std::map<std::string, std::string> &map) in InitDateTimeFormatContext() 468 std::map<std::string, std::string> map = {}; in RelativeTimeFormatConstructor() local [all …]
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
| D | unwinder.cpp | 150 bool Unwinder::GetMapByPc(uintptr_t pc, void *ctx, std::shared_ptr<DfxMap>& map) in GetMapByPc() 234 std::shared_ptr<DfxMap> map = nullptr; in Unwind() local 476 std::shared_ptr<DfxMap> map = nullptr; in FpStep() local 569 void Unwinder::AddFrame(uintptr_t pc, uintptr_t sp, std::shared_ptr<DfxMap> map, size_t& index) in AddFrame() 622 std::shared_ptr<DfxMap> map = nullptr; in GetFramesByPcs() local 646 std::shared_ptr<DfxMap> map = nullptr; in GetSymbolByPc() local
|
| D | dfx_maps.cpp | 100 std::shared_ptr<DfxMap> map = DfxMap::Create(mapBuf, mapBuf.length()); in Create() local 160 void DfxMaps::AddMap(std::shared_ptr<DfxMap> map, bool enableMapIndex) in AddMap() 261 std::shared_ptr<DfxMap> map = nullptr; in IsArkExecutedMap() local
|
| /base/powermgr/thermal_manager/services/native/src/thermal_policy/ |
| D | fan_fault_detect.cpp | 108 int32_t FanFaultDetect::GetSensorValue(const FanSensorInfo& map, const std::string& name) in GetSensorValue() 135 void FanFaultDetect::SetFaultInfoMap(FanFaultInfoMap& map) in SetFaultInfoMap()
|
| /base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
| D | elf_benchmark.cpp | 37 for (auto& map : maps) { in InitializeBuildId() local
|
| /base/powermgr/thermal_manager/test/unittest/src/ |
| D | thermal_mock_proxy_sendrequest_test.cpp | 46 ActionCallbackMap map; variable
|
| D | thermal_mock_proxy_writevector_test.cpp | 46 ActionCallbackMap map; variable
|
| D | thermal_mock_proxy_test.cpp | 47 ActionCallbackMap map; variable
|
| D | thermal_mock_proxy_writeinterfacetoken_test.cpp | 91 ActionCallbackMap map; variable
|
| D | thermal_mock_proxy_writeremoteobject_test.cpp | 107 ActionCallbackMap map; variable
|
| /base/hiviewdfx/faultloggerd/frameworks/unwinder/ |
| D | dfx_maps.cpp | 108 std::shared_ptr<DfxElfMap> map = DfxElfMap::Create(mapBuf, sizeof(mapBuf)); in Create() local 133 std::shared_ptr<DfxElfMap> map = DfxElfMap::Create(temp, temp.length()); in Create() local 145 void DfxElfMaps::AddMap(std::shared_ptr<DfxElfMap> map) in AddMap()
|
| D | dfx_memory_file.cpp | 84 void* map = mmap(nullptr, size_, PROT_READ | PROT_WRITE, MAP_PRIVATE, fd, alignedOffset); in Init() local
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | dfx_fault_stack.cpp | 225 std::shared_ptr<DfxElfMap> map; in CollectRegistersBlock() local 227 std::shared_ptr<DfxMap> map; in CollectRegistersBlock() local 300 std::shared_ptr<DfxElfMap> map; in ParseUnwindStack() local 348 std::shared_ptr<DfxMap> map; in ParseUnwindStack() local
|
| /base/hiviewdfx/hilog/frameworks/libhilog/utils/include/ |
| D | log_utils.h | 30 : str_map(map), def_key(def_k), def_value(def_v), compare(cmp) in str_map() argument
|
| /base/hiviewdfx/hiview/base/ |
| D | plugin_factory.cpp | 32 auto map = GetGlobalPluginRegistryMap(); in GetGlobalPluginInfo() local
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/ |
| D | memory_filter.cpp | 52 const std::map<std::string, std::string> &map, MatchFunc func) in GetGroupFromMap()
|
| /base/security/device_auth/frameworks/deviceauth_lite/source/ |
| D | hichain.c | 438 static void set_result_by_map(struct hichain *hichain, const struct msg_result_map *map) in set_result_by_map() 463 …ct msg_result_map *select_result_map(uint16_t rcv_msg_code, const struct msg_result_map *map, uint… in select_result_map() 483 …const struct msg_result_map map[] = { { PAKE_REQUEST, KEY_AGREEMENT_PROCESSING, KEY_AGREEMENT_STAT… in set_result() local 657 const struct parse_message_map map[] = { { PAKE_RESPONSE, parse_pake_response }, in build_struct_by_receive_data() local 693 const struct free_message_map map[] = { { PAKE_REQUEST, free_pake_request }, in destroy_receive_data_struct() local 723 const struct make_message_map map[] = { { PAKE_REQUEST, make_pake_request }, in build_send_data_by_struct() local
|
| /base/startup/init/services/sandbox/ |
| D | sandbox.c | 536 const struct SandboxMap *map = GetSandboxMapByName(name); in PrepareSandbox() local 575 const struct SandboxMap *map = GetSandboxMapByName(name); in InitSandboxWithName() local 593 const struct SandboxMap *map = GetSandboxMapByName(name); in DestroySandbox() local 623 const struct SandboxMap *map = GetSandboxMapByName(name); in EnterSandbox() local 685 const struct SandboxMap *map = GetSandboxMapByName(name); in DumpSandboxByName() local
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
| D | hap_resource.cpp | 224 const std::map<std::string, IdValues *> *map = idValuesNameMap_[resType]; in GetIdValuesByName() local 238 const std::map<std::string, IdValues *> *map = idValuesNameMap_[resType]; in GetIdByName() local
|
| /base/global/i18n/frameworks/intl/src/ |
| D | number_format.cpp | 330 void NumberFormat::GetResolvedOptions(std::map<std::string, std::string> &map) in GetResolvedOptions() 363 void NumberFormat::GetDigitsResolvedOptions(std::map<std::string, std::string> &map) in GetDigitsResolvedOptions()
|