Home
last modified time | relevance | path

Searched refs:isDebugVersion (Results 1 - 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_application_info.h57 void SetDebug(bool isDebugVersion, bool needDebugBreakpoint) override
59 AceApplicationInfoImpl::GetInstance().isDebugVersion_ = isDebugVersion;
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map_operator.h32 SourceMapOperator(const std::string bundleName, bool isModular, bool isDebugVersion) in SourceMapOperator() argument
33 : bundleName_(bundleName), isModular_(isModular), isDebugVersion_(isDebugVersion), initStatus_(NOT_EXECUTED) {} in SourceMapOperator()
H A Djs_environment_impl.h31 bool isDebugVersion = false; member
/foundation/arkui/ace_engine/test/mock/adapter/
H A Dmock_ace_application_info.cpp25 void SetDebug(bool isDebugVersion, bool needDebugBreakpoint) override {}
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_application_info.h41 void SetDebug(bool isDebugVersion, bool needDebugBreakpoint) override;
H A Dace_application_info.cpp105 void AceApplicationInfoImpl::SetDebug(bool isDebugVersion, bool needDebugBreakpoint) in SetDebug() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_ace_application_info.cpp27 void SetDebug(bool isDebugVersion, bool needDebugBreakpoint) override {}
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_lite.cpp382 workerInfo->isDebugVersion = options.isDebugVersion; in InitWorkerModule()
412 childOptions_->isDebugVersion = options.isDebugVersion; in SetChildOptions()
H A Djs_worker.cpp347 if (!workerInfo_->isDebugVersion && fileLen > ASSET_FILE_MAX_SIZE) { in ReadAmiData()
454 if (!workerInfo_->isDebugVersion && fileLen > ASSET_FILE_MAX_SIZE) { in ReadFilePathData()
H A Djs_runtime.cpp736 options.isDebugVersion); in Initialize()
1445 workerInfo->isDebugVersion = options.isDebugVersion; in InitWorkerModule()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h52 bool isDebugVersion = false; member
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dace_application_info.h58 virtual void SetDebug(bool isDebugVersion, bool needDebugBreakpoint) = 0;
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp354 options.isDebugVersion = applicationInfo.debug; in CreateRuntime()
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/
H A Djsi_pa_engine.cpp251 options.isDebugVersion = GetDebugMode(); in InitJsRuntimeOptions()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1465 options.isDebugVersion = bundleInfo.applicationInfo.debug; in HandleLaunchApplication()

Completed in 17 milliseconds