Searched defs:KeyParam (Results 1 – 3 of 3) sorted by relevance
286 string ResourceUtil::GetLocaleLimitkey(const KeyParam &KeyParam) in GetLocaleLimitkey()293 string ResourceUtil::GetDeviceTypeLimitkey(const KeyParam &KeyParam) in GetDeviceTypeLimitkey()304 string ResourceUtil::GetResolutionLimitkey(const KeyParam &KeyParam) in GetResolutionLimitkey()315 string ResourceUtil::GetKeyParamValue(const KeyParam &KeyParam) in GetKeyParamValue()
130 struct KeyParam { struct131 KeyType keyType;132 uint32_t value;
44 static class KeyParam { class in ResourcesParser