Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dresource_util.cpp283 string ResourceUtil::GetLocaleLimitkey(const KeyParam &KeyParam) in GetLocaleLimitkey()
290 string ResourceUtil::GetDeviceTypeLimitkey(const KeyParam &KeyParam) in GetDeviceTypeLimitkey()
301 string ResourceUtil::GetResolutionLimitkey(const KeyParam &KeyParam) in GetResolutionLimitkey()
312 string ResourceUtil::GetKeyParamValue(const KeyParam &KeyParam) in GetKeyParamValue()
/developtools/global_resource_tool/include/
Dresource_data.h143 struct KeyParam { struct
144 KeyType keyType;
145 uint32_t value;
/developtools/packing_tool/adapter/ohos/
DResourcesParser.java178 static class KeyParam { class in ResourcesParser