Searched defs:KeyParam (Results 1 – 3 of 3) sorted by relevance
274 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()
166 struct KeyParam { struct167 KeyType keyType;168 uint32_t value;
179 static class KeyParam { class in ResourcesParser