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.cpp449 std::unique_ptr<PtJson> deviceConfigObj; in GetFaDebug() local
457 bool ModuleJson::GetFaDebugByDeviceConfigObj(std::unique_ptr<PtJson>& deviceConfigObj, bool& debug) in GetFaDebugByDeviceConfigObj()
Dmodule_json.cpp157 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.cpp4240 std::unique_ptr<PtJson> deviceConfigObj; variable
4263 std::unique_ptr<PtJson> deviceConfigObj; variable
4277 std::unique_ptr<PtJson> deviceConfigObj; variable
7245 std::unique_ptr<PtJson> deviceConfigObj; variable
7380 std::unique_ptr<AppPackingTool::PtJson> deviceConfigObj; variable
/developtools/packing_tool/adapter/ohos/
DModuleJsonUtil.java1729 JSONObject deviceConfigObj = jsonObject.getJSONObject(DEVICE_CONFIG); in getFADebug() local