Home
last modified time | relevance | path

Searched refs:moduleResPath (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_request_data.h33 std::string moduleResPath; member
51 source == pluginInfo.source && moduleResPath == pluginInfo.moduleResPath && in operator ==()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/mock/
H A Dmock_plugin_sub_container.cpp42 const std::string& source, const std::string& moduleResPath, const std::string& data) in RunDecompressedPlugin()
46 const std::string& moduleResPath, const std::string& data) in RunPlugin()
41 RunDecompressedPlugin(const std::string& hapPath, const std::string& module, const std::string& source, const std::string& moduleResPath, const std::string& data) RunDecompressedPlugin() argument
45 RunPlugin(const std::string& path, const std::string& module, const std::string& source, const std::string& moduleResPath, const std::string& data) RunPlugin() argument
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_element.cpp390 info.moduleResPath = bundleInfo.moduleResPaths[0]; in GetPackagePathByBms()
408 info.moduleResPath = abilityInfo.resourcePath; in GetPackagePathByBms()
413 info.moduleResPath = bundleInfo.hapModuleInfos[0].resourcePath; in GetPackagePathByBms()
421 info.moduleResPath = result->resourcePath; in GetPackagePathByBms()
474 packagePathStr, info.abilityName, info.source, info.moduleResPath, plugin->GetData()); in RunPluginTask()
477 container->RunPlugin(packagePathStr, info.abilityName, info.source, info.moduleResPath, plugin->GetData()); in RunPluginTask()
H A Dplugin_sub_container.h43 const std::string& moduleResPath, const std::string& data);
45 const std::string& moduleResPath, const std::string& data);
H A Dplugin_sub_container.cpp171 const std::string& source, const std::string& moduleResPath, const std::string& data) in RunDecompressedPlugin()
189 SetPluginComponentTheme(moduleResPath, assetManager); in RunDecompressedPlugin()
235 const std::string& moduleResPath, const std::string& data) in RunPlugin()
252 SetPluginComponentTheme(moduleResPath, assetManager); in RunPlugin()
170 RunDecompressedPlugin(const std::string& hapPath, const std::string& module, const std::string& source, const std::string& moduleResPath, const std::string& data) RunDecompressedPlugin() argument
234 RunPlugin(const std::string& path, const std::string& module, const std::string& source, const std::string& moduleResPath, const std::string& data) RunPlugin() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp247 packagePathStr, info.abilityName, info.source, info.moduleResPath, pluginPattern->GetData()); in CreatePluginSubContainer()
250 packagePathStr, info.abilityName, info.source, info.moduleResPath, pluginPattern->GetData()); in CreatePluginSubContainer()
495 info.moduleResPath = bundleInfo.moduleResPaths[0]; in GerPackagePathByBms()
513 info.moduleResPath = abilityInfo.resourcePath; in GerPackagePathByBms()
518 info.moduleResPath = bundleInfo.hapModuleInfos[0].resourcePath; in GerPackagePathByBms()
527 info.moduleResPath = result->resourcePath; in GerPackagePathByBms()
/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp151 std::string moduleResPath = hapModuleInfo.hapPath.empty() ? hapModuleInfo.resourcePath : hapModuleInfo.hapPath; in GetResourceManager() local
152 if (!moduleResPath.empty()) { in GetResourceManager()
153 HILOG_DEBUG("DistributedBms::InitResourceManager, moduleResPath: %{private}s", moduleResPath.c_str()); in GetResourceManager()
154 if (!resourceManager->AddResource(moduleResPath.c_str())) { in GetResourceManager()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h95 std::string moduleResPath; member
875 std::string moduleResPath; in AddModuleResPath() local
877 moduleResPath = moduleSrcDir + ServiceConstants::PATH_SEPARATOR + ServiceConstants::RESOURCES_INDEX; in AddModuleResPath()
879 moduleResPath = moduleSrcDir + ServiceConstants::PATH_SEPARATOR + ServiceConstants::ASSETS_DIR + in AddModuleResPath()
884 innerModuleInfos_.at(currentPackage_).moduleResPath = moduleResPath; in AddModuleResPath()
886 abilityInfo.second.resourcePath = moduleResPath; in AddModuleResPath()
889 extensionInfo.second.resourcePath = moduleResPath; in AddModuleResPath()
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dinner_bundle_info.h42 std::string moduleResPath; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dinner_bundle_info.cpp60 const std::string MODULE_RES_PATH = "moduleResPath";
199 {MODULE_RES_PATH, info.moduleResPath}, in to_json()
323 info.moduleResPath, in from_json()
926 hapInfo.resourcePath = it->second.moduleResPath; in FindHapModuleInfo()
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp369 std::string moduleResPath = hapModuleInfo.hapPath.empty() ? hapModuleInfo.resourcePath : hapModuleInfo.hapPath; in GetBundleResMgr() local
370 if (moduleResPath.empty()) { in GetBundleResMgr()
373 BGTASK_LOGD("GetBundleResMgr, moduleResPath: %{private}s", moduleResPath.c_str()); in GetBundleResMgr()
374 if (!resourceManager->AddResource(moduleResPath.c_str())) { in GetBundleResMgr()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp440 for (auto &moduleResPath : moduleResPaths) { in Marshalling()
441 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(moduleResPath)); in Marshalling()
/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/
H A Dplugin_pattern_test_ng.cpp388 EXPECT_EQ(pluginInfo.moduleResPath, "resourcePath"); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp701 "moduleResPath":"/data/app/el1/bundle/public/com.example.myapplication/entry/resources.index",
1315 "moduleResPath": "/data/app/el1/bundle/public/com.ohos.launcher/com.ohos.launcher/assets/phone/resources.index",
1424 "moduleResPath": "/data/app/el1/bundle/public/com.ohos.launcher/com.ohos.launcher.recents/assets/recents/resources.index",
1483 "moduleResPath": "/data/app/el1/bundle/public/com.ohos.launcher/com.ohos.launcher.settings/assets/settings/resources.index",
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp62 constexpr const char* MODULE_RES_PATH = "moduleResPath";
381 {MODULE_RES_PATH, info.moduleResPath}, in to_json()
545 info.moduleResPath, in from_json()
1475 hapInfo.resourcePath = it->second.moduleResPath; in FindHapModuleInfo()
2310 bundleInfo.moduleResPaths.emplace_back(info.second.moduleResPath); in GetBundleInfo()
2356 bundleInfo.moduleResPaths.emplace_back(info.second.moduleResPath); in GetBundleInfoV9()
H A Dbundle_data_mgr.cpp6135 std::string moduleResPath; in GetResourceManager() local
6137 moduleResPath = hapModuleInfo.hapPath.empty() ? hapModuleInfo.resourcePath : hapModuleInfo.hapPath; in GetResourceManager()
6139 if (!moduleResPath.empty()) { in GetResourceManager()
6140 APP_LOGD("DistributedBms::InitResourceManager, moduleResPath: %{public}s", moduleResPath.c_str()); in GetResourceManager()
6141 if (!resourceManager->AddResource(moduleResPath.c_str(), Global::Resource::SELECT_STRING in GetResourceManager()

Completed in 41 milliseconds