Home
last modified time | relevance | path

Searched refs:bundleResourceInfos (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_host_test/
H A Dbundle_resource_host_test.cpp46 std::vector<BundleResourceInfo> &bundleResourceInfos) override in GetAllBundleResourceInfo() argument
49 bundleResourceInfos.push_back(temp); in GetAllBundleResourceInfo()
50 bundleResourceInfos.push_back(temp); in GetAllBundleResourceInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_host_impl.cpp90 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument
111 if (!manager->GetAllBundleResourceInfo(flags, bundleResourceInfos)) { in GetAllBundleResourceInfo()
117 ErrCode ret = bmsExtensionClient->GetAllBundleResourceInfo(flags, bundleResourceInfos); in GetAllBundleResourceInfo()
124 std::sort(bundleResourceInfos.begin(), bundleResourceInfos.end(), in GetAllBundleResourceInfo()
H A Dbundle_resource_rdb.cpp348 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument
369 bundleResourceInfos.push_back(resourceInfo); in GetAllBundleResourceInfo()
376 std::sort(bundleResourceInfos.begin(), bundleResourceInfos.end(), in GetAllBundleResourceInfo()
381 return !bundleResourceInfos.empty(); in GetAllBundleResourceInfo()
H A Dbundle_resource_manager.cpp436 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument
440 return bundleResourceRdb_->GetAllBundleResourceInfo(resourceFlags, bundleResourceInfos); in GetAllBundleResourceInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/
H A Dbundle_resource.cpp94 const std::vector<BundleResourceInfo> &bundleResourceInfos, in ConvertBundleResourceInfos() argument
97 for (size_t index = 0; index < bundleResourceInfos.size(); ++index) { in ConvertBundleResourceInfos()
100 ConvertBundleResourceInfo(env, bundleResourceInfos[index], objBundleResourceInfo); in ConvertBundleResourceInfos()
309 …InnerGetAllBundleResourceInfo(uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) in InnerGetAllBundleResourceInfo() argument
321 ErrCode ret = bundleResourceProxy->GetAllBundleResourceInfo(flags, bundleResourceInfos); in InnerGetAllBundleResourceInfo()
336 asyncCallbackInfo->bundleResourceInfos); in GetAllBundleResourceInfoExec()
351 ConvertBundleResourceInfos(env, asyncCallbackInfo->bundleResourceInfos, result[1]); in GetAllBundleResourceInfoComplete()
H A Dbundle_resource.h35 std::vector<BundleResourceInfo> bundleResourceInfos; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp122 std::vector<BundleResourceInfo> bundleResourceInfos; in HandleGetAllBundleResourceInfo() local
123 ErrCode ret = GetAllBundleResourceInfo(flags, bundleResourceInfos); in HandleGetAllBundleResourceInfo()
129 return WriteVectorToParcel<BundleResourceInfo>(bundleResourceInfos, reply); in HandleGetAllBundleResourceInfo()
H A Dbundle_resource_proxy.cpp126 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument
141 BundleResourceInterfaceCode::GET_ALL_BUNDLE_RESOURCE_INFO, data, bundleResourceInfos); in GetAllBundleResourceInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundle_resource/
H A Dbundle_resource_interface.h43 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument
H A Dbundle_resource_proxy.h37 std::vector<BundleResourceInfo> &bundleResourceInfos) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_host_impl.h35 std::vector<BundleResourceInfo> &bundleResourceInfos) override;
H A Dbundle_resource_rdb.h54 …tAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
H A Dbundle_resource_manager.h73 …tAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/
H A Dbms_extension_client.h72 …tAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbms_extension_data_mgr.h72 …tAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
H A Dbundle_mgr_ext.h142 …etAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/
H A Dbms_extension_client.cpp429 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument
436 return bmsExtensionImpl_->GetAllBundleResourceInfo(flags, bundleResourceInfos); in GetAllBundleResourceInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp477 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument
489 ErrCode ret = bundleMgrExtPtr->GetAllBundleResourceInfo(flags, bundleResourceInfos); in GetAllBundleResourceInfo()