Home
last modified time | relevance | path

Searched refs:hapPath_ (Results 1 - 25 of 34) sorted by relevance

12

/foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/runner_runtime/
H A Djs_test_runner.cpp82 hapPath_ = hapModuleInfo.hapPath; in JsTestRunner()
87 hapPath_ = bundleInfo.hapModuleInfos.back().hapPath; in JsTestRunner()
89 TAG_LOGD(AAFwkTag::DELEGATOR, "hapPath: %{public}s", hapPath_.c_str()); in JsTestRunner()
96 jsTestRunnerObj_ = jsRuntime_.LoadModule(moduleName, srcPath_, hapPath_, in JsTestRunner()
103 jsTestRunnerObj_ = jsRuntime_.LoadModule(moduleName, srcPath_, hapPath_, in JsTestRunner()
123 if (!jsRuntime_.RunSandboxScript(srcPath_, hapPath_)) { in Initialize()
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dhap_asset_provider_impl.cpp34 hapPath_ = hapPath; in Initialize()
74 return isAddHapPath ? (hapPath_ + "/" + basePath) : fileName; in GetAssetPath()
83 LOGW("RuntimeExtractor null:%{public}s", hapPath_.c_str()); in GetAssetList()
H A Dhap_asset_provider_impl.h59 return hapPath_; in GetHapPath()
64 std::string hapPath_; member in OHOS::Ace::Plugin::HapAssetProviderImpl
H A Dhap_asset_provider.cpp34 hapPath_ = hapPath; in Initialize()
74 return isAddHapPath? (hapPath_ + "/" + basePath) : fileName; in GetAssetPath()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dresource_configuration.h192 hapPath_ = hapPath; in SetHapPath()
197 return hapPath_; in GetHapPath()
245 std::string hapPath_; member in OHOS::Ace::ResourceInfo
/foundation/graphic/graphic_3d/3d_widget_adapter/include/ohos/
H A Dplatform_data.h23 std::string hapPath_ = ""; member
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/common/
H A Djs_backend_engine.h130 hapPath_ = hapPath; in SetHapPath()
135 return hapPath_; in GetHapPath()
156 std::string hapPath_; member in OHOS::Ace::JsBackendEngine
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtest_runner.cpp98 hapInfo.hapPath_ = hapPath + "/" + hapInfo.moduleName_ + ".hap"; in GetHapInfo()
102 hapInfo.hapPath_.c_str()); in GetHapInfo()
223 hapInfo.hapPath_.c_str(), in LoadPluginsAndInit()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/ohos/
H A Dlume.cpp38 data.hapInfo_.hapPath_.c_str(), in ToEnginePlatformData()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/runner_runtime/
H A Djs_test_runner.h71 std::string hapPath_; member in OHOS::RunnerRuntime::JsTestRunner
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dresource_info.h54 std::string hapPath_; member in OHOS::AppExecFwk::ResourceInfo
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dhap_asset_provider_impl.cpp39 hapPath_ = hapPath; in Initialize()
114 return isAddHapPath ? (hapPath_ + "/" + basePath) : fileName; in GetAssetPath()
H A Dhap_asset_provider_impl.h73 std::string hapPath_; member in OHOS::Ace::HapAssetProviderImpl
H A Dpa_container.h198 std::string hapPath_; member in OHOS::Ace::Platform::PaContainer
H A Dpa_container.cpp50 hapPath_ = options.hapPath; in PaContainer()
69 jsEngine->SetHapPath(hapPath_); in InitializeBackend()
/foundation/graphic/graphic_3d/3d_widget_adapter/src/ohos/
H A Dgraphics_manager.cpp53 WIDGET_LOGD("HapInfo %{public}s, %{public}s, %{public}s,", data.hapInfo_.hapPath_.c_str(), in GetPlatformData()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_parser.cpp154 resourceInfos[index].hapPath_, resourceInfos[index].overlayHapPaths_, *resConfig, 0, userId)); in ParseResourceInfos()
157 resourceInfos[index].hapPath_, resourceInfos[index].overlayHapPaths_, resourceManager, in ParseResourceInfos()
202 if (resourceInfo.hapPath_.empty()) { in ParseResourceInfoWithSameHap()
203 APP_LOGE("resourceInfo.hapPath_ is empty"); in ParseResourceInfoWithSameHap()
214 resourceInfo.hapPath_, resourceInfo.overlayHapPaths_, *resConfig, 0, userId)); in ParseResourceInfoWithSameHap()
219 if (!BundleResourceConfiguration::InitResourceGlobalConfig(resourceInfo.hapPath_, resourceManager)) { in ParseResourceInfoWithSameHap()
H A Dbundle_resource_process.cpp306 resourceInfo.hapPath_ = info.hapPath; in ConvertToLauncherAbilityResourceInfo()
322 resourceInfo.hapPath_ = iter.second.hapPath; in ConvertToBundleResourceInfo()
/foundation/graphic/graphic_3d/3d_scene_adapter/src/
H A Dscene_adapter.cpp88 hapInfo.hapPath_ = hapPath + "/" + hapInfo.moduleName_ + ".hap"; in GetHapInfo()
92 hapInfo.hapPath_.c_str()); in GetHapInfo()
317 hapInfo_.hapPath_.c_str(), in LoadPluginsAndInit()
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h104 std::string hapPath_; member in OHOS::AbilityBase::Extractor
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/bundleresparser_fuzzer/
H A Dbundleresparser_fuzzer.cpp49 parser.ParseIconResourceByPath(resourceInfos[0].hapPath_, resourceInfos[0].iconId_, resourceInfo); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Dsource_map.h100 std::string hapPath_; member in OHOS::JsEnv::final
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp96 hapPath_ = hapPath; in Init()
99 ReadSourceMapData(hapPath_, MEGER_SOURCE_MAP_PATH, sourceMapData); in Init()
168 if (!ReadSourceMapData(hapPath_, url, curSourceMap)) { in TranslateBySourceMap()
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_record.h269 std::string hapPath_; member in OHOS::AppExecFwk::FormRender::FormRenderRecord
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp34 hapPath_ = source; in Extractor()

Completed in 12 milliseconds

12