Searched refs:isDebugVersion (Results 1 - 15 of 15) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_application_info.h | 57 void SetDebug(bool isDebugVersion, bool needDebugBreakpoint) override 59 AceApplicationInfoImpl::GetInstance().isDebugVersion_ = isDebugVersion;
|
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/ |
H A D | source_map_operator.h | 32 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 D | js_environment_impl.h | 31 bool isDebugVersion = false;
member
|
/foundation/arkui/ace_engine/test/mock/adapter/ |
H A D | mock_ace_application_info.cpp | 25 void SetDebug(bool isDebugVersion, bool needDebugBreakpoint) override {}
|
/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_application_info.h | 41 void SetDebug(bool isDebugVersion, bool needDebugBreakpoint) override;
|
H A D | ace_application_info.cpp | 105 void AceApplicationInfoImpl::SetDebug(bool isDebugVersion, bool needDebugBreakpoint) in SetDebug() argument
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_ace_application_info.cpp | 27 void SetDebug(bool isDebugVersion, bool needDebugBreakpoint) override {}
|
/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime_lite.cpp | 382 workerInfo->isDebugVersion = options.isDebugVersion; in InitWorkerModule() 412 childOptions_->isDebugVersion = options.isDebugVersion; in SetChildOptions()
|
H A D | js_worker.cpp | 347 if (!workerInfo_->isDebugVersion && fileLen > ASSET_FILE_MAX_SIZE) { in ReadAmiData() 454 if (!workerInfo_->isDebugVersion && fileLen > ASSET_FILE_MAX_SIZE) { in ReadFilePathData()
|
H A D | js_runtime.cpp | 736 options.isDebugVersion); in Initialize() 1445 workerInfo->isDebugVersion = options.isDebugVersion; in InitWorkerModule()
|
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/ |
H A D | runtime.h | 52 bool isDebugVersion = false; member
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | ace_application_info.h | 58 virtual void SetDebug(bool isDebugVersion, bool needDebugBreakpoint) = 0;
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/ |
H A D | child_process_manager.cpp | 354 options.isDebugVersion = applicationInfo.debug; in CreateRuntime()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | jsi_pa_engine.cpp | 251 options.isDebugVersion = GetDebugMode(); in InitJsRuntimeOptions()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 1465 options.isDebugVersion = bundleInfo.applicationInfo.debug; in HandleLaunchApplication()
|
Completed in 17 milliseconds