Home
last modified time | relevance | path

Searched refs:debugApp (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1862 bool debugApp = false; in HWTEST_F_L0() local
1867 debugApp = true; in HWTEST_F_L0()
1868 EXPECT_FALSE(JSNApi::NotifyDebugMode(tid, vm_, *option, instanceId, debuggerPostTask, debugApp)); in HWTEST_F_L0()
1871 EXPECT_FALSE(JSNApi::NotifyDebugMode(tid, vm_, *option, instanceId, debuggerPostTask, debugApp)); in HWTEST_F_L0()
1889 bool debugApp = false; in HWTEST_F_L0() local
1891 EXPECT_FALSE(JSNApi::StoreDebugInfo(tid, vm, *option, debuggerPostTask, debugApp)); in HWTEST_F_L0()
1892 EXPECT_FALSE(JSNApi::StoreDebugInfo(tid, vm_, *option, debuggerPostTask, debugApp)); in HWTEST_F_L0()
1895 EXPECT_FALSE(JSNApi::StoreDebugInfo(tid, vm_, *option, debuggerPostTask, debugApp)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4680 [[maybe_unused]] bool debugApp) in NotifyDebugMode()
4683 LOG_ECMA(INFO) << "JSNApi::NotifyDebugMode, tid = " << tid << ", debugApp = " << debugApp in NotifyDebugMode()
4692 if (!debugApp) { in NotifyDebugMode()
4708 jsDebuggerManager->SetDebugMode(option.isDebugMode && debugApp); in NotifyDebugMode()
4709 jsDebuggerManager->SetIsDebugApp(debugApp); in NotifyDebugMode()
4770 [[maybe_unused]] bool debugApp) in StoreDebugInfo()
4797 jsDebuggerManager->SetDebugMode(option.isDebugMode && debugApp); in StoreDebugInfo()
4798 jsDebuggerManager->SetIsDebugApp(debugApp); in StoreDebugInfo()
4675 NotifyDebugMode([[maybe_unused]] int tid, [[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, [[maybe_unused]] int32_t instanceId, [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, [[maybe_unused]] bool debugApp) NotifyDebugMode() argument
4766 StoreDebugInfo([[maybe_unused]] int tid, [[maybe_unused]] EcmaVM *vm, [[maybe_unused]] const DebugOption &option, [[maybe_unused]] const DebuggerPostTask &debuggerPostTask, [[maybe_unused]] bool debugApp) StoreDebugInfo() argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1646 const DebuggerPostTask &debuggerPostTask = {}, bool debugApp = false);
1648 int tid, EcmaVM *vm, const DebugOption &option, const DebuggerPostTask &debuggerPostTask, bool debugApp);

Completed in 22 milliseconds