/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/ |
H A D | plugin_request_data.h | 33 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 D | mock_plugin_sub_container.cpp | 42 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 D | plugin_element.cpp | 390 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 D | plugin_sub_container.h | 43 const std::string& moduleResPath, const std::string& data); 45 const std::string& moduleResPath, const std::string& data);
|
H A D | plugin_sub_container.cpp | 171 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 D | plugin_pattern.cpp | 247 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 D | form_info_mgr.cpp | 151 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 D | inner_bundle_info.h | 95 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 D | inner_bundle_info.h | 42 std::string moduleResPath; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | inner_bundle_info.cpp | 60 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 D | bg_continuous_task_mgr.cpp | 369 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 D | bundle_info.cpp | 440 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 D | plugin_pattern_test_ng.cpp | 388 EXPECT_EQ(pluginInfo.moduleResPath, "resourcePath"); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 701 "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 D | inner_bundle_info.cpp | 62 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 D | bundle_data_mgr.cpp | 6135 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()
|