Home
last modified time | relevance | path

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

/developtools/packing_tool/packing_tool/frameworks/src/json/
H A Dmodule_json.cpp83 const std::string MULTI_APP_MODE = "multiAppMode"; member
1000 if (appObj->Contains(MULTI_APP_MODE.c_str())) { in GetMultiAppModeByAppObj()
1002 if (appObj->GetObject(MULTI_APP_MODE.c_str(), &multiAppModeObj) != Result::SUCCESS) { in GetMultiAppModeByAppObj()
1003 LOGE("App node get %s node failed!", MULTI_APP_MODE.c_str()); in GetMultiAppModeByAppObj()
H A Dmodule_json_stage.cpp83 const std::string MULTI_APP_MODE = "multiAppMode"; member
H A Dmodule_json_fa.cpp83 const std::string MULTI_APP_MODE = "multiAppMode"; member
/developtools/packing_tool/adapter/ohos/
H A DModuleJsonUtil.java109 private static final String MULTI_APP_MODE = "multiAppMode"; field in ModuleJsonUtil
950 JSONObject modeObj = appObj.getJSONObject(MULTI_APP_MODE); in parseMultiAppMode()

Completed in 8 milliseconds