/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, BundleInfo &info);
|
/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 | 461 ErrCode BundleMgrClientImpl::GetSandboxBundleInfo( in GetSandboxBundleInfo() function in OHOS::AppExecFwk::BundleMgrClientImpl 464 APP_LOGD("GetSandboxBundleInfo begin"); in GetSandboxBundleInfo() 476 return bundleMgr_->GetSandboxBundleInfo(bundleName, appIndex, userId, info); in GetSandboxBundleInfo()
|
/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
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_sandbox_render_mgr_inner.cpp | 48 ErrCode ret = iBundleMgr->GetSandboxBundleInfo( in IsSandboxFRSInstalled()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_client.h | 105 ErrCode GetSandboxBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t userId, BundleInfo &info);
|
H A D | bundle_mgr_client_impl.h | 54 ErrCode GetSandboxBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t userId, BundleInfo &info);
|
H A D | bundle_mgr_interface.h | 1179 virtual ErrCode GetSandboxBundleInfo( in GetSandboxBundleInfo() function in OHOS::AppExecFwk::IBundleMgr
|
H A D | bundle_mgr_proxy.h | 826 virtual ErrCode GetSandboxBundleInfo(
|
/foundation/ability/ability_runtime/test/unittest/bundle_mgr_helper_test/ |
H A D | bundle_mgr_helper_test.cpp | 601 * @tc.desc: GetSandboxBundleInfo 610 auto ret = bundleMgrHelper->GetSandboxBundleInfo(bundleName, appIndex, userId, bundleInfo); in HWTEST_F() 616 * @tc.desc: GetSandboxBundleInfo 625 auto ret = bundleMgrHelper->GetSandboxBundleInfo(bundleName, appIndex, userId, bundleInfo); in HWTEST_F()
|
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_bundle_manager_helper/ |
H A D | bundle_mgr_helper.h | 40 ErrCode GetSandboxBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t userId, BundleInfo &info);
|
/foundation/ability/ability_runtime/test/fuzztest/bundlemgrhelper_fuzzer/ |
H A D | bundlemgrhelper_fuzzer.cpp | 76 bmHelper->GetSandboxBundleInfo(stringParam, int32Param, int32Param, bundleInfo); // branch in BundleMgrHelperFuzztest1()
|
/foundation/ability/ability_runtime/services/uripermmgr/src/ |
H A D | uri_permission_utils.cpp | 274 if (IN_PROCESS_CALL(bms->GetSandboxBundleInfo(bundleName, appIndex, userId, bundleInfo) != ERR_OK)) { in GetTokenIdByBundleName() 275 TAG_LOGW(AAFwkTag::URIPERMMGR, "Failed GetSandboxBundleInfo"); in GetTokenIdByBundleName()
|
/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() 608 if (bundleMgr->GetSandboxBundleInfo(appName, appIndex, userId, bundleInfo) == ERR_OK) { in GetApplicationInfoWithAppIndex()
|
/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); in HWTEST_F() 721 * 2. GetSandboxBundleInfo failed by empty 741 auto res = bundleMgrClient.GetSandboxBundleInfo("", appIndex1, DEFAULT_USERID, info); in HWTEST_F()
|
/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, bundleInfo))) { in GetBundleInfo() 470 TAG_LOGE(AAFwkTag::AUTO_STARTUP, "GetSandboxBundleInfo fail"); in GetBundleInfo()
|
/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()
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 1239 * @tc.desc: Testcase for testing GetSandboxBundleInfo.
1252 /* @tc.steps: step1.call GetSandboxBundleInfo in loop */
in BenchmarkTestGetSandboxBundleInfo() 1253 bundleMgrProxy->GetSandboxBundleInfo(BUNDLE_NAME, 0, DEFAULT_USERID, info);
in BenchmarkTestGetSandboxBundleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 852 virtual ErrCode GetSandboxBundleInfo(
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 894 * @tc.name: test GetSandboxBundleInfo of BundleMgrHostImpl 896 * 2. GetSandboxBundleInfo false by no permission 902 ErrCode ret = bundleMgrHostImpl_->GetSandboxBundleInfo(BUNDLE_NAME, appIndex, USERID, info); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2331 ErrCode ret = hostImpl->GetSandboxBundleInfo("", appIndex, USERID, info); in HWTEST_F() 2334 ret = hostImpl->GetSandboxBundleInfo(TEST_BUNDLE_NAME, appIndex, USERID, info); in HWTEST_F() 2338 ret = hostImpl->GetSandboxBundleInfo(TEST_BUNDLE_NAME, appIndex, USERID, info); in HWTEST_F() 2342 ret = hostImpl->GetSandboxBundleInfo( in HWTEST_F() 2347 ret = hostImpl->GetSandboxBundleInfo(TEST_BUNDLE_NAME, appIndex, USERID, info); in HWTEST_F()
|
/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); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/acts_bms_kit_system_test/ |
H A D | acts_bms_kit_system_test.cpp | 7246 * @tc.name: test GetSandboxBundleInfo proxy 7259 auto ret = bundleMgrProxy->GetSandboxBundleInfo(bundleName1, appIndex1, USERID, info); in HWTEST_F() 7261 ret = bundleMgrProxy->GetSandboxBundleInfo(bundleName2, appIndex1, USERID, info); in HWTEST_F() 7263 ret = bundleMgrProxy->GetSandboxBundleInfo(bundleName1, appIndex2, USERID, info); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 1205 queryResult = (bundleMgrHelper->GetSandboxBundleInfo(bundleName, in GetBundleForLaunchApplication()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 3456 * @tc.name: GetSandboxBundleInfo 3457 * @tc.desc: 1.test GetSandboxBundleInfo 3468 bool emptyRet = hostImpl->GetSandboxBundleInfo(bundleName, appIndex, DEFAULT_USERID, info); in HWTEST_F() 3470 emptyRet = hostImpl->GetSandboxBundleInfo(bundleName1, appIndex1, DEFAULT_USERID, info); in HWTEST_F() 3472 emptyRet = hostImpl->GetSandboxBundleInfo(bundleName1, appIndex2, DEFAULT_USERID, info); in HWTEST_F()
|