Searched refs:KeyType (Results 1 – 6 of 6) sorted by relevance
| /developtools/global_resource_tool/src/ |
| D | key_parser.cpp | 109 PushMccMnc(folderName, KeyType::MCC, keyparams); in ParseMcc() 120 PushMccMnc(folderName, KeyType::MNC, keyparams); in ParseMnc() 159 PushLSR(folderName, KeyType::LANGUAGE, keyparams); in ParseLanguage() 174 PushLSR(folderName, KeyType::SCRIPT, keyparams); in ParseScript() 191 PushLSR(folderName, KeyType::REGION, keyparams); in ParseRegion() 202 PushValue(static_cast<uint32_t>(it->second), KeyType::ORIENTATION, keyparams); in ParseOrientation() 213 PushValue(static_cast<uint32_t>(it->second), KeyType::DEVICETYPE, keyparams); in ParseDeviceType() 224 PushValue(static_cast<uint32_t>(it->second), KeyType::NIGHTMODE, keyparams); in ParseNightMode() 235 PushValue(static_cast<uint32_t>(it->second), KeyType::INPUTDEVICE, keyparams); in ParseInputDevice() 246 PushValue(static_cast<uint32_t>(it->second), KeyType::RESOLUTION, keyparams); in ParseResolution() [all …]
|
| D | resource_util.cpp | 307 case KeyType::ORIENTATION: in GetKeyParamValue() 310 case KeyType::NIGHTMODE: in GetKeyParamValue() 313 case KeyType::DEVICETYPE: in GetKeyParamValue() 316 case KeyType::RESOLUTION: in GetKeyParamValue() 319 case KeyType::LANGUAGE: in GetKeyParamValue() 320 case KeyType::REGION: in GetKeyParamValue() 341 if (keyparam.keyType == KeyType::MCC) { in PaserKeyParam() 344 if (keyparam.keyType == KeyType::MNC) { in PaserKeyParam() 347 if (keyparam.keyType == KeyType::REGION || keyparam.keyType == KeyType::MNC) { in PaserKeyParam() 408 if (keyparam.keyType == KeyType::DEVICETYPE) { in GetNormalSize() [all …]
|
| D | resource_append.cpp | 531 keyParam.keyType = static_cast<KeyType>(ParseInt32(buffer, length, offset)); in LoadResourceItemFromMem()
|
| /developtools/global_resource_tool/include/ |
| D | key_manager.h | 31 std::map<XmlKeyNode::KeyType, std::shared_ptr<XmlKeyNode>> &GetKeys() in GetKeys() 36 std::map<XmlKeyNode::KeyType, std::shared_ptr<XmlKeyNode>> keys_;
|
| D | key_parser.h | 49 …static void PushMccMnc(const std::string &folderName, KeyType type, std::vector<KeyParam> &keypara… 50 …static void PushLSR(const std::string &folderName, KeyType type, std::vector<KeyParam> &keyparams); 51 static void PushValue(uint32_t value, KeyType type, std::vector<KeyParam> &keyparams);
|
| D | resource_data.h | 45 enum class KeyType { enum 167 KeyType keyType;
|