/ohos5.0/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 493 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, in BuildData() local 592 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, in ScanFileInternal() local 601 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, in ScanFileInternal() local 610 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, in ScanFileInternal() local 623 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, in BuildFileInfo() local 634 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, in BuildFileInfo() local 642 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, in BuildFileInfo() local 687 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, in ScanFileInTraversal() local [all …]
|
H A D | media_scanner_db.cpp | 318 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, in InsertData() local 326 … VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, result}, in InsertData() local 571 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, ret}, in GetFileSet() local 583 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, ret}, in GetFileSet() local 625 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, ret}, in GetFileBasicInfo() local 739 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, ret}, in GetFileDBUriFromPath() local 778 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, ret}, in GetIdFromPath() local 898 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, err}, in FillMetadata() local 928 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, ret}, in RecordError() local 963 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, ret}, in ReadError() local [all …]
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | maps_test.cpp | 78 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
|
H A D | dfx_hap_test.cpp | 48 auto map = std::make_shared<DfxMap>(); variable 71 auto map = std::make_shared<DfxMap>(); variable 119 auto map = std::make_shared<DfxMap>(); variable
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_map.c | 50 static int32_t MapHashIdx(const Map *map, uint32_t hash) in MapHashIdx() 58 static void MapAddNode(Map *map, MapNode *node) in MapAddNode() 69 static int32_t MapResize(Map *map, uint32_t size) in MapResize() 141 int32_t LnnMapSet(Map *map, const char *key, const void *value, uint32_t valueSize) in LnnMapSet() 207 void* LnnMapGet(const Map *map, const char *key) in LnnMapGet() 239 int32_t LnnMapErase(Map *map, const char *key) in LnnMapErase() 278 uint32_t MapGetSize(Map *map) in MapGetSize() 288 void LnnMapInit(Map *map) in LnnMapInit() 304 void LnnMapDelete(Map *map) in LnnMapDelete() 336 MapIterator *LnnMapInitIterator(Map *map) in LnnMapInitIterator()
|
/ohos5.0/drivers/hdf_core/framework/utils/src/ |
H A D | hdf_map.c | 46 static uint32_t MapHashIdx(const Map *map, uint32_t hash) in MapHashIdx() 54 static void MapAddNode(Map *map, struct MapNode *node) in MapAddNode() 61 static int32_t MapResize(Map *map, uint32_t size) in MapResize() 123 static int32_t MapSetCheckPara(const Map *map, const char *key, const void *value, uint32_t valueSi… in MapSetCheckPara() 136 int32_t MapSet(Map *map, const char *key, const void *value, uint32_t valueSize) in MapSet() 191 void* MapGet(const Map *map, const char *key) in MapGet() 216 int32_t MapErase(Map *map, const char *key) in MapErase() 250 void MapInit(Map *map) in MapInit() 261 void MapDelete(Map *map) in MapDelete()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_hap.cpp | 43 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()
|
H A D | dfx_accessors.cpp | 46 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()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/src/ |
H A D | lnn_distributed_net_ledger.c | 133 static int32_t InitDistributedInfo(DoubleHashMap *map) in InitDistributedInfo() 145 static void DeinitDistributedInfo(DoubleHashMap *map) in DeinitDistributedInfo() 278 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; in GetDLOnlineNodeNumLocked() local 308 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; in FillDLOnlineNodeInfoLocked() local 358 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; in PostOnlineNodesToCb() local 384 DoubleHashMap *map = &g_distributedNetLedger.distributedInfo; in LnnGetNodeInfoById() local 650 DoubleHashMap *map = NULL; in LnnUpdateNetworkId() local 698 DoubleHashMap *map = NULL; in LnnUpdateNodeInfo() local 754 DoubleHashMap *map = NULL; in LnnAddMetaInfo() local 1215 DoubleHashMap *map = NULL; in LnnUpdateAccountInfo() local [all …]
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A 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
|
/ohos5.0/base/security/asset/interfaces/inner_kits/c/src/ |
H A D | lib.rs | 40 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
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | gpu_program_gles.cpp | 56 … uint8_t map[Gles::ResourceLimits::MAX_BINDS] { 0 }; // mapping from set/binding -> "unit/binding" member 61 …PushConstants(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, BindMaps& map) in ProcessPushConstants() 107 …UniformBlocks(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, BindMaps& map) in ProcessUniformBlocks() 233 …ocessSamplers(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, BindMaps& map) in ProcessSamplers() 263 …rocessProgram(GLuint program, const ShaderModulePlatformDataGLES& plat, GLenum flag, BindMaps& map) in ProcessProgram() 296 uint8_t* map; member 301 void FixBindings(T (&types)[N], binder& map, const TypeOfOther& sbSets, string& source) in FixBindings() 355 …BindMaps& map, ProgramPlatformData& plat, const ShaderModulePlatformDataGLES& modPlat, string& sou… in PostProcessSource() 393 void BuildBindInfos(vector<Binder>& bindinfos, const PipelineLayout& pipelineLayout, BindMaps& map, in BuildBindInfos() 635 BindMaps map {}; in Specialize() local [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestPlugin.cpp | 184 …PluginParaAllowedMap map = PluginParameterTable::FindAllowedParameterMap(FilterType::MEDIA_SOURCE); variable 259 PluginParaAllowedMap map = PluginParameterTable::FindAllowedParameterMap(filterType); variable
|
/ohos5.0/base/global/i18n/interfaces/js/kits/src/ |
H A D | intl_addon.cpp | 173 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() 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 631 std::map<std::string, std::string> &map) in InitNumberFormatContext() 1361 std::map<std::string, std::string> &map) in InitCollatorContext() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/ |
H A D | stage_pkg_context_info.cpp | 24 void StagePkgContextInfo::SetPkgNameList(const std::map<std::string, std::string>& map) in SetPkgNameList() 29 …id StagePkgContextInfo::SetPkgContextInfoAndAliasMap(const std::map<std::string, std::string>& map) in SetPkgContextInfoAndAliasMap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 98 void SetPkgNameList(const std::map<std::string, std::string>& map) in SetPkgNameList() 103 void SetPkgAliasList(const std::map<std::string, std::string>& map) in SetPkgAliasList() 108 …void SetpkgContextInfoList(const std::map<std::string, std::vector<std::vector<std::string>>>& map) in SetpkgContextInfoList()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_utils.h | 28 Value GetOrDefault(const std::map<Key, Value>& map, const Key& key, const Value& defaultValue) in GetOrDefault()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/native/mdnsclient/src/ |
H A D | mdns_service_info.cpp | 74 TxtRecord map; in GetAttrMap() local 107 void MDnsServiceInfo::SetAttrMap(const TxtRecord &map) in SetAttrMap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.h | 166 void SetPkgNameList(const std::map<std::string, std::string>& map) in SetPkgNameList() 171 void SetPkgAliasList(const std::map<std::string, std::string>& map) in SetPkgAliasList() 176 …void SetpkgContextInfoList(const std::map<std::string, std::vector<std::vector<std::string>>>& map) in SetpkgContextInfoList() 503 void SetPkgNameList(const std::map<std::string, std::string>& map) override in SetPkgNameList() 508 void SetPkgAliasList(const std::map<std::string, std::string>& map) override in SetPkgAliasList() 513 …void SetpkgContextInfoList(const std::map<std::string, std::vector<std::vector<std::string>>>& map… in SetpkgContextInfoList()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | svc_restore_deps_manager_test.cpp | 160 auto map = SvcRestoreDepsManager::GetInstance().GetRestoreBundleMap(); variable 182 auto map = SvcRestoreDepsManager::GetInstance().GetRestoreBundleMap(); variable 204 auto map = SvcRestoreDepsManager::GetInstance().GetRestoreBundleMap(); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/ |
H A D | drawing_demo.cpp | 159 …:GetFunctionalParam(std::unordered_map<std::string, std::function<std::shared_ptr<TestBase>()>>& m… in GetFunctionalParam() 185 auto map = TestCaseFactory::GetFunctionCase(); in TestFunction() local 242 auto map = TestCaseFactory::GetPerformanceCase(); in GetPerformanceParam() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/dfx/ |
H A D | multistages_capture_dfx_result.cpp | 36 VariantMap map = {{KEY_PHOTO_ID, photoId}, {KEY_RESULT, result}, {KEY_MEDIA_TYPE, mediaType}}; in Report() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/ |
H A D | metav1_compat.cpp | 136 BASE_NS::vector<NamedNode> map; in RewriteProperty() local 184 if (auto map = interface_cast<IMapNode>(n)) { in RewritePropertyMap() local 192 void AddProperties(BASE_NS::vector<ISerNode::Ptr> properties, IMapNode& map) in AddProperties() 204 BASE_NS::vector<NamedNode> map; in Visit() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_service.cpp | 143 …VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_HAS_DB_ERRO… in GetPathFromDb() local 156 …VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_HAS_DB_ERRO… in GetPathFromDb() local 201 … VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_FAIL}, in GetThumbnailFd() local 210 … VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, errCode}, in GetThumbnailFd() local 225 …VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_THUMBNAIL_I… in ParseThumbnailParam() local 231 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_ERR}, in ParseThumbnailParam() local 248 VariantMap map = {{KEY_ERR_FILE, __FILE__}, {KEY_ERR_LINE, __LINE__}, {KEY_ERR_CODE, E_ERR}, in CreateThumbnailFileScaned() local
|
/ohos5.0/drivers/external_device_manager/test/unittest/device_manager_test/ |
H A D | device_manager_test.cpp | 47 unordered_map<BusType, unordered_map<uint64_t, shared_ptr<Device>>> map; in clearDeviceMap() local 51 static size_t getDeviceNum(unordered_map<uint64_t, shared_ptr<Device>> map) in getDeviceNum()
|