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 D | js_environment.cpp | 350 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 D | js_environment.h | 111 …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 D | js_environment_test.cpp | 478 jsEnv->NotifyDebugMode(tid, libraryPath, instanceId, debug, debugMode);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_worker.cpp | 116 …panda::JSNApi::NotifyDebugMode(instanceId, vm, debugOption, instanceId, workerPostTask, g_debugApp… in InitWorkerFunc()
|
H A D | js_runtime.cpp | 255 …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 D | ark_js_runtime.cpp | 186 …ret = JSNApi::NotifyDebugMode(gettid(), vm_, debugOption, gettid(), debuggerPostTask_, isDebugApp); in StartDebugger()
|
H A D | jsi_engine.cpp | 3165 JSNApi::NotifyDebugMode(tid, vm, debugOption, tid, workerPostTask, debugVersion); in RegisterInitWorkerFunc()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1302 JSNApi::NotifyDebugMode(tid, vm, debugOption, tid, workerPostTask, debugVersion); in RegisterInitWorkerFunc()
|