Home
last modified time | relevance | path

Searched refs:NotifyDebugMode (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp350 void JsEnvironment::NotifyDebugMode( in NotifyDebugMode() function in OHOS::JsEnv::JsEnvironment
366 panda::JSNApi::NotifyDebugMode(tid, vm_, debugOption, instanceId, debuggerPostTask, debug); in NotifyDebugMode()
/ohos5.0/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h111 …void NotifyDebugMode(int tid, const char* libraryPath, uint32_t instanceId, bool isDebugApp, bool …
/ohos5.0/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp478 jsEnv->NotifyDebugMode(tid, libraryPath, instanceId, debug, debugMode);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.cpp116 …panda::JSNApi::NotifyDebugMode(instanceId, vm, debugOption, instanceId, workerPostTask, g_debugApp… in InitWorkerFunc()
H A Djs_runtime.cpp255 …jsEnv_->NotifyDebugMode(getproctid(), ARK_DEBUGGER_LIB_PATH, instanceId_, isDebugApp, isStartWithD… in DebuggerConnectionHandler()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp186 …ret = JSNApi::NotifyDebugMode(gettid(), vm_, debugOption, gettid(), debuggerPostTask_, isDebugApp); in StartDebugger()
H A Djsi_engine.cpp3165 JSNApi::NotifyDebugMode(tid, vm, debugOption, tid, workerPostTask, debugVersion); in RegisterInitWorkerFunc()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1302 JSNApi::NotifyDebugMode(tid, vm, debugOption, tid, workerPostTask, debugVersion); in RegisterInitWorkerFunc()