/foundation/ability/ability_runtime/test/unittest/cj_runtime_test/ |
H A D | cj_mock_runtime.h | 35 void StartDebugMode(const DebugOption debugOption) override {} 105 void StartProfiler(const DebugOption debugOption) override {}
|
H A D | cj_runtime_test.cpp | 151 CJRuntime::DebugOption debugOption; in HWTEST_F()
|
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/include/ |
H A D | js_runtime_mock.h | 27 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 D | runtime.h | 70 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 D | cj_runtime.h | 47 void StartDebugMode(const DebugOption debugOption) override; 58 void StartProfiler(const DebugOption debugOption) override {};
|
H A D | js_runtime.h | 100 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 D | mock_runtime.h | 36 void StartDebugMode(const DebugOption debugOption) override {} 118 void StartProfiler(const DebugOption debugOption) override {}
|
/foundation/ability/ability_runtime/test/unittest/runtime_test/ |
H A D | js_runtime_first_test.cpp | 151 AbilityRuntime::Runtime::DebugOption dOption;
in HWTEST_F() 179 AbilityRuntime::Runtime::DebugOption dOption;
in HWTEST_F()
|
H A D | mock_js_runtime.h | 30 void StartDebugMode(const DebugOption debugOption) in StartDebugMode()
|
H A D | js_runtime_test.cpp | 552 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 D | child_process_manager_test.cpp | 289 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 D | connect_server_manager.h | 49 void StoreDebuggerInfo(int32_t tid, void* vm, const panda::JSNApi::DebugOption& debugOption,
|
H A D | connect_server_manager.cpp | 148 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 D | cj_runtime.cpp | 196 void CJRuntime::StartDebugMode(const DebugOption dOption) in StartDebugMode()
|
H A D | js_runtime.cpp | 159 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 D | js_worker.cpp | 112 panda::JSNApi::DebugOption debugOption = {ARK_DEBUGGER_LIB_PATH, needBreakPoint}; in InitWorkerFunc()
|
/foundation/ability/ability_runtime/interfaces/inner_api/child_process_manager/include/ |
H A D | child_process_manager.h | 66 void SetAppSpawnForkDebugOption(Runtime::DebugOption &debugOption,
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | child_main_thread.cpp | 210 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 D | child_process_manager.cpp | 51 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 D | ark_js_runtime.cpp | 182 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 D | js_environment.cpp | 357 panda::JSNApi::DebugOption debugOption = {libraryPath, debug ? debugMode : false};
in NotifyDebugMode()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibraryextension_fuzzer/ |
H A D | medialibraryextension_fuzzer.cpp | 264 void StartDebugMode(const DebugOption debugOption) {}; in StartDebugMode()
|
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/ |
H A D | ext_backup_js_test.cpp | 53 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 D | simulator.cpp | 692 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 D | medialibrary_fileext_test.cpp | 109 void StartDebugMode(const DebugOption debugOption) {}; in StartDebugMode()
|