Home
last modified time | relevance | path

Searched refs:PROF (Results 1 – 6 of 6) sorted by relevance

/developtools/global_resource_tool/include/
Dresource_data.h74 PROF = 20, enumerator
179 { "profile", ResType::PROF },
210 { static_cast<int32_t>(ResType::PROF), ResType::PROF},
/developtools/global_resource_tool/src/
Dfactory_resource_compiler.cpp38 } else if (type == ResType::MEDIA || type == ResType::PROF) { in CreateCompilerForAppend()
Dreference_parser.cpp32 { "^\\$profile:", ResType::PROF },
46 { "^\\$ohos:profile:", ResType::PROF },
238 return resourceItem.GetResType() == ResType::PROF && resourceItem.GetLimitKey() == "base" && in IsProfileRef()
Dresource_module.cpp29 ResType::PROF,
Dresource_append.cpp100 if (iter->GetResType() == ResType::PROF || iter->GetResType() == ResType::MEDIA) { in ParseRef()
499 if (resType == ResType::PROF) { in AddRef()
Dresource_util.cpp140 if (type != ResType::MEDIA && type != ResType::PROF) { in GetIdName()