Home
last modified time | relevance | path

Searched refs:DebugOption (Results 1 - 25 of 31) sorted by relevance

12

/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/
H A Dcj_mock_runtime.h35 void StartDebugMode(const DebugOption debugOption) override {}
105 void StartProfiler(const DebugOption debugOption) override {}
H A Dcj_runtime_test.cpp151 CJRuntime::DebugOption debugOption; in HWTEST_F()
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/include/
H A Djs_runtime_mock.h27 MOCK_METHOD(void, StartDebugMode, (const DebugOption debugOption));
45 MOCK_METHOD(void, StartProfiler, (const DebugOption debugOption));
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h70 struct DebugOption { struct in OHOS::AbilityRuntime::Runtime
88 virtual void StartDebugMode(const DebugOption debugOption) = 0;
106 virtual void StartProfiler(const DebugOption debugOption) = 0;
H A Dcj_runtime.h47 void StartDebugMode(const DebugOption debugOption) override;
58 void StartProfiler(const DebugOption debugOption) override {};
H A Djs_runtime.h100 void StartDebugMode(const DebugOption debugOption) override;
126 void StartProfiler(const DebugOption debugOption) override;
127 void DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption);
/foundation/ability/ability_runtime/test/mock/frameworks_kits_runtime_test/
H A Dmock_runtime.h36 void StartDebugMode(const DebugOption debugOption) override {}
118 void StartProfiler(const DebugOption debugOption) override {}
/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_first_test.cpp151 AbilityRuntime::Runtime::DebugOption dOption; in HWTEST_F()
179 AbilityRuntime::Runtime::DebugOption dOption; in HWTEST_F()
H A Dmock_js_runtime.h30 void StartDebugMode(const DebugOption debugOption) in StartDebugMode()
H A Djs_runtime_test.cpp552 AbilityRuntime::Runtime::DebugOption debugOption; in HWTEST_F()
1051 AbilityRuntime::Runtime::DebugOption debugOption; in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
H A Dchild_process_manager_test.cpp289 AbilityRuntime::Runtime::DebugOption debugOption; in HWTEST_F()
354 Runtime::DebugOption debugOption; in HWTEST_F()
367 Runtime::DebugOption debugOption; in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Dconnect_server_manager.h49 void StoreDebuggerInfo(int32_t tid, void* vm, const panda::JSNApi::DebugOption& debugOption,
H A Dconnect_server_manager.cpp148 void ConnectServerManager::StoreDebuggerInfo(int32_t tid, void* vm, const panda::JSNApi::DebugOption& debugOption, in StoreDebuggerInfo()
180 panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, isDebugApp ? needBreakPoint : false}; in SendDebuggerInfo()
H A Dcj_runtime.cpp196 void CJRuntime::StartDebugMode(const DebugOption dOption) in StartDebugMode()
H A Djs_runtime.cpp159 void JsRuntime::StartDebugMode(const DebugOption dOption) in StartDebugMode()
217 panda::JSNApi::DebugOption option = {ARK_DEBUGGER_LIB_PATH, isDebugApp ? isStartWithDebug : false}; in DebuggerConnectionHandler()
303 void JsRuntime::StartProfiler(const DebugOption dOption) in StartProfiler()
346 void JsRuntime::DebuggerConnectionManager(bool isDebugApp, bool isStartWithDebug, const DebugOption dOption) in DebuggerConnectionManager()
361 panda::JSNApi::DebugOption option = {ARK_DEBUGGER_LIB_PATH, isDebugApp ? isStartWithDebug : false}; in DebuggerConnectionManager()
H A Djs_worker.cpp112 panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, needBreakPoint}; in InitWorkerFunc()
/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/
H A Dchild_process_manager.h66 void SetAppSpawnForkDebugOption(Runtime::DebugOption &debugOption,
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dchild_main_thread.cpp210 AbilityRuntime::Runtime::DebugOption debugOption; in HandleLoadJs()
251 AbilityRuntime::Runtime::DebugOption debugOption; in HandleLoadArkTs()
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp51 AbilityRuntime::Runtime::DebugOption g_debugOption;
473 void ChildProcessManager::SetAppSpawnForkDebugOption(Runtime::DebugOption &debugOption, in SetAppSpawnForkDebugOption()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp182 JSNApi::DebugOption debugOption = { libPath_.c_str(), isDebugApp ? isDebugMode_ : false }; in StartDebugger()
191 JSNApi::DebugOption debugOption = { nullptr, isDebugMode_ }; in StartDebugger()
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp357 panda::JSNApi::DebugOption debugOption = {libraryPath, debug ? debugMode : false}; in NotifyDebugMode()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryextension_fuzzer/
H A Dmedialibraryextension_fuzzer.cpp264 void StartDebugMode(const DebugOption debugOption) {}; in StartDebugMode()
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Dext_backup_js_test.cpp53 MOCK_METHOD(void, StartDebugMode, (const DebugOption debugOption));
71 MOCK_METHOD(void, StartProfiler, (const DebugOption debugOption));
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dsimulator.cpp692 panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, (options_.debugPort != 0), options_.debugPort}; in OnInit()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_fileext_test/src/
H A Dmedialibrary_fileext_test.cpp109 void StartDebugMode(const DebugOption debugOption) {}; in StartDebugMode()

Completed in 26 milliseconds

12