Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_manager.h83 void SetIsDebugApp(bool isDebugApp) in SetIsDebugApp() argument
85 isDebugApp_ = isDebugApp; in SetIsDebugApp()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h136 int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp);
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp906 int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) in StartProfiler()
909 << ", tid = " << tid << ", isDebugApp = " << isDebugApp; in StartProfiler()
914 if (JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp)) { in StartProfiler()
922 return JSNApi::NotifyDebugMode(tid, vm, debugOption, instanceId, debuggerPostTask, isDebugApp); in StartProfiler()
905 StartProfiler(EcmaVM *vm, const ProfilerOption &option, int tid, int32_t instanceId, const DebuggerPostTask &debuggerPostTask, bool isDebugApp) StartProfiler() argument
H A Djsnapi_expo.cpp3533 bool isDebugApp = dm->IsDebugApp(); in CallForNapi() local
3534 if (isDebugApp) { in CallForNapi()
3574 if (isDebugApp && dm->IsMixedDebugEnabled()) { in CallForNapi()

Completed in 15 milliseconds