Home
last modified time | relevance | path

Searched defs:typeNameMap (Results 1 – 3 of 3) sorted by relevance

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dresource_manager_test_media.cpp826 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; variable
865 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; variable
904 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; variable
943 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; variable
982 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; variable
1021 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; variable
1060 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; variable
1099 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; variable
1138 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; variable
1177 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; variable
[all …]
Dresource_manager_test_common.cpp240 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; in TestGetProfileById() local
271 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; in TestGetProfileByName() local
301 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; in TestGetMediaById() local
345 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; in TestGetMediaWithDensityById() local
387 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; in TestGetMediaByName() local
427 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; in TestGetMediaWithDensityByName() local
468 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; in TestGetDrawableInfoById() local
515 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; in TestGetDrawableInfoWithDensityById() local
560 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; in TestGetDrawableInfoByName() local
603 …:unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> typeNameMap; in TestGetDrawableInfoWithDensityByName() local
/base/global/resource_management/frameworks/resmgr/src/
Dhap_resource_v2.cpp164 …unordered_map<uint32_t, std::unordered_map<std::string, std::shared_ptr<IdValuesV2>>> &typeNameMap, in Init()