Home
last modified time | relevance | path

Searched defs:deviceConfigObj (Results 1 – 4 of 4) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/src/json/
Dmodule_json_fa.cpp473 std::unique_ptr<PtJson> deviceConfigObj; in GetFaDebug() local
481 bool ModuleJson::GetFaDebugByDeviceConfigObj(std::unique_ptr<PtJson>& deviceConfigObj, bool& debug) in GetFaDebugByDeviceConfigObj()
Dmodule_json.cpp158 bool ModuleJson::GetDeviceConfigObject(std::unique_ptr<PtJson>& deviceConfigObj) in GetDeviceConfigObject()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/module_json_test/
Dmodule_json_test.cpp4258 std::unique_ptr<PtJson> deviceConfigObj; variable
4281 std::unique_ptr<PtJson> deviceConfigObj; variable
4295 std::unique_ptr<PtJson> deviceConfigObj; variable
7263 std::unique_ptr<PtJson> deviceConfigObj; variable
7398 std::unique_ptr<AppPackingTool::PtJson> deviceConfigObj; variable
/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java1760 JSONObject deviceConfigObj = jsonObject.getJSONObject(DEVICE_CONFIG); in getFADebug() local