Home
last modified time | relevance | path

Searched defs:DEVICE_TYPE (Results 1 – 12 of 12) sorted by relevance

/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-enum.js31 const DEVICE_TYPE = { variable
/developtools/ace_ets2bundle/compiler/test/transform_ut/helpers/
Dcommon.ts35 export const DEVICE_TYPE: string = 'phone,tablet,2in1,wearable'; constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dcommon.ts29 export const DEVICE_TYPE: string = 'default,tablet'; constant
/developtools/packing_tool/adapter/ohos/restool/
DResourcesParserV1.java182 DEVICE_TYPE, enumConstant
DResourcesParserV2.java246 DEVICE_TYPE, enumConstant
/developtools/packing_tool/packing_tool/frameworks/src/json/
Dpack_info.cpp50 const std::string DEVICE_TYPE = "deviceType"; variable
Dmodule_json_stage.cpp51 const std::string DEVICE_TYPE = "deviceType"; variable
Dmodule_json_fa.cpp51 const std::string DEVICE_TYPE = "deviceType"; variable
Dmodule_json.cpp51 const std::string DEVICE_TYPE = "deviceType"; variable
/developtools/packing_tool/adapter/ohos/
DJsonUtil.java36 private static final String DEVICE_TYPE = "device-type"; field in JsonUtil
DModuleJsonUtil.java67 private static final String DEVICE_TYPE = "deviceType"; field in ModuleJsonUtil
DCompressor.java103 private static final String DEVICE_TYPE = "deviceType"; field in Compressor