Home
last modified time | relevance | path

Searched defs:debugOption (Results 1 – 25 of 25) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/insight_intent/mock/
Dmock_runtime.h34 void StartDebugMode(const DebugOption debugOption) override {} in StartDebugMode()
35 void SetDebugOption(const DebugOption debugOption) override {} in SetDebugOption()
58 void StartProfiler(const DebugOption debugOption) override {} in StartProfiler()
/foundation/ability/ability_runtime/test/unittest/extension_config_mgr_test/mock/
Dmock_runtime.h34 void StartDebugMode(const DebugOption debugOption) override {} in StartDebugMode()
35 void SetDebugOption(const DebugOption debugOption) override {} in SetDebugOption()
58 void StartProfiler(const DebugOption debugOption) override {} in StartProfiler()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
Djs_runtime.cpp78 void JsRuntime::StartDebugMode(const DebugOption debugOption) in StartDebugMode()
81 void JsRuntime::SetDebugOption(const DebugOption debugOption) in SetDebugOption()
105 void JsRuntime::StartProfiler(const DebugOption debugOption) in StartProfiler()
Dsimulator.cpp792 …panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, (options_.debugPort != 0), option… in OnInit() local
/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
Dcj_mock_runtime.h35 void StartDebugMode(const DebugOption debugOption) override {} in StartDebugMode()
115 void StartProfiler(const DebugOption debugOption) override {} in StartProfiler()
Dcj_runtime_test.cpp128 CJRuntime::DebugOption debugOption; variable
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
Dets_runtime.h57 void StartDebugMode(const DebugOption debugOption) override {} in StartDebugMode()
74 void StartProfiler(const DebugOption debugOption) override {}; in StartProfiler()
Druntime.h103 virtual void SetDebugOption(const DebugOption debugOption) {}; in SetDebugOption()
/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
Dchild_process_manager_test.cpp310 AbilityRuntime::Runtime::DebugOption debugOption; variable
388 Runtime::DebugOption debugOption; variable
401 Runtime::DebugOption debugOption; variable
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
Dmock_runtime.h36 void StartDebugMode(const DebugOption debugOption) override {} in StartDebugMode()
128 void StartProfiler(const DebugOption debugOption) override {} in StartProfiler()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
Dchild_main_thread.cpp212 AbilityRuntime::Runtime::DebugOption debugOption; in HandleLoadJs() local
253 AbilityRuntime::Runtime::DebugOption debugOption; in HandleLoadArkTs() local
Dmain_thread.cpp1769 AbilityRuntime::Runtime::DebugOption debugOption; in HandleLaunchApplication() local
/foundation/ability/ability_runtime/test/unittest/runtime_test/
Dmock_js_runtime.h30 void StartDebugMode(const DebugOption debugOption) override in StartDebugMode()
Djs_runtime_test.cpp552 AbilityRuntime::Runtime::DebugOption debugOption; variable
576 AbilityRuntime::Runtime::DebugOption debugOption; variable
1469 Runtime::DebugOption debugOption; variable
1489 Runtime::DebugOption debugOption; variable
1509 Runtime::DebugOption debugOption; variable
/foundation/ability/ability_runtime/frameworks/native/runtime/
Djs_runtime_common.cpp93 panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, isAddInstance}; in StartDebugMode() local
Djs_runtime.cpp1759 void JsRuntime::SetDebugOption(const DebugOption debugOption) in SetDebugOption()
/foundation/ability/ability_runtime/interfaces/inner_api/connect_server_manager/src/
Dconnect_server_manager.cpp154 …rverManager::StoreDebuggerInfo(int32_t tid, void* vm, const panda::JSNApi::DebugOption& debugOptio… in StoreDebuggerInfo()
186 …panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, isDebugApp ? needBreakPoint : fal… in SendDebuggerInfo() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Dark_js_runtime.cpp182 …JSNApi::DebugOption debugOption = { libPath_.c_str(), isDebugApp ? isDebugMode_ : false, -1, true … in StartDebugger() local
191 JSNApi::DebugOption debugOption = { nullptr, isDebugMode_, -1, true }; //FA:true port:-1 in StartDebugger() local
Djsi_engine.cpp3164 …panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode, -1, true }; //FA:true p… in RegisterInitWorkerFunc() local
/foundation/ability/ability_runtime/test/unittest/native_child_process_test/mock/src/
Dmock_child_process_manager.cpp169 void ChildProcessManager::SetAppSpawnForkDebugOption(Runtime::DebugOption &debugOption, in SetAppSpawnForkDebugOption()
/foundation/ability/ability_runtime/test/unittest/connect_server_manager_test/
Dconnect_server_manager_test.cpp295 panda::JSNApi::DebugOption debugOption; variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryextension_fuzzer/
Dmedialibraryextension_fuzzer.cpp233 void StartDebugMode(const DebugOption debugOption) {}; in StartDebugMode()
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
Djs_environment.cpp391 panda::JSNApi::DebugOption debugOption = {libraryPath, debug ? debugMode : false}; in NotifyDebugMode() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
Dchild_process_manager.cpp508 void ChildProcessManager::SetAppSpawnForkDebugOption(Runtime::DebugOption &debugOption, in SetAppSpawnForkDebugOption()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_declarative_engine.cpp1581 …panda::JSNApi::DebugOption debugOption = { libraryPath.c_str(), debugMode, -1, true }; //FA:true p… in RegisterInitWorkerFunc() local