Home
last modified time | relevance | path

Searched defs:jsonData (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/server/
Dbuild_pipe_server.js126 function handlePluginCommand(jsonData) { argument
132 function handlePluginCompileComponent(jsonData) { argument
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/bundle/
Dbundle_mode.test.ts436 const jsonData = JSON.stringify(rollupBundleFileSet, null, 2); constant
463 const jsonData = JSON.stringify(rollupBundleFileSet, null, 2); constant
/developtools/packing_tool/adapter/ohos/
DCompressVerify.java1128 StringBuffer jsonData = new StringBuffer(); in checkJsonIsValid() local