Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 6 of 6) sorted by relevance

/developtools/global_resource_tool/src/
Dkey_parser.cpp109 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 …]
Dresource_util.cpp307 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 …]
Dresource_append.cpp531 keyParam.keyType = static_cast<KeyType>(ParseInt32(buffer, length, offset)); in LoadResourceItemFromMem()
/developtools/global_resource_tool/include/
Dkey_manager.h31 std::map<XmlKeyNode::KeyType, std::shared_ptr<XmlKeyNode>> &GetKeys() in GetKeys()
36 std::map<XmlKeyNode::KeyType, std::shared_ptr<XmlKeyNode>> keys_;
Dkey_parser.h49 …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);
Dresource_data.h45 enum class KeyType { enum
167 KeyType keyType;