Home
last modified time | relevance | path

Searched refs:StartDebuggerInWorkerModule (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_worker.h26 void StartDebuggerInWorkerModule(bool isDebugApp, bool isNativeStart);
H A Djs_worker.cpp549 void StartDebuggerInWorkerModule(bool isDebugApp, bool isNativeStart) in StartDebuggerInWorkerModule() function
H A Djs_runtime.cpp215 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartDebugMode()
351 StartDebuggerInWorkerModule(isDebugApp, dOption.isStartWithNative); in StartProfiler()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityframeworksnativejsworker_fuzzer/
H A Dabilityframeworksnativejsworker_fuzzer.cpp88 AbilityRuntime::StartDebuggerInWorkerModule(isDebugApp, isNativeStart); in DoSomethingInterestingWithMyAPI()