Home
last modified time | relevance | path

Searched defs:map (Results 1 – 25 of 69) sorted by relevance

123

/base/hiviewdfx/faultloggerd/test/unittest/unwind/
Dmaps_test.cpp78 std::shared_ptr<DfxMap> map = nullptr; variable
92 std::shared_ptr<DfxMap> map = nullptr; variable
124 std::shared_ptr<DfxMap> map = nullptr; variable
149 shared_ptr<DfxMap> map = DfxMap::Create(INVALID_MAP_ITEM, sizeof(INVALID_MAP_ITEM)); variable
162 shared_ptr<DfxMap> map = DfxMap::Create(VALID_MAP_ITEM, sizeof(VALID_MAP_ITEM)); variable
179 for (auto map : maps) { variable
240 shared_ptr<DfxMap> map = DfxMap::Create(VDSO_MAP_ITEM, sizeof(VDSO_MAP_ITEM)); variable
Ddfx_hap_test.cpp48 auto map = std::make_shared<DfxMap>(); variable
71 auto map = std::make_shared<DfxMap>(); variable
119 auto map = std::make_shared<DfxMap>(); variable
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Ddfx_hap.cpp43 bool DfxHap::ParseHapInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map, in ParseHapInfo()
74 bool DfxHap::ParseHapFileInfo(uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map, JsFunct… in ParseHapFileInfo()
92 …ol DfxHap::ParseHapMemInfo(pid_t pid, uint64_t pc, uintptr_t methodid, std::shared_ptr<DfxMap> map, in ParseHapMemInfo()
142 bool DfxHap::ParseHapMemData(const pid_t pid, std::shared_ptr<DfxMap> map) in ParseHapMemData()
Ddfx_accessors.cpp46 bool DfxAccessors::GetMapByPcAndCtx(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPcAndCtx()
155 int DfxAccessorsLocal::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
253 int DfxAccessorsRemote::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
285 int DfxAccessorsCustomize::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
Ddfx_maps.cpp115 auto map = std::make_shared<DfxMap>(); in Parse() local
210 void DfxMaps::AddMap(std::shared_ptr<DfxMap> map, bool enableMapIndex) in AddMap()
317 std::shared_ptr<DfxMap> map = nullptr; in IsArkExecutedMap() local
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
Dbuild_object.c41 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/inner_kits/c/src/
Dlib.rs40 let mut map = AssetMap::with_capacity(attr_cnt as usize); in into_map() localVariable
73 let map = match into_map(attributes, attr_cnt) { in add_asset() localVariable
93 let map = match into_map(query, query_cnt) { in remove_asset() localVariable
147 let map = match into_map(query, query_cnt) { in pre_query_asset() localVariable
183 let map = match into_map(query, query_cnt) { in query_asset() localVariable
215 let map = match into_map(handle, handle_cnt) { in post_query_asset() localVariable
/base/global/i18n/interfaces/js/kits/src/
Dintl_addon.cpp173 std::map<std::string, std::string> &map) in GetOptionValue()
200 std::map<std::string, std::string> &map) in GetIntegerOptionValue()
225 std::map<std::string, std::string> &map) in GetBoolOptionValue()
247 void GetDateOptionValues(napi_env env, napi_value options, std::map<std::string, std::string> &map) in GetDateOptionValues()
270 …RelativeTimeOptionValues(napi_env env, napi_value options, std::map<std::string, std::string> &map) in GetRelativeTimeOptionValues()
319 std::map<std::string, std::string> map = {}; in LocaleConstructor() local
344 std::map<std::string, std::string> &map) in InitLocaleContext()
403 std::map<std::string, std::string> map = {}; in DateTimeFormatConstructor() local
424 std::map<std::string, std::string> &map) in InitDateTimeFormatContext()
466 std::map<std::string, std::string> map = {}; in RelativeTimeFormatConstructor() local
[all …]
/base/powermgr/thermal_manager/services/native/src/thermal_policy/
Dfan_fault_detect.cpp108 int32_t FanFaultDetect::GetSensorValue(const FanSensorInfo& map, const std::string& name) in GetSensorValue()
135 void FanFaultDetect::SetFaultInfoMap(FanFaultInfoMap& map) in SetFaultInfoMap()
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_async_thread.cpp98 auto map = mapVec.front(); in GetSubmitterStack() local
145 std::shared_ptr<DfxMap> map; in UnwindThreadFallback() local
/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
Delf_benchmark.cpp37 for (auto& map : maps) { in InitializeBuildId() local
/base/powermgr/thermal_manager/test/unittest/src/
Dthermal_mock_proxy_sendrequest_test.cpp46 ActionCallbackMap map; variable
Dthermal_mock_proxy_writevector_test.cpp46 ActionCallbackMap map; variable
Dthermal_mock_proxy_test.cpp47 ActionCallbackMap map; variable
Dthermal_mock_proxy_writeinterfacetoken_test.cpp91 ActionCallbackMap map; variable
Dthermal_mock_proxy_writeremoteobject_test.cpp107 ActionCallbackMap map; variable
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
Dthread_sampler.cpp69 std::shared_ptr<DfxMap> map; in FindUnwindTable() local
106 int ThreadSampler::GetMapByPc(uintptr_t pc, std::shared_ptr<DfxMap>& map, void *arg) in GetMapByPc()
231 std::shared_ptr<DfxMap> map; in AccessElfMem() local
/base/hiviewdfx/faultloggerd/interfaces/common/
Ddfx_frame.h57 std::shared_ptr<DfxMap> map = nullptr; member
/base/hiviewdfx/hiview/base/
Dplugin_factory.cpp32 auto map = GetGlobalPluginRegistryMap(); in GetGlobalPluginInfo() local
/base/hiviewdfx/hilog/frameworks/libhilog/utils/include/
Dlog_utils.h30 : str_map(map), def_key(def_k), def_value(def_v), compare(cmp) in str_map() argument
/base/security/device_auth/frameworks/deviceauth_lite/source/
Dhichain.c442 static void set_result_by_map(struct hichain *hichain, const struct msg_result_map *map, int32_t er… in set_result_by_map()
467 …ct msg_result_map *select_result_map(uint16_t rcv_msg_code, const struct msg_result_map *map, uint… in select_result_map()
488 …const struct msg_result_map map[] = { { PAKE_REQUEST, KEY_AGREEMENT_PROCESSING, KEY_AGREEMENT_STAT… in set_result() local
662 const struct parse_message_map map[] = { { PAKE_RESPONSE, parse_pake_response }, in build_struct_by_receive_data() local
698 const struct free_message_map map[] = { { PAKE_REQUEST, free_pake_request }, in destroy_receive_data_struct() local
728 const struct make_message_map map[] = { { PAKE_REQUEST, make_pake_request }, in build_send_data_by_struct() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
Dmemory_filter.cpp52 const std::map<std::string, std::string> &map, MatchFunc func) in GetGroupFromMap()
/base/startup/init/services/sandbox/
Dsandbox.c540 const struct SandboxMap *map = GetSandboxMapByName(name); in PrepareSandbox() local
579 const struct SandboxMap *map = GetSandboxMapByName(name); in InitSandboxWithName() local
597 const struct SandboxMap *map = GetSandboxMapByName(name); in DestroySandbox() local
627 const struct SandboxMap *map = GetSandboxMapByName(name); in EnterSandbox() local
689 const struct SandboxMap *map = GetSandboxMapByName(name); in DumpSandboxByName() local
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dhap_resource.cpp224 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/time/time_service/test/unittest/service_test/src/
Dtime_service_test.cpp1070 auto map = TimerManager::GetInstance()->timerEntryMap_; variable
1100 auto map = TimerManager::GetInstance()->timerEntryMap_; variable
1143 auto map = TimerProxy::GetInstance().proxyUids_; variable
1151 auto map = TimerProxy::GetInstance().proxyPids_; variable
1160 auto map = TimerProxy::GetInstance().proxyPids_; variable
1466 auto map = TimerManager::GetInstance()->timerEntryMap_; variable

123