Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dresource_manager_test_hap.cpp1095 const std::string resTypeName = "app.string.entry_MainAbility"; variable
1111 const std::string resTypeName = "app.media.icon"; variable
1127 const std::string resTypeName = "app.color.color_aboutPage_title_primary"; variable
1143 const std::string resTypeName = "app.string.xxx"; variable
1159 const std::string resTypeName = "xxx.string.entry_MainAbility"; variable
1175 const std::string resTypeName = "app.xxx.entry_MainAbility"; variable
/base/global/resource_management/frameworks/resmgr/src/
Dhap_manager.cpp1039 std::tuple<std::string, std::string> GetResTypeAndResName(const std::string &resTypeName) in GetResTypeAndResName()
1062 RState HapManager::GetResId(const std::string &resTypeName, uint32_t &resId) in GetResId()
Dresource_manager_impl.cpp1616 RState ResourceManagerImpl::GetResId(const std::string &resTypeName, uint32_t &resId) in GetResId()