Home
last modified time | relevance | path

Searched refs:StopDebugger (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment.h82 void StopDebugger();
84 void StopDebugger(std::string& option);
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp196 void JsEnvironment::StopDebugger() in StopDebugger() function in OHOS::JsEnv::JsEnvironment
203 (void)panda::JSNApi::StopDebugger(vm_); in StopDebugger()
206 void JsEnvironment::StopDebugger(std::string& option) in StopDebugger() function in OHOS::JsEnv::JsEnvironment
213 panda::JSNApi::StopDebugger(identifierId); in StopDebugger()
/foundation/ability/ability_runtime/js_environment/test/unittest/js_environment_test/
H A Djs_environment_test.cpp264 * @tc.desc: StopDebugger
273 jsEnv->StopDebugger(); in HWTEST_F()
278 * @tc.desc: StopDebugger
288 jsEnv->StopDebugger(); in HWTEST_F()
294 * @tc.desc: StopDebugger
305 jsEnv->StopDebugger(option); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp109 JSNApi::StopDebugger(vm_); in Reset()
173 JSNApi::StopDebugger(ParseHdcRegisterOption(option)); in StartDebugger()
H A Djsi_engine.cpp3197 panda::JSNApi::StopDebugger(vm);
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Djs_runtime.h111 void StopDebugger();
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp200 weak->StopDebugger(option); in StartDebugMode()
227 StopDebugger(); in StopDebugMode()
244 void JsRuntime::StopDebugger() in StopDebugger() function in OHOS::AbilityRuntime::JsRuntime
247 jsEnv_->StopDebugger(); in StopDebugger()
337 weak->StopDebugger(option); in StartProfiler()
H A Djs_worker.cpp134 panda::JSNApi::StopDebugger(vm); in OffWorkerFunc()
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp869 * @tc.desc: JsRuntime test for StopDebugger.
874 TAG_LOGI(AAFwkTag::TEST, "StopDebugger start"); in HWTEST_F()
882 jsRuntime->StopDebugger(); in HWTEST_F()
885 TAG_LOGI(AAFwkTag::TEST, "StopDebugger end"); in HWTEST_F()
979 * @tc.desc: JsRuntime test for StopDebugger.
989 jsRuntime->StopDebugger(); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp192 panda::JSNApi::StopDebugger(vm_); in ~SimulatorImpl()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.cpp1342 panda::JSNApi::StopDebugger(vm); in RegisterOffWorkerFunc()

Completed in 22 milliseconds