Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dresource_util.cpp274 string ResourceUtil::GetLocaleLimitkey(const KeyParam &KeyParam) in GetLocaleLimitkey()
281 string ResourceUtil::GetDeviceTypeLimitkey(const KeyParam &KeyParam) in GetDeviceTypeLimitkey()
292 string ResourceUtil::GetResolutionLimitkey(const KeyParam &KeyParam) in GetResolutionLimitkey()
303 string ResourceUtil::GetKeyParamValue(const KeyParam &KeyParam) in GetKeyParamValue()
/developtools/global_resource_tool/include/
Dresource_data.h166 struct KeyParam { struct
167 KeyType keyType;
168 uint32_t value;
/developtools/packing_tool/adapter/ohos/
DResourcesParser.java179 static class KeyParam { class in ResourcesParser