Searched defs:KeyParam (Results 1 – 3 of 3) sorted by relevance
283 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()
143 struct KeyParam { struct144 KeyType keyType;145 uint32_t value;
178 static class KeyParam { class in ResourcesParser