/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_client.cpp | 165 ErrCode BundleMgrClient::GetSandboxBundleInfo( in GetSandboxBundleInfo() function in OHOS::AppExecFwk::BundleMgrClient 172 return impl_->GetSandboxBundleInfo(bundleName, appIndex, userId, info); in GetSandboxBundleInfo()
|
H A D | bundle_mgr_client_impl.cpp | 463 ErrCode BundleMgrClientImpl::GetSandboxBundleInfo( in GetSandboxBundleInfo() function in OHOS::AppExecFwk::BundleMgrClientImpl 478 return bundleMgr_->GetSandboxBundleInfo(bundleName, appIndex, userId, info); in GetSandboxBundleInfo()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/include/ |
H A D | mock_bundle_mgr_helper.h | 31 …ErrCode GetSandboxBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t userId, Bund…
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_sandbox_render_mgr_inner.cpp | 48 ErrCode ret = iBundleMgr->GetSandboxBundleInfo( in IsSandboxFRSInstalled()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/src/ |
H A D | mock_bundle_mgr_helper.cpp | 43 ErrCode BundleMgrHelper::GetSandboxBundleInfo( in GetSandboxBundleInfo() function in OHOS::AppExecFwk::BundleMgrHelper
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_client.h | 106 …ErrCode GetSandboxBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t userId, Bund…
|
H A D | bundle_mgr_client_impl.h | 55 …ErrCode GetSandboxBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t userId, Bund…
|
H A D | bundle_mgr_interface.h | 1180 virtual ErrCode GetSandboxBundleInfo( in GetSandboxBundleInfo() function
|
H A D | bundle_mgr_proxy.h | 826 virtual ErrCode GetSandboxBundleInfo(
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.cpp | 129 ErrCode BundleMgrHelper::GetSandboxBundleInfo( in GetSandboxBundleInfo() function in OHOS::AppExecFwk::BundleMgrHelper 144 return bundleMgr->GetSandboxBundleInfo(bundleName, appIndex, userId, info); in GetSandboxBundleInfo() 600 if (bundleMgr->GetSandboxBundleInfo(appName, appIndex, userId, bundleInfo) == ERR_OK) { in GetApplicationInfoWithAppIndex()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 608 auto ret = bundleMgrHelper->GetSandboxBundleInfo(bundleName, appIndex, userId, bundleInfo); 623 auto ret = bundleMgrHelper->GetSandboxBundleInfo(bundleName, appIndex, userId, bundleInfo);
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 76 bmHelper->GetSandboxBundleInfo(stringParam, int32Param, int32Param, bundleInfo); // branch in BundleMgrHelperFuzztest1()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/ |
H A D | bundle_mgr_sandbox_app_system_test.cpp | 331 auto ret = bundleMgrClient.GetSandboxBundleInfo(bundleName, appIndex, DEFAULT_USERID, info); in CheckSandboxAppInfo() 706 auto res = bundleMgrClient.GetSandboxBundleInfo(BUNDLE_NAME, appIndex1, DEFAULT_USERID, info); 741 auto res = bundleMgrClient.GetSandboxBundleInfo("", appIndex1, DEFAULT_USERID, info);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 37 …ErrCode GetSandboxBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t userId, Bund…
|
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/ |
H A D | uri_permission_utils.cpp | 292 …if (IN_PROCESS_CALL(bms->GetSandboxBundleInfo(bundleName, appIndex, userId, bundleInfo) != ERR_OK)… in GetTokenIdByBundleName()
|
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/ |
H A D | dlp_permission_service.cpp | 227 …if (bundleMgrClient.GetSandboxBundleInfo(sandboxInfo.bundleName, sandboxInfo.appIndex, sandboxInfo… in InsertDlpSandboxInfo() 329 int32_t result = bundleMgrClient.GetSandboxBundleInfo(bundleName, appIndex, userId, info); in DeleteDlpSandboxInfo()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | module_running_record.cpp | 382 … bundleMgrResult = IN_PROCESS_CALL(bundleMgrHelper->GetSandboxBundleInfo(appInfo_->bundleName, in GetHapModuleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 122 bundleMgrProxy.GetSandboxBundleInfo(bundleName, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_auto_startup_service.cpp | 469 …if (!IN_PROCESS_CALL(bundleMgrHelper->GetSandboxBundleInfo(bundleName, appIndex, userId, bundleInf… in GetBundleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 1253 bundleMgrProxy->GetSandboxBundleInfo(BUNDLE_NAME, 0, DEFAULT_USERID, info); in BenchmarkTestGetSandboxBundleInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2332 ErrCode ret = hostImpl->GetSandboxBundleInfo("", appIndex, USERID, info); 2335 ret = hostImpl->GetSandboxBundleInfo(TEST_BUNDLE_NAME, appIndex, USERID, info); 2339 ret = hostImpl->GetSandboxBundleInfo(TEST_BUNDLE_NAME, appIndex, USERID, info); 2343 ret = hostImpl->GetSandboxBundleInfo( 2348 ret = hostImpl->GetSandboxBundleInfo(TEST_BUNDLE_NAME, appIndex, USERID, info);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 852 virtual ErrCode GetSandboxBundleInfo(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 902 ErrCode ret = bundleMgrHostImpl_->GetSandboxBundleInfo(BUNDLE_NAME, appIndex, USERID, info);
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_permission/test/unittest/src/ |
H A D | dlp_permission_kit_test.cpp | 153 if (bundleMgrClient.GetSandboxBundleInfo(bundleName, appIndex, userId, info) != DLP_OK) { in TestGetAppUid()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/ |
H A D | bundle_mgr_client_system_test.cpp | 2345 res1 = client.GetSandboxBundleInfo(BUNDLE_NAME, appIndex, DEFAULT_USERID, bundleInfo);
|