Home
last modified time | relevance | path

Searched refs:GetSandboxBundleInfo (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client.cpp165 ErrCode BundleMgrClient::GetSandboxBundleInfo( in GetSandboxBundleInfo() function in OHOS::AppExecFwk::BundleMgrClient
172 return impl_->GetSandboxBundleInfo(bundleName, appIndex, userId, info); in GetSandboxBundleInfo()
H A Dbundle_mgr_client_impl.cpp463 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 Dmock_bundle_mgr_helper.h31 …ErrCode GetSandboxBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t userId, Bund…
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_sandbox_render_mgr_inner.cpp48 ErrCode ret = iBundleMgr->GetSandboxBundleInfo( in IsSandboxFRSInstalled()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/uri_permission_impl_test/mock/src/
H A Dmock_bundle_mgr_helper.cpp43 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 Dbundle_mgr_client.h106 …ErrCode GetSandboxBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t userId, Bund…
H A Dbundle_mgr_client_impl.h55 …ErrCode GetSandboxBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t userId, Bund…
H A Dbundle_mgr_interface.h1180 virtual ErrCode GetSandboxBundleInfo( in GetSandboxBundleInfo() function
H A Dbundle_mgr_proxy.h826 virtual ErrCode GetSandboxBundleInfo(
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_bundle_manager_helper/
H A Dbundle_mgr_helper.cpp129 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 Dbundle_mgr_helper_test.cpp608 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 Dbundlemgrhelper_fuzzer.cpp76 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 Dbundle_mgr_sandbox_app_system_test.cpp331 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 Dbundle_mgr_helper.h37 …ErrCode GetSandboxBundleInfo(const std::string &bundleName, int32_t appIndex, int32_t userId, Bund…
/ohos5.0/foundation/ability/ability_runtime/services/uripermmgr/src/
H A Duri_permission_utils.cpp292 …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 Ddlp_permission_service.cpp227 …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 Dmodule_running_record.cpp382 … bundleMgrResult = IN_PROCESS_CALL(bundleMgrHelper->GetSandboxBundleInfo(appInfo_->bundleName, in GetHapModuleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp122 bundleMgrProxy.GetSandboxBundleInfo(bundleName, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_service.cpp469 …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 Dbundlemgr_proxy_test.cpp1253 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 Dbms_bundle_manager_test.cpp2332 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 Dbundle_mgr_host_impl.h852 virtual ErrCode GetSandboxBundleInfo(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp902 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 Ddlp_permission_kit_test.cpp153 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 Dbundle_mgr_client_system_test.cpp2345 res1 = client.GetSandboxBundleInfo(BUNDLE_NAME, appIndex, DEFAULT_USERID, bundleInfo);

12