Home
last modified time | relevance | path

Searched refs:GetBundleResourceInfo (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp606 ans = resourceRdb.GetBundleResourceInfo("", 0, info);
1959 ret = manager->GetBundleResourceInfo(BUNDLE_NAME,
1967 ret = manager->GetBundleResourceInfo(BUNDLE_NAME,
1975 ret = manager->GetBundleResourceInfo(BUNDLE_NAME,
1983 ret = manager->GetBundleResourceInfo(TEST_BUNDLE_NAME,
3134 bool ret = manager->GetBundleResourceInfo(BUNDLE_NAME,
3149 ret = manager->GetBundleResourceInfo(BUNDLE_NAME,
3716 ret = manager->GetBundleResourceInfo("bundleName",
3719 ret = manager->GetBundleResourceInfo("bundleName",
3722 ret = manager->GetBundleResourceInfo("bundleName",
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_manager.cpp168 if (GetBundleResourceInfo(resourceInfo.bundleName_, in AddResourceInfo()
395 bool BundleResourceManager::GetBundleResourceInfo(const std::string &bundleName, const uint32_t fla… in GetBundleResourceInfo() function in OHOS::AppExecFwk::BundleResourceManager
400 …if (bundleResourceRdb_->GetBundleResourceInfo(bundleName, resourceFlags, bundleResourceInfo, appIn… in GetBundleResourceInfo()
405 …ErrCode ret = bmsExtensionClient->GetBundleResourceInfo(bundleName, resourceFlags, bundleResourceI… in GetBundleResourceInfo()
495 if (!GetBundleResourceInfo(GLOBAL_RESOURCE_BUNDLE_NAME, in GetDefaultIcon()
525 if (!GetBundleResourceInfo(bundleName, in UpdateBundleIcon()
611 if (!bundleResourceRdb_->GetBundleResourceInfo(bundleName, flags, bundleResourceInfo)) { in GetBundleResourceInfoForCloneBundle()
H A Dbundle_resource_host_impl.cpp29 ErrCode BundleResourceHostImpl::GetBundleResourceInfo(const std::string &bundleName, const uint32_t… in GetBundleResourceInfo() function in OHOS::AppExecFwk::BundleResourceHostImpl
53 if (!manager->GetBundleResourceInfo(bundleName, flags, bundleResourceInfo, appIndex)) { in GetBundleResourceInfo()
303 if (!manager->GetBundleResourceInfo(bundleName, in CheckBundleNameValid()
H A Dbundle_resource_process.cpp28 bool BundleResourceProcess::GetBundleResourceInfo(const InnerBundleInfo &innerBundleInfo, in GetBundleResourceInfo() function in OHOS::AppExecFwk::BundleResourceProcess
279 if (!GetBundleResourceInfo(innerBundleInfo, userId, bundleResourceInfo)) { in OnGetResourceInfo()
H A Dbundle_resource_rdb.cpp261 bool BundleResourceRdb::GetBundleResourceInfo( in GetBundleResourceInfo() function in OHOS::AppExecFwk::BundleResourceRdb
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/test/unittest/bundle_resource_host_test/
H A Dbundle_resource_host_test.cpp33 virtual ErrCode GetBundleResourceInfo(const std::string &bundleName, const uint32_t flags, in GetBundleResourceInfo() function in OHOS::AppExecFwk::MockBundleResourceHostImpl
96 ErrCode ret = proxy->GetBundleResourceInfo("com.test.empty", 0, info, 1);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_resource/
H A Dnative_module.cpp33 DECLARE_NAPI_FUNCTION("getBundleResourceInfo", GetBundleResourceInfo), in BundleResourceExport()
H A Dbundle_resource.h45 napi_value GetBundleResourceInfo(napi_env env, napi_callback_info info);
H A Dbundle_resource_unsupported.cpp26 napi_value GetBundleResourceInfo(napi_env env, napi_callback_info info) in GetBundleResourceInfo() function
H A Dbundle_resource.cpp188 …ErrCode ret = bundleResourceProxy->GetBundleResourceInfo(bundleName, flags, resourceInfo, appIndex… in InnerGetBundleResourceInfo()
195 napi_value GetBundleResourceInfo(napi_env env, napi_callback_info info) in GetBundleResourceInfo() function
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundle_resource/
H A Dbundle_resource_interface.h30 virtual ErrCode GetBundleResourceInfo(const std::string &bundleName, const uint32_t flags,
H A Dbundle_resource_proxy.h30 virtual ErrCode GetBundleResourceInfo(const std::string &bundleName, const uint32_t flags,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_host_impl.h28 virtual ErrCode GetBundleResourceInfo(const std::string &bundleName, const uint32_t flags,
H A Dbundle_resource_rdb.h48 bool GetBundleResourceInfo(const std::string &bundleName, const uint32_t flags,
H A Dbundle_resource_process.h49 static bool GetBundleResourceInfo(const InnerBundleInfo &innerBundleInfo, const int32_t userId,
H A Dbundle_resource_manager.h67 bool GetBundleResourceInfo(const std::string &bundleName, const uint32_t flags,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bms_extension/
H A Dbms_extension_client.h68 ErrCode GetBundleResourceInfo(const std::string &bundleName, const uint32_t flags,
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbms_extension_data_mgr.h68 ErrCode GetBundleResourceInfo(const std::string &bundleName, const uint32_t flags,
H A Dbundle_mgr_ext.h132 virtual ErrCode GetBundleResourceInfo(const std::string &bundleName, const uint32_t flags,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/
H A Dbms_extension_client.cpp406 ErrCode BmsExtensionClient::GetBundleResourceInfo(const std::string &bundleName, const uint32_t fla… in GetBundleResourceInfo() function in OHOS::AppExecFwk::BmsExtensionClient
414 … return bmsExtensionImpl_->GetBundleResourceInfo(bundleName, flags, bundleResourceInfo, appIndex); in GetBundleResourceInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_data_mgr.cpp437 ErrCode BmsExtensionDataMgr::GetBundleResourceInfo(const std::string &bundleName, const uint32_t fl… in GetBundleResourceInfo() function in OHOS::AppExecFwk::BmsExtensionDataMgr
450 …ErrCode ret = bundleMgrExtPtr->GetBundleResourceInfo(bundleName, flags, bundleResourceInfo, appInd… in GetBundleResourceInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp702 ErrCode res = bundleMgrExtTest.GetBundleResourceInfo(TEST_BUNDLE_NAME,
762 ErrCode res = bmsExtensionDataMgr.GetBundleResourceInfo(TEST_BUNDLE_NAME,
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundle_resource/
H A Dbundle_resource_host.cpp89 ErrCode ret = GetBundleResourceInfo(bundleName, flags, bundleResourceInfo, appIndex); in HandleGetBundleResourceInfo()
H A Dbundle_resource_proxy.cpp60 ErrCode BundleResourceProxy::GetBundleResourceInfo(const std::string &bundleName, in GetBundleResourceInfo() function in OHOS::AppExecFwk::BundleResourceProxy
/ohos5.0/foundation/multimedia/player_framework/services/utils/
H A Dmedia_utils.cpp174 auto result = bundleResourceProxy->GetBundleResourceInfo(bundleName, in GetBundleResourceLabel()

12