Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A 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
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_adapter_impl.cpp418 const std::string& resTypeName, Global::Resource::ResourceType& resType) const in ConvertToGlobalResourceType() argument
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_manager.cpp1042 std::tuple<std::string, std::string> GetResTypeAndResName(const std::string &resTypeName) in GetResTypeAndResName()
1065 RState HapManager::GetResId(const std::string &resTypeName, uint32_t &resId) in GetResId()
H A Dresource_manager_impl.cpp1641 RState ResourceManagerImpl::GetResId(const std::string &resTypeName, uint32_t &resId) in GetResId()
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_resource_manager.cpp323 RState GetResId(const std::string &resTypeName, uint32_t &resId) in GetResId()