Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlepackinfo_fuzzer/
H A Dgetbundlepackinfo_fuzzer.cpp32 …bundleMgrProxy.GetBundlePackInfo(bundleName, flag, bundlePackInfo, reinterpret_cast<uintptr_t>(dat… in DoSomethingInterestingWithMyAPI()
33 bundleMgrProxy.GetBundlePackInfo(bundleName, reinterpret_cast<uintptr_t>(data), in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/
H A Dmock_form_bms_helper.cpp44 bool FormBmsHelper::GetBundlePackInfo(const std::string &bundleName, const int32_t userId, in GetBundlePackInfo() function in OHOS::AppExecFwk::FormBmsHelper
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_bms_helper_test/
H A Dfms_form_bms_helper_test.cpp136 ErrCode GetBundlePackInfo(const std::string &bundleName, int32_t flags, in GetBundlePackInfo() function in OHOS::AppExecFwk::MockBundleMgrProxy
143 ErrCode GetBundlePackInfo(const std::string &bundleName, const BundlePackFlag flag, in GetBundlePackInfo() function in OHOS::AppExecFwk::MockBundleMgrProxy
366 EXPECT_FALSE(formBmsHelper.GetBundlePackInfo(bundleName, userId, bundlePackInfo));
371 EXPECT_FALSE(formBmsHelper.GetBundlePackInfo(bundleName, userId, bundlePackInfo));
494 EXPECT_TRUE(formBmsHelper.GetBundlePackInfo(bundleName, userId, bundlePackInfo));
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client.cpp57 ErrCode BundleMgrClient::GetBundlePackInfo( in GetBundlePackInfo() function in OHOS::AppExecFwk::BundleMgrClient
64 return impl_->GetBundlePackInfo(bundleName, flag, bundlePackInfo, userId); in GetBundlePackInfo()
H A Dbundle_mgr_client_impl.cpp85 ErrCode BundleMgrClientImpl::GetBundlePackInfo( in GetBundlePackInfo() function in OHOS::AppExecFwk::BundleMgrClientImpl
95 return bundleMgr_->GetBundlePackInfo(bundleName, flag, bundlePackInfo, userId); in GetBundlePackInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/free_install/
H A Dnative_module.cpp41 DECLARE_NAPI_FUNCTION("getBundlePackInfo", GetBundlePackInfo), in FreeInstallExport()
H A Dfree_install_unsupported.cpp43 napi_value GetBundlePackInfo(napi_env env, napi_callback_info info) in GetBundlePackInfo() function
H A Dfree_install.h56 napi_value GetBundlePackInfo(napi_env env, napi_callback_info info);
H A Dfree_install.cpp556 auto ret = iBundleMgr->GetBundlePackInfo(bundleName, flags, bundlePackInfo); in InnerGetBundlePackInfo()
596 napi_value GetBundlePackInfo(napi_env env, napi_callback_info info) in GetBundlePackInfo() function
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_bms_helper.cpp140 bool FormBmsHelper::GetBundlePackInfo(const std::string &bundleName, const int32_t userId, in GetBundlePackInfo() function in OHOS::AppExecFwk::FormBmsHelper
150 …if (IN_PROCESS_CALL(iBundleMgr->GetBundlePackInfo(bundleName, GET_PACK_INFO_ALL, bundlePackInfo, u… in GetBundlePackInfo()
H A Dform_event_util.cpp94 …bool hasPackInfo = FormBmsHelper::GetInstance().GetBundlePackInfo(bundleName, userId, bundlePackIn… in HandleProviderUpdated()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_client.h41 …ErrCode GetBundlePackInfo(const std::string &bundleName, const BundlePackFlag flag, BundlePackInfo…
H A Dbundle_mgr_client_impl.h44 ErrCode GetBundlePackInfo(
H A Dbundle_mgr_interface.h243 virtual ErrCode GetBundlePackInfo(const std::string &bundleName, const BundlePackFlag flag,
257 virtual ErrCode GetBundlePackInfo(const std::string &bundleName, int32_t flags,
H A Dbundle_mgr_proxy.h177 virtual ErrCode GetBundlePackInfo(const std::string &bundleName, const BundlePackFlag flags,
187 virtual ErrCode GetBundlePackInfo(const std::string &bundleName, int32_t flags,
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_bms_helper.h78 …bool GetBundlePackInfo(const std::string &bundleName, int32_t userId, BundlePackInfo &bundlePackIn…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp534 ErrCode ret = bundleMgr->GetBundlePackInfo(BUNDLE_NAME_DEMO,
556 ErrCode ret = bundleMgr->GetBundlePackInfo(BUNDLE_NAME,
578 ErrCode ret = bundleMgr->GetBundlePackInfo(BUNDLE_NAME,
611 ErrCode ret = bundleMgr->GetBundlePackInfo(BUNDLE_NAME,
640 ErrCode ret = bundleMgr->GetBundlePackInfo(BUNDLE_NAME,
671 ErrCode ret = bundleMgr->GetBundlePackInfo(BUNDLE_NAME,
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp185 …bundleMgrProxy.GetBundlePackInfo(bundleName + "1", 0, bundlePackInfo, reinterpret_cast<uintptr_t>(… in DoSomethingInterestingWithMyAPI()
186 bundleMgrProxy.GetBundlePackInfo( in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp114 ErrCode GetBundlePackInfo(const std::string &bundleName, int32_t flags, in GetBundlePackInfo() function in __anonb194acf80110::MockBundleMgrProxy
121 ErrCode GetBundlePackInfo(const std::string &bundleName, const BundlePackFlag flag, in GetBundlePackInfo() function in __anonb194acf80110::MockBundleMgrProxy
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h165 virtual ErrCode GetBundlePackInfo(const std::string &bundleName, const BundlePackFlag flag,
176 …virtual ErrCode GetBundlePackInfo(const std::string &bundleName, int32_t flags, BundlePackInfo &bu…
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp1967 …auto ret = bundleMgrClient.GetBundlePackInfo(BUNDLE_NAME, BundlePackFlag::GET_PACK_INFO_ALL, info,…
1970 …ret = bundleMgrClient.GetBundlePackInfo("", BundlePackFlag::GET_PACK_INFO_ALL, info, DEFAULT_USERI…
2307 auto res1 = client.GetBundlePackInfo(
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_host_record_test/
H A Dfms_form_host_record_test.cpp312 EXPECT_EQ(false, formBmsHelper.GetBundlePackInfo(bundleName, userId, bundlePackInfo));
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_host_impl.cpp365 ErrCode BundleMgrHostImpl::GetBundlePackInfo( in GetBundlePackInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
368 return GetBundlePackInfo(bundleName, static_cast<int32_t>(flag), bundlePackInfo, userId); in GetBundlePackInfo()
371 ErrCode BundleMgrHostImpl::GetBundlePackInfo( in GetBundlePackInfo() function in OHOS::AppExecFwk::BundleMgrHostImpl
388 return dataMgr->GetBundlePackInfo(bundleName, flags, bundlePackInfo, userId); in GetBundlePackInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp250 ErrCode ret = bundleMgrHostImpl_->GetBundlePackInfo(BUNDLE_NAME, FLAGS, bundlePackInfo, USERID);
H A Dbms_bundle_permission_false_test.cpp226 ErrCode ret = bundleMgrHostImpl_->GetBundlePackInfo(BUNDLE_NAME, FLAGS, bundlePackInfo, USERID);

12