/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_host_impl.cpp | 90 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 D | bundle_resource_rdb.cpp | 348 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 D | bundle_resource_manager.cpp | 436 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 D | bundle_resource.cpp | 145 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 D | bundle_resource.h | 35 std::vector<BundleResourceInfo> bundleResourceInfos; member
|
/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() 42 GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) GetAllBundleResourceInfo() argument
|
H A D | bundle_resource_proxy.h | 37 std::vector<BundleResourceInfo> &bundleResourceInfos) override;
|
/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 bool GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
|
H A D | bundle_resource_manager.h | 73 bool GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos);
|
/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() 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 D | bms_extension_client.h | 72 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 D | bundle_resource_proxy_test.cpp | 177 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 D | bundle_mgr_ext.h | 138 virtual ErrCode GetAllBundleResourceInfo(const uint32_t flags, std::vector<BundleResourceInfo> &bundleResourceInfos) in GetAllBundleResourceInfo() argument
|
H A D | bms_extension_data_mgr.h | 72 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 D | bundle_resource_host_test.cpp | 58 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 D | bms_extension_client.cpp | 446 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 D | bms_extension_data_mgr.cpp | 482 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
|