Home
last modified time | relevance | path

Searched refs:moduleResPaths (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dbundle_info.cpp284 CONTAINER_SECURITY_VERIFY(parcel, moduleResPathsSize, &moduleResPaths); in ReadFromParcel()
286 moduleResPaths.emplace_back(Str16ToStr8(parcel.ReadString16())); in ReadFromParcel()
439 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, moduleResPaths.size()); in Marshalling()
440 for (auto &moduleResPath : moduleResPaths) { in Marshalling()
683 {BUNDLE_INFO_MODULE_RES_PATHS, bundleInfo.moduleResPaths}, in to_json()
998 bundleInfo.moduleResPaths, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_info.h143 std::vector<std::string> moduleResPaths; // the paths of all resources paths. member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_element.cpp389 if (bundleInfo.moduleResPaths.size() == 1) { in GetPackagePathByBms()
390 info.moduleResPath = bundleInfo.moduleResPaths[0]; in GetPackagePathByBms()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp494 if (bundleInfo.moduleResPaths.size() == 1) { in GerPackagePathByBms()
495 info.moduleResPath = bundleInfo.moduleResPaths[0]; in GerPackagePathByBms()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/plugin/
H A Dplugin_pattern_test_ng.cpp444 bundleInfo.moduleResPaths.emplace_back("moduleResPaths");
527 bundleInfo.moduleResPaths.emplace_back("moduleResPaths");
/ohos5.0/base/telephony/core_service/frameworks/native/src/
H A Dresource_utils.cpp392 if (!bundleInfo.moduleResPaths.empty()) { in Init()
393 resPath = bundleInfo.moduleResPaths[0]; in Init()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp556 "moduleResPaths":[],
1200 "moduleResPaths": [
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp2436 bundleInfo.moduleResPaths.emplace_back(info.second.moduleResPath); in GetBundleInfo()
2484 bundleInfo.moduleResPaths.emplace_back(info.second.moduleResPath); in GetBundleInfoV9()