/base/security/deviceauth/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 70 static void **get_object(const struct object_map *map, uint32_t n, int32_t modular, bool is_client) in get_object() 83 static uint32_t select_relation_map(const struct object_relation *map, uint32_t n, int32_t modular,… in select_relation_map() 97 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() 137 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() 179 const struct build_sub_object_map map[] = { { PAKE_MODULAR, true, build_pake_client_object }, in build_object_by_modular() local
|
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/src/ |
D | dfx_maps_test.cpp | 358 std::shared_ptr<DfxElfMap> map = std::make_shared<DfxElfMap>(); variable 376 std::shared_ptr<DfxElfMap> map = std::make_shared<DfxElfMap>(); variable 395 std::shared_ptr<DfxElfMap> map = std::make_shared<DfxElfMap>(); variable 414 std::shared_ptr<DfxElfMap> map = std::make_shared<DfxElfMap>(); variable
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/ |
D | dfx_dump_catcher_frame.cpp | 109 void DfxDumpCatcherFrame::SetFrameMap(const std::shared_ptr<DfxElfMap> map) in SetFrameMap() 140 std::shared_ptr<DfxElfMap> map = nullptr; in GetRelativePc() local
|
/base/global/i18n_standard/interfaces/js/kits/src/ |
D | intl_addon.cpp | 166 std::map<std::string, std::string> &map) in GetOptionValue() 190 std::map<std::string, std::string> &map) in GetIntegerOptionValue() 214 std::map<std::string, std::string> &map) in GetBoolOptionValue() 236 void GetDateOptionValues(napi_env env, napi_value options, std::map<std::string, std::string> &map) in GetDateOptionValues() 259 …RelativeTimeOptionValues(napi_env env, napi_value options, std::map<std::string, std::string> &map) in GetRelativeTimeOptionValues() 305 std::map<std::string, std::string> map = {}; in LocaleConstructor() local 334 std::map<std::string, std::string> &map) in InitLocaleContext() 393 std::map<std::string, std::string> map = {}; in DateTimeFormatConstructor() local 422 std::map<std::string, std::string> &map) in InitDateTimeFormatContext() 464 std::map<std::string, std::string> map = {}; in RelativeTimeFormatConstructor() local [all …]
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_maps.cpp | 62 std::shared_ptr<DfxElfMap> map = DfxElfMap::Create(mapInfo, sizeof(mapInfo)); in Create() local 109 void DfxElfMaps::InsertMapToElfMaps(std::shared_ptr<DfxElfMap> map) in InsertMapToElfMaps() 153 std::shared_ptr<DfxElfMap> map = nullptr; in CheckPcIsValid() local
|
D | dfx_frame.cpp | 105 void DfxFrame::SetFrameMap(const std::shared_ptr<DfxElfMap> map) in SetFrameMap() 142 std::shared_ptr<DfxElfMap> map = nullptr; in GetRelativePc() local
|
D | dfx_elf.cpp | 121 …void *map = mmap(nullptr, mapSize, PROT_READ, MAP_PRIVATE, fd_, static_cast<off_t>(alignedOffset)); in ParseElfProgramHeader() local
|
D | dfx_unwind_local.cpp | 294 struct map_info* map = unw_get_map(&cursor); in ExecLocalDumpUnwinding() local
|
D | dfx_unwind_remote.cpp | 353 std::shared_ptr<DfxElfMap> map; in UnwindThreadFallback() local
|
/base/accessibility/services/aams/test/unittest/ |
D | accessible_ability_manager_service_test.cpp | 161 auto map = accountData->GetAsacConnections(); variable 181 auto map = accountData->GetAsacConnections(); variable
|
D | accessibility_window_manager_test.cpp | 251 auto map = accountData->GetAsacConnections(); variable 309 std::map<int, AccessibilityWindowInfo> map = mgr.a11yWindows_; variable 348 std::map<int, AccessibilityWindowInfo> map = mgr.a11yWindows_; variable 389 std::map<int, AccessibilityWindowInfo> map = mgr.a11yWindows_; variable
|
/base/customization/enterprise_device_management/services/edm/src/ |
D | iplugin.cpp | 50 AdminValueItemsMap map; in MergePolicyData() local
|
D | policy_manager.cpp | 491 std::unordered_map<std::string, std::string> map = iter.second; in DumpAdminPolicy() local 501 std::unordered_map<std::string, std::string> map = iter.second; in DumpAdminList() local
|
/base/hiviewdfx/hiview/base/ |
D | plugin_factory.cpp | 32 auto map = GetGlobalPluginRegistryMap(); in GetGlobalPluginInfo() local
|
/base/accessibility/services/test/moduletest/aamstest/aams_server_test/ |
D | aams_server_test.cpp | 328 auto map = accountData->GetAsacConnections(); variable 353 auto map = accountData->GetAsacConnections(); variable
|
/base/global/resmgr_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/update/updater/services/ui/ |
D | drm_driver.cpp | 34 struct drm_mode_map_dumb map = {}; in ModesetCreateFb() local
|
/base/global/i18n_standard/frameworks/intl/src/ |
D | number_format.cpp | 292 void NumberFormat::GetResolvedOptions(std::map<std::string, std::string> &map) in GetResolvedOptions() 325 void NumberFormat::GetDigitsResolvedOptions(std::map<std::string, std::string> &map) in GetDigitsResolvedOptions()
|
D | relative_time_format.cpp | 186 void RelativeTimeFormat::GetResolvedOptions(std::map<std::string, std::string> &map) in GetResolvedOptions()
|
D | date_time_format.cpp | 513 void DateTimeFormat::GetResolvedOptions(std::map<std::string, std::string> &map) in GetResolvedOptions() 555 void DateTimeFormat::GetAdditionalResolvedOptions(std::map<std::string, std::string> &map) in GetAdditionalResolvedOptions()
|
/base/security/deviceauth/frameworks/deviceauth_lite/source/ |
D | hichain.c | 672 static void set_result_by_map(struct hichain *hichain, const struct msg_result_map *map) in set_result_by_map() 697 …ct msg_result_map *select_result_map(uint16_t rcv_msg_code, const struct msg_result_map *map, uint… in select_result_map() 717 …const struct msg_result_map map[] = { { PAKE_REQUEST, KEY_AGREEMENT_PROCESSING, KEY_AGREEMENT_STAT… in set_result() local 916 const struct parse_message_map map[] = { { PAKE_REQUEST, parse_pake_request }, in build_struct_by_receive_data() local 959 const struct free_message_map map[] = { { PAKE_REQUEST, free_pake_request }, in destroy_receive_data_struct() local 991 const struct make_message_map map[] = { { PAKE_REQUEST, make_pake_request }, in build_send_data_by_struct() local
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
D | PluralFetcher.java | 33 private HashMap<String, String> map; field in PluralFetcher
|
/base/global/resmgr_standard/frameworks/resmgr/src/ |
D | hap_resource.cpp | 355 const std::map<std::string, IdValues *> *map = idValuesNameMap_[resType]; in GetIdValuesByName() local 369 const std::map<std::string, IdValues *> *map = idValuesNameMap_[resType]; in GetIdByName() local
|
/base/powermgr/battery_manager/charger/ui/src/ |
D | surface_dev.cpp | 63 struct drm_mode_map_dumb map = {}; in ModesetCreateFb() local
|
/base/notification/ans_standard/services/ans/test/unittest/ |
D | notification_subscriber_manager_test.cpp | 103 sptr<NotificationSortingMap> map = new NotificationSortingMap(sortingList); variable
|