Home
last modified time | relevance | path

Searched refs:bundleResourceInfos (Results 1 - 19 of 19) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_host_impl.cpp90 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo()
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()
89 GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) GetAllBundleResourceInfo() argument
H A Dbundle_resource_rdb.cpp348 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo()
369 bundleResourceInfos.push_back(resourceInfo); in GetAllBundleResourceInfo()
376 std::sort(bundleResourceInfos.begin(), bundleResourceInfos.end(), in GetAllBundleResourceInfo()
381 return !bundleResourceInfos.empty(); in GetAllBundleResourceInfo()
347 GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) GetAllBundleResourceInfo() argument
H A Dbundle_resource_manager.cpp436 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo()
440 return bundleResourceRdb_->GetAllBundleResourceInfo(resourceFlags, bundleResourceInfos); in GetAllBundleResourceInfo()
435 GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) GetAllBundleResourceInfo() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/
H A Dbundle_resource.cpp145 const std::vector<BundleResourceInfo> &bundleResourceInfos, in ConvertBundleResourceInfos()
148 for (size_t index = 0; index < bundleResourceInfos.size(); ++index) { in ConvertBundleResourceInfos()
151 ConvertBundleResourceInfo(env, bundleResourceInfos[index], objBundleResourceInfo); in ConvertBundleResourceInfos()
350 static ErrCode InnerGetAllBundleResourceInfo(uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) in InnerGetAllBundleResourceInfo() argument
357 ErrCode ret = bundleResourceProxy->GetAllBundleResourceInfo(flags, bundleResourceInfos); in InnerGetAllBundleResourceInfo()
372 asyncCallbackInfo->bundleResourceInfos); in GetAllBundleResourceInfoExec()
387 ConvertBundleResourceInfos(env, asyncCallbackInfo->bundleResourceInfos, result[1]); in GetAllBundleResourceInfoComplete()
143 ConvertBundleResourceInfos( napi_env env, const std::vector<BundleResourceInfo> &bundleResourceInfos, napi_value objBundleResourceInfos) ConvertBundleResourceInfos() argument
H A Dbundle_resource.h35 std::vector<BundleResourceInfo> bundleResourceInfos; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundle_resource/
H A Dbundle_resource_interface.h43 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo()
42 GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) GetAllBundleResourceInfo() argument
H A Dbundle_resource_proxy.h37 std::vector<BundleResourceInfo> &bundleResourceInfos) override;
/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 bool GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
H A Dbundle_resource_manager.h73 bool GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
/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()
141 BundleResourceInterfaceCode::GET_ALL_BUNDLE_RESOURCE_INFO, data, bundleResourceInfos); in GetAllBundleResourceInfo()
125 GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) GetAllBundleResourceInfo() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/
H A Dbms_extension_client.h72 ErrCode GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_proxy_test/
H A Dbundle_resource_proxy_test.cpp177 std::vector<BundleResourceInfo> bundleResourceInfos; in HWTEST_F() local
178 auto ret = proxy->GetAllBundleResourceInfo(flags, bundleResourceInfos); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbundle_mgr_ext.h138 virtual ErrCode GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument
H A Dbms_extension_data_mgr.h72 ErrCode GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_host_test/
H A Dbundle_resource_host_test.cpp58 std::vector<BundleResourceInfo> &bundleResourceInfos) override
61 bundleResourceInfos.push_back(temp);
62 bundleResourceInfos.push_back(temp);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/
H A Dbms_extension_client.cpp446 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo()
453 return bmsExtensionImpl_->GetAllBundleResourceInfo(flags, bundleResourceInfos); in GetAllBundleResourceInfo()
445 GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) GetAllBundleResourceInfo() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp482 std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo()
494 ErrCode ret = bundleMgrExtPtr->GetAllBundleResourceInfo(flags, bundleResourceInfos); in GetAllBundleResourceInfo()
481 GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) GetAllBundleResourceInfo() argument

Completed in 12 milliseconds