Home
last modified time | relevance | path

Searched defs:isDebug (Results 1 – 9 of 9) sorted by relevance

/developtools/hdc/src/register/
Dhdc_connect.cpp45 void ConnectManagement::SetDebug(bool isDebug) in SetDebug()
125 bool isDebug = static_cast<ConnectManagement*>(pkgContent)->GetDebug(); in HdcConnectRun() local
135 void StartConnect(const std::string& processName, const std::string& pkgName, bool isDebug, Callbac… in StartConnect()
Dhdc_jdwp.cpp23 …cJdwpSimulator(const std::string processName, const std::string pkgName, bool isDebug, Callback cb) in HdcJdwpSimulator()
110 bool isDebug = isDebug_; in Send2Jdwp() local
Dhdc_jdwp.h37 uint8_t isDebug; // 1:debug 0:release member
/developtools/hdc/src/daemon/
Djdwp.h47 uint8_t isDebug; // 1:debugApp 0:releaseApp member
81 uint8_t isDebug; member
/developtools/hdc/test/unittest/register/
Dregister_test.cpp116 bool isDebug = static_cast<ConnectManagement*>(pkgContent)->GetDebug(); in HdcConnectRunTest() local
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dutils.ts77 export function isDebug(projectConfig: Object): boolean { function
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js44 let isDebug = false; variable
/developtools/packing_tool/adapter/ohos/
DHapVerifyInfo.java493 public boolean isDebug() { in isDebug() method in HapVerifyInfo
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts97 let isDebug: boolean = false; variable