/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_host_test/ |
H A D | bundle_resource_host_test.cpp | 46 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 D | bundle_resource_host_impl.cpp | 90 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 D | bundle_resource_rdb.cpp | 348 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 D | bundle_resource_manager.cpp | 436 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 D | bundle_resource.cpp | 94 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 D | bundle_resource.h | 35 std::vector<BundleResourceInfo> bundleResourceInfos; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/ |
H A D | bundle_resource_host.cpp | 122 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 D | bundle_resource_proxy.cpp | 126 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 D | bundle_resource_interface.h | 43 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument
|
H A D | bundle_resource_proxy.h | 37 std::vector<BundleResourceInfo> &bundleResourceInfos) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/ |
H A D | bundle_resource_host_impl.h | 35 std::vector<BundleResourceInfo> &bundleResourceInfos) override;
|
H A D | bundle_resource_rdb.h | 54 …tAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
|
H A D | bundle_resource_manager.h | 73 …tAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/ |
H A D | bms_extension_client.h | 72 …tAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/ |
H A D | bms_extension_data_mgr.h | 72 …tAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
|
H A D | bundle_mgr_ext.h | 142 …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 D | bms_extension_client.cpp | 429 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 D | bms_extension_data_mgr.cpp | 477 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument 489 ErrCode ret = bundleMgrExtPtr->GetAllBundleResourceInfo(flags, bundleResourceInfos); in GetAllBundleResourceInfo()
|