Home
last modified time | relevance | path

Searched refs:DEVICE_CONFIG (Results 1 - 4 of 4) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dmodule_json.cpp75 const std::string DEVICE_CONFIG = "deviceConfig"; member
161 if (!root_->Contains(DEVICE_CONFIG.c_str())) { in GetDeviceConfigObject()
162 LOGE("Json root has no %s node!", DEVICE_CONFIG.c_str()); in GetDeviceConfigObject()
165 if (root_->GetObject(DEVICE_CONFIG.c_str(), &deviceConfigObj) != Result::SUCCESS) { in GetDeviceConfigObject()
166 LOGE("Json root get %s node failed!", DEVICE_CONFIG.c_str()); in GetDeviceConfigObject()
H A Dmodule_json_stage.cpp75 const std::string DEVICE_CONFIG = "deviceConfig"; member
H A Dmodule_json_fa.cpp75 const std::string DEVICE_CONFIG = "deviceConfig"; member
/developtools/packing_tool/adapter/ohos/
H A DModuleJsonUtil.java100 private static final String DEVICE_CONFIG = "deviceConfig"; field in ModuleJsonUtil
1642 JSONObject deviceConfigObj = jsonObject.getJSONObject(DEVICE_CONFIG); in getFADebug()

Completed in 8 milliseconds