Home
last modified time | relevance | path

Searched refs:GetUninstalledBundleInfo (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/
H A Dbundlemgrhelper_fuzzer.cpp75 bmHelper->GetUninstalledBundleInfo(stringParam, bundleInfo); // branch in BundleMgrHelperFuzztest1()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.h36 ErrCode GetUninstalledBundleInfo(const std::string bundleName, BundleInfo &bundleInfo);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp116 ErrCode BundleMgrHelper::GetUninstalledBundleInfo(const std::string bundleName, BundleInfo &bundleI… in GetUninstalledBundleInfo() function in OHOS::AppExecFwk::BundleMgrHelper
126 return bundleMgr->GetUninstalledBundleInfo(bundleName, bundleInfo); in GetUninstalledBundleInfo()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/
H A Dbundle_mgr_helper_test.cpp593 auto ret = bundleMgrHelper->GetUninstalledBundleInfo(bundleName, bundleInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp300 bundleMgrProxy.GetUninstalledBundleInfo(bundleName, bundleInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1445 virtual ErrCode GetUninstalledBundleInfo(const std::string bundleName, BundleInfo &bundleInfo) in GetUninstalledBundleInfo() function
H A Dbundle_mgr_proxy.h1002 …virtual ErrCode GetUninstalledBundleInfo(const std::string bundleName, BundleInfo &bundleInfo) ove…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h952 …virtual ErrCode GetUninstalledBundleInfo(const std::string bundleName, BundleInfo &bundleInfo) ove…
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp590 ErrCode ret = bundleMgr_->GetUninstalledBundleInfo(bundleName, bundleInfo); in GetBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_test_tool.cpp4172 auto res = bundleMgrProxy_->GetUninstalledBundleInfo(bundleName, bundleInfo); in RunAsGetUninstalledBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3530 auto ret = GetUninstalledBundleInfo(name, info); in HandleGetUninstalledBundleInfo()
H A Dbundle_mgr_proxy.cpp4210 ErrCode BundleMgrProxy::GetUninstalledBundleInfo(const std::string bundleName, BundleInfo &bundleIn… in GetUninstalledBundleInfo() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3946 ErrCode BundleMgrHostImpl::GetUninstalledBundleInfo(const std::string bundleName, BundleInfo &bundl… in GetUninstalledBundleInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp9600 ErrCode ret = hostImpl->GetUninstalledBundleInfo(BUNDLE_NAME_DEMO, bundleInfo);
9614 ErrCode ret = hostImpl->GetUninstalledBundleInfo(BUNDLE_NAME_DEMO, bundleInfo);
H A Dbms_bundle_data_mgr_test.cpp5201 ErrCode ret = bundleMgrProxy->GetUninstalledBundleInfo("", bundleInfo);