Home
last modified time | relevance | path

Searched refs:GetSharedBundleInfoBySelf (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp265 bundleMgrProxy.GetSharedBundleInfoBySelf(bundleName, sharedBundleInfo); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
H A Dbms_bundle_shared_library_install_test.cpp687 ErrCode res = GetBundleDataMgr()->GetSharedBundleInfoBySelf(
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1334 …virtual ErrCode GetSharedBundleInfoBySelf(const std::string &bundleName, SharedBundleInfo &sharedB… in GetSharedBundleInfoBySelf() function
H A Dbundle_mgr_proxy.h937 virtual ErrCode GetSharedBundleInfoBySelf(const std::string &bundleName,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h897 virtual ErrCode GetSharedBundleInfoBySelf(const std::string &bundleName,
H A Dbundle_data_mgr.h866 …ErrCode GetSharedBundleInfoBySelf(const std::string &bundleName, SharedBundleInfo &sharedBundleInf…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp1230 ErrCode ret = bundleMgrHostImpl_->GetSharedBundleInfoBySelf(BUNDLE_NAME, sharedBundleInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp3438 ErrCode BundleMgrHostImpl::GetSharedBundleInfoBySelf(const std::string &bundleName, in GetSharedBundleInfoBySelf() function in OHOS::AppExecFwk::BundleMgrHostImpl
3460 return dataMgr->GetSharedBundleInfoBySelf(bundleName, sharedBundleInfo); in GetSharedBundleInfoBySelf()
H A Dbundle_data_mgr.cpp6646 errCode = GetSharedBundleInfoBySelf(dep.bundleName, sharedBundleInfo); in GetSharedBundleInfo()
6658 ErrCode BundleDataMgr::GetSharedBundleInfoBySelf(const std::string &bundleName, SharedBundleInfo &s… in GetSharedBundleInfoBySelf() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2664 ErrCode ret = bundleMgrProxy_->GetSharedBundleInfoBySelf(bundleName, sharedBundleInfo); in DumpShared()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp12014 auto ret = bundleMgrProxy->GetSharedBundleInfoBySelf("", sharedBundleInfo);
12016 ret = bundleMgrProxy->GetSharedBundleInfoBySelf(BUNDLE_NAME_TEST, sharedBundleInfo);
12021 ret = dataMgr->GetSharedBundleInfoBySelf("", sharedBundleInfo);
12026 ret = dataMgr->GetSharedBundleInfoBySelf(BUNDLE_NAME_TEST, sharedBundleInfo);
12030 ret = hostImpl->GetSharedBundleInfoBySelf(BUNDLE_NAME_TEST, sharedBundleInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3217 ErrCode ret = GetSharedBundleInfoBySelf(bundleName, shareBundleInfo); in HandleGetSharedBundleInfoBySelf()
H A Dbundle_mgr_proxy.cpp3722 ErrCode BundleMgrProxy::GetSharedBundleInfoBySelf(const std::string &bundleName, SharedBundleInfo &… in GetSharedBundleInfoBySelf() function in OHOS::AppExecFwk::BundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2529 retCode = hostImpl->GetSharedBundleInfoBySelf("", sharedBundleInfo);